X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/4175fe03ee384aee0f3efb26062acdcf8bba3a24..1914573cd4eaea4579fc5fcfed47da517dece1d9:/LUFA/Build/lufa_core.mk diff --git a/LUFA/Build/lufa_core.mk b/LUFA/Build/lufa_core.mk index 914a939cc..3067845e7 100644 --- a/LUFA/Build/lufa_core.mk +++ b/LUFA/Build/lufa_core.mk @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2013. +# Copyright (C) Dean Camera, 2015. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -76,7 +76,7 @@ PRINTABLE_LUFA_PROVIDED_MACROS = $(call CONVERT_TO_PRINTABLE, $(SORTED_LUFA_PROV help: @echo "===================================================================" @echo " LUFA Build System 2.0 " - @echo " (C) Dean Camera, 2013 { dean @ fourwalledcubicle . com } " + @echo " (C) Dean Camera, 2015 { dean @ fourwalledcubicle . com } " @echo "===================================================================" @echo "DESCRIPTION: " @echo " This build system is a set of makefile modules for (GNU) Make, to " @@ -131,7 +131,7 @@ help: @printf " %b" "$(PRINTABLE_LUFA_PROVIDED_MACROS:%= - %\n)" @echo " " @echo "===================================================================" - @echo " The LUFA BuildSystem 2.0 - Powered By Duct Tape (tm) " + @echo " The LUFA BuildSystem 2.0 - Powered By Positive Thinking (tm) " @echo "===================================================================" # Lists build modules included by the project makefile, in alphabetical order