software/liblitesdcard: add copyrights to spisdcard/fat16.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 4 Jun 2020 10:13:26 +0000 (12:13 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 4 Jun 2020 10:14:54 +0000 (12:14 +0200)
litex/soc/software/liblitesdcard/fat16.c
litex/soc/software/liblitesdcard/fat16.h
litex/soc/software/liblitesdcard/spisdcard.c
litex/soc/software/liblitesdcard/spisdcard.h

index 02267052782d624fda6c0ba365192ee28f0efdb4..dea422421b8db45e9e463843eb5a037d65664bb8 100644 (file)
@@ -1,3 +1,6 @@
+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+//
 // SD CARD code for loading files from a FAT16 formatted partition into memory
 
 #include <generated/csr.h>
index c664ebaed0aa70a3c3a642b5754ac62190b28e05..a207cbf865d91e8ba165695bdd53e6eed238b0ea 100644 (file)
@@ -1,3 +1,6 @@
+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+
 #ifndef __FAT16_H
 #define __FAT16_H
 
index de6777c861ca09b02529835fa8c8ab6133854bfc..509ea605caa8e45e3a097aaa9e402a31b8942640 100644 (file)
@@ -1,3 +1,6 @@
+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+//
 // SD CARD bitbanging code for loading files from a FAT16 forrmatted partition into memory
 //
 // Code is known to work on a de10nano with MiSTer SDRAM and IO Boards - IO Board has a secondary SD CARD interface connected to GPIO pins
index f0e69e72769fdb79da46a97ab46a71aaa8efaa6b..4c02edb5370ec34848cb447466a3a837f1c68f67 100644 (file)
@@ -1,3 +1,6 @@
+// This file is Copyright (c) 2020 Rob Shelton <rob.s.ng15@googlemail.com>
+// License: BSD
+
 #ifndef __SPISDCARD_H
 #define __SPISDCARD_H