]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winpgen.c
Stop copying the licence text into C source code.
authorSimon Tatham <anakin@pobox.com>
Thu, 25 Feb 2016 20:43:54 +0000 (20:43 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 29 Feb 2016 19:59:35 +0000 (19:59 +0000)
commit442627408fc562f99c90a306ef66a652fca5b55b
tree6ff8754f4d8c0eb3323fcef2e407aace80eb1b78
parent4327fe71fe599e7a34d72541b792f5fcbb5614df
Stop copying the licence text into C source code.

Now all the uses of the licence text or the short copyright notice get
it from a new header "licence.h", which in turn is built by a Perl
script licence.pl invoked by mkfiles.pl, using LICENCE itself as the
source.

Hence, I can completely remove a whole section from the list of
licence locations in CHECKLST.txt :-)

(cherry picked from commit 9ddd071ec28050b3be572f25f3ae7d44e46e4039)

Conflicts:
unix/gtkdlg.c
windows/winpgnt.c

(cherry-picker's notes: one conflict was just changed context, the
other was deleting a copy of the licence that wasn't quite the same
between branches)
.gitignore
CHECKLST.txt
licence.pl [new file with mode: 0644]
mkfiles.pl
unix/gtkdlg.c
windows/version.rc2
windows/windlg.c
windows/winpgen.c
windows/winpgnt.c