diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-04-24 15:44:35 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-05-26 18:41:20 +0200 | 
| commit | 60cacb4babb46ae2ab22ae0b7b7357012887460d (patch) | |
| tree | e68cea1bd5a3cd84a5514740a515ce12772170da /tools/add_file | |
| parent | e5d35d6b643dbb8ecbd3ece2a0d84ec93cadbfc1 (diff) | |
Better viewer. Set license to GPL 3.
Diffstat (limited to 'tools/add_file')
| -rwxr-xr-x | tools/add_file | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
