The unified diff between revisions [52b2abe3..] and [5f13f9d9..] is displayed below.

This diff has been restricted to the following files: 'firm/master/Makefile'

#
#
# patch "firm/master/Makefile"
#  from [1fa183c1b3e7002d97f73f7a3881bb137409d44d]
#    to [9f7da7fdb7cf596e7ff77605d8acc80aa58b593e]
#
============================================================
--- firm/master/Makefile	1fa183c1b3e7002d97f73f7a3881bb137409d44d
+++ firm/master/Makefile	9f7da7fdb7cf596e7ff77605d8acc80aa58b593e
@@ -1,3 +1,21 @@
+# ### BOILERPLATE ###
+# Laser Dot Clock Firmware
+# Copyright (C) 2006 Peter Todd <pete@petertodd.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# ### BOILERPLATE ###
 INCLUDE=-I. -I/usr/share/sdcc/include/pic16
 PROCESSOR_FLAGS=-mpic16 -p18f242
 CC=sdcc