Make the bootloader generation maintenance script copy over the project license text...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 23 Jul 2012 19:19:34 +0000 (19:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 23 Jul 2012 19:19:34 +0000 (19:19 +0000)
LUFA/License.txt
Maintenance/makefile

index ee2ac96..d550f2c 100644 (file)
@@ -1,3 +1,10 @@
+                  LUFA Library
+        Copyright (C) Dean Camera, 2012.
+
+     dean [at] fourwalledcubicle [dot] com
+                www.lufa-lib.org
+
+
 Permission to use, copy, modify, and distribute this software
 and its documentation for any purpose is hereby granted without
 fee, provided that the above copyright notice appear in all
 Permission to use, copy, modify, and distribute this software
 and its documentation for any purpose is hereby granted without
 fee, provided that the above copyright notice appear in all
index b5a3b7b..6ddae85 100644 (file)
@@ -97,6 +97,7 @@ make_bootloaders:
         done < $(patsubst %/,%,$(LUFA_ROOT))/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
 
         $(MAKE) -f BuildMakefile build_bootloaders
         done < $(patsubst %/,%,$(LUFA_ROOT))/BuildTests/BootloaderTest/BootloaderDeviceMap.cfg
 
         $(MAKE) -f BuildMakefile build_bootloaders
+        cp $(patsubst %/,%,$(LUFA_ROOT))/LUFA/License.txt Bootloaders
         rm -f BuildMakefile
 
 # Check the working branch documentation, ensure no placeholder values
         rm -f BuildMakefile
 
 # Check the working branch documentation, ensure no placeholder values