From 5b6bae3445d81a00f0dddf5759aa38d011f90cef Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 23 Jul 2012 19:19:34 +0000 Subject: [PATCH] Make the bootloader generation maintenance script copy over the project license text when generation is complete. --- LUFA/License.txt | 7 +++++++ Maintenance/makefile | 1 + 2 files changed, 8 insertions(+) diff --git a/LUFA/License.txt b/LUFA/License.txt index ee2ac962c7..d550f2c4d9 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 b5a3b7bcdd..6ddae85cb4 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