summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-09-02 12:13:29 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-09-02 12:13:29 +0200
commit6a9ad0e4234b47982b82b30e8774dcc311f43cd2 (patch)
tree9c43cd67505cdcf73b1d54d45153b9b00099f0c7 /tools
parent85c89b8ce37ac26d060d7ed09cc2406f92b18e29 (diff)
Change license to LGPL.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/add_file26
1 files changed, 13 insertions, 13 deletions
diff --git a/tools/add_file b/tools/add_file
index b9f352a..7a6b1d2 100755
--- a/tools/add_file
+++ b/tools/add_file
@@ -22,19 +22,19 @@ function allfile() {
echo "/*" >> $1;
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 " * the Free Software Foundation; either version 2 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 " *" >> $1;
- echo " * You should have received a copy of the GNU 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 " * $PROJECT is free software; you can redistribute it and/or" >> $1
+ echo " * modify it under the terms of the GNU Lesser General Public" >> $1
+ echo " * License as published by the Free Software Foundation; either" >> $1
+ echo " * version 2.1 of the License, or (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 GNU" >> $1
+ echo " * Lesser General Public License for more details." >> $1
+ echo " *" >> $1
+ echo " * You should have received a copy of the GNU Lesser General Public" >> $1
+ echo " * License along with $PROJECT; if not, write to the Free Software" >> $1
+ echo " * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" >> $1
echo " */" >> $1;
}