Renamed all driver termination *_ShutDown() functions to the more logical name *_Disa...
[pub/USBasp.git] / Bootloaders / makefile
index 962d3bb..ed855ce 100644 (file)
@@ -1,9 +1,9 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2010.
-#              
+#     Copyright (C) Dean Camera, 2011.
+#
 #  dean [at] fourwalledcubicle [dot] com
-#      www.fourwalledcubicle.com
+#           www.lufa-lib.org
 #
 
 # Makefile to build all the LUFA USB Bootloaders. Call with "make all" to
@@ -23,3 +23,4 @@ all:
 %:
        $(MAKE) -C DFU $@
        $(MAKE) -C CDC $@
+