diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-23 19:19:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-23 19:19:34 +0000 |
| commit | 33c0b8cfbb53e5800fc31dd7101acfaf0c911770 (patch) | |
| tree | 1abf4ec34ce3bd539e28cd0a91d71abde0cc4ed0 | |
| parent | e32314c4b28dad3dcb8bfc7482885b9e8fc1268d (diff) | |
Make the bootloader generation maintenance script copy over the project license text when generation is complete.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2412 d5102386-fcda-11dd-9fdb-3debd5008f28
| -rw-r--r-- | LUFA/License.txt | 7 | ||||
| -rw-r--r-- | Maintenance/makefile | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/LUFA/License.txt b/LUFA/License.txt index ee2ac962..d550f2c4 100644 --- a/LUFA/License.txt +++ b/LUFA/License.txt @@ -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 diff --git a/Maintenance/makefile b/Maintenance/makefile index b5a3b7bc..6ddae85c 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -97,6 +97,7 @@ make_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 |
