Bläddra i källkod

Adjust file notices

Morio 2 år sedan
förälder
incheckning
4dc922add4

+ 2 - 3
lib/SCSI2SD/include/scsi2sd.h

@@ -1,4 +1,5 @@
 //	Copyright (C) 2014 Michael McMaster <michael@codesrc.com>
+//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //
@@ -14,9 +15,7 @@
 //
 //	You should have received a copy of the GNU General Public License
 //	along with SCSI2SD.  If not, see <http://www.gnu.org/licenses/>.
-//
-// This work incorporates work from the following
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+
 
 #ifndef scsi2sd_h
 #define scsi2sd_h

+ 2 - 3
lib/SCSI2SD/src/firmware/config.h

@@ -1,4 +1,5 @@
 //	Copyright (C) 2013 Michael McMaster <michael@codesrc.com>
+//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //
@@ -14,9 +15,7 @@
 //
 //	You should have received a copy of the GNU General Public License
 //	along with SCSI2SD.  If not, see <http://www.gnu.org/licenses/>.
-//
-// This work incorporates work from the following
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+
 
 #ifndef S2S_Config_H
 #define S2S_Config_H

+ 2 - 1
lib/SCSI2SD/src/firmware/inquiry.c

@@ -1,5 +1,6 @@
 //	Copyright (C) 2013 Michael McMaster <michael@codesrc.com>
 //	Copyright (C) 2019 Landon Rodgers  <g.landon.rodgers@gmail.com>
+//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //
@@ -17,7 +18,7 @@
 //	along with SCSI2SD.  If not, see <http://www.gnu.org/licenses/>.
 //
 // This work incorporates work from the following
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+
 
 #include "scsi.h"
 #include "config.h"

+ 2 - 3
lib/SCSI2SD/src/firmware/scsi.c

@@ -1,4 +1,5 @@
 //	Copyright (C) 2014 Michael McMaster <michael@codesrc.com>
+//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //
@@ -14,9 +15,7 @@
 //
 //	You should have received a copy of the GNU General Public License
 //	along with SCSI2SD.  If not, see <http://www.gnu.org/licenses/>.
-//
-// This work incorporates work from the following
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+
 
 #include "scsi.h"
 #include "scsiPhy.h"

+ 1 - 1
lib/ZuluSCSI_platform_RP2040/rp2040-daynaport.ld

@@ -1,5 +1,5 @@
 /** 
- * ZuluSCSI™ - Copyright (c) 2022 Rabbit Hole Computing™
+ * ZuluSCSI™ - Copyright (c) 2023 Rabbit Hole Computing™
  * 
  * ZuluSCSI™ firmware is licensed under the GPL version 3 or any later version. 
  *