diff options
| author | André Nusser <andre.nusser@googlemail.com> | 2016-02-14 15:39:31 +0100 | 
|---|---|---|
| committer | André Nusser <andre.nusser@googlemail.com> | 2016-02-14 15:39:31 +0100 | 
| commit | 5560b97c2f7e48e4fda66ffd77385b65a757daf4 (patch) | |
| tree | 8d0a5d18b44727b08a23c6ae26065e02ce4f22f0 /tools/add_file | |
| parent | b6c0e39526be11b6ed674b71b586bd98975dd169 (diff) | |
Adapt GPL version also in add_file script.
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 a181bad..1d76dc1 100755 --- a/tools/add_file +++ b/tools/add_file @@ -37,7 +37,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;  | 
