diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-03-22 22:02:08 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-03-22 22:02:08 +0100 |
commit | dc4c80f6596c2c14b3874c63aa1a7b4d0f59d4a5 (patch) | |
tree | 614878a535d77acc8d4c5327fef45bfd7d335465 /tools/add_file | |
parent | d62e3e9e927a17c5588d9cf05506ae7ca395fb52 (diff) |
Change the add_file tool to create LGPLv3 headers.
Diffstat (limited to 'tools/add_file')
-rwxr-xr-x | tools/add_file | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/add_file b/tools/add_file index 3cb7df8..d1b190f 100755 --- a/tools/add_file +++ b/tools/add_file @@ -36,16 +36,16 @@ function allfile() { echo " * This file is part of $PROJECT." >> $1; 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 " * it under the terms of the GNU Lesser General Public License as published by" >> $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; echo " * but WITHOUT ANY WARRANTY; without even the implied warranty of" >> $1; echo " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the" >> $1; - echo " * GNU General Public License for more details." >> $1; + echo " * GNU Lesser General Public License for more details." >> $1; echo " *" >> $1; - echo " * You should have received a copy of the GNU General Public License" >> $1; + echo " * You should have received a copy of the GNU Lesser General Public License" >> $1; echo " * along with $PROJECT; if not, write to the Free Software" >> $1; echo " * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA." >> $1; echo " */" >> $1; |