From 60cacb4babb46ae2ab22ae0b7b7357012887460d Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 24 Apr 2022 15:44:35 +0200 Subject: Better viewer. Set license to GPL 3. --- tools/add_file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/add_file b/tools/add_file index d64275a..1e89040 100755 --- a/tools/add_file +++ b/tools/add_file @@ -23,7 +23,7 @@ function allfile() { echo " *" >> $1; echo " * $PROJECT is free software; you can redistribute it and/or modify" >> $1; echo " * it under the terms of the GNU General Public License as published by" >> $1; - echo " * the Free Software Foundation; either version 2 of the License, or" >> $1; + echo " * the Free Software Foundation; either version 3 of the License, or" >> $1; echo " * (at your option) any later version." >> $1; echo " *" >> $1; echo " * $PROJECT is distributed in the hope that it will be useful," >> $1; -- cgit v1.2.3