Group all copyright statements in a single file.
This gives a much clearer overview of the licensing. It also shows there are some problems: - Some files are under GPLv3 only - Some files have no known license at all.
This commit is contained in:
committed by
Thomas Bernard
parent
ff7e5c9ee2
commit
32ec828835
@@ -1,4 +1,10 @@
|
||||
; vim:ts=8 sw=8:
|
||||
; Grafx2 - The Ultimate 256-color bitmap paint program
|
||||
;
|
||||
; Copyright owned by various GrafX2 authors, see COPYRIGHT.txt for details.
|
||||
;
|
||||
; This code is embedded in C64 images saved by GrafX2, it can be distributed
|
||||
; and modified without any restrictions.
|
||||
.word $0801
|
||||
.org $0801
|
||||
.word next, 1911 ; next basic line and line number
|
||||
|
||||
Reference in New Issue
Block a user