Skip to content

Commit

Permalink
Adding licensing info to binary firmware packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhomann committed Feb 10, 2010
1 parent 5e7686f commit 4942f1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion firmware/Makefile.default
Expand Up @@ -56,8 +56,14 @@ keyboard.h: matrixfiles.stamp
keymapdecoder.h: matrixfiles.stamp
stdmap.h: matrixfiles.stamp

file_id.diz:
file_id.diz: Makefile
@echo "$(PACKAGE_STRING)" > $@
@echo 'Copyright (C) 2009, 2010 Robert Homann' >> $@
@echo 'Published under the terms of the GNU General Public License Version 2.' >> $@
@echo 'This firmware is distributed in the hope that it will be useful, but WITHOUT ANY' >> $@
@echo 'WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A' >> $@
@echo 'PARTICULAR PURPOSE. See the GNU General Public License for more details.' >> $@
@echo '' >> $@
@echo $(ECHO_N) 'Firmware image for ' >> $@
@grep '^Device' $(MATRIXDEF) | sed 's/^\w\+\W\+//' >> $@
@echo "$(PACKAGE_BUGREPORT)" >> $@
Expand Down

0 comments on commit 4942f1d

Please sign in to comment.