summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-28 18:10:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-28 18:10:04 +0000
commit2acc0ac542d9186feee25bbe444c49cb59ca393e (patch)
tree39d07a175658097cee18bc2b18f567f43f3b2c74 /tools
parentaf21db6ded50fd205d64a18c5af2d78eac6c2a41 (diff)
downloadrockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.gz
rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.zip
Updated our source code header to explicitly mention that we are GPL v2 or
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/bmp2rb.c6
-rw-r--r--tools/codepage_tables.c6
-rw-r--r--tools/codepage_tables.h6
-rw-r--r--tools/codepages.c6
-rw-r--r--tools/creative.c6
-rw-r--r--tools/creative.h6
-rw-r--r--tools/descramble.c6
-rw-r--r--tools/fwpatcher/iriver.h6
-rw-r--r--tools/gigabeat.c6
-rw-r--r--tools/gigabeat.h6
-rw-r--r--tools/gigabeats.c6
-rw-r--r--tools/gigabeats.h6
-rw-r--r--tools/iriver.h6
-rw-r--r--tools/mi4.c6
-rw-r--r--tools/mi4.h6
-rw-r--r--tools/mkboot.c6
-rw-r--r--tools/mkboot.h6
-rw-r--r--tools/mknkboot.c6
-rw-r--r--tools/mktccboot.c6
-rw-r--r--tools/player_unifont.c6
-rw-r--r--tools/rbspeex/rbspeex.c6
-rw-r--r--tools/rbspeex/rbspeex.h6
-rw-r--r--tools/rbspeex/rbspeexdec.c6
-rw-r--r--tools/rbspeex/rbspeexenc.c6
-rw-r--r--tools/rdf2binary.c6
-rw-r--r--tools/scramble.c6
-rw-r--r--tools/telechips.c6
-rw-r--r--tools/telechips.h6
-rw-r--r--tools/voicefont.c6
-rw-r--r--tools/voicefont.h6
-rw-r--r--tools/wavtrim.c6
-rw-r--r--tools/wavtrim.h6
32 files changed, 128 insertions, 64 deletions
diff --git a/tools/bmp2rb.c b/tools/bmp2rb.c
index 10481917a4..e2e02a2a50 100644
--- a/tools/bmp2rb.c
+++ b/tools/bmp2rb.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2002 by Linus Nielsen Feltzing
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/codepage_tables.c b/tools/codepage_tables.c
index 02a2304a46..87e0da81a2 100644
--- a/tools/codepage_tables.c
+++ b/tools/codepage_tables.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2005 by Frank Dischner
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/codepage_tables.h b/tools/codepage_tables.h
index 0c0bc019f3..5c74baa38f 100644
--- a/tools/codepage_tables.h
+++ b/tools/codepage_tables.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2005 by Frank Dischner
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/codepages.c b/tools/codepages.c
index 07d95111de..9c214397de 100644
--- a/tools/codepages.c
+++ b/tools/codepages.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2005 by Frank Dischner
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/creative.c b/tools/creative.c
index faa95650a4..2d60fdd94c 100644
--- a/tools/creative.c
+++ b/tools/creative.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2008 by Maurus Cuelenaere
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/creative.h b/tools/creative.h
index 5d9aa20d7d..a634e439c6 100644
--- a/tools/creative.h
+++ b/tools/creative.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2008 by Maurus Cuelenaere
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/descramble.c b/tools/descramble.c
index 5d4975be26..e29d49d5ef 100644
--- a/tools/descramble.c
+++ b/tools/descramble.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2002 by Björn Stenberg
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/fwpatcher/iriver.h b/tools/fwpatcher/iriver.h
index d3d00d2eff..6ebb1fb3f8 100644
--- a/tools/fwpatcher/iriver.h
+++ b/tools/fwpatcher/iriver.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2005 by Daniel Stenberg
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/gigabeat.c b/tools/gigabeat.c
index 761e8c31a0..554b8ff052 100644
--- a/tools/gigabeat.c
+++ b/tools/gigabeat.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2006 by Christian Hack
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/gigabeat.h b/tools/gigabeat.h
index c292014f5f..0462f35c9c 100644
--- a/tools/gigabeat.h
+++ b/tools/gigabeat.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2006 by Marcoen Hirschberg
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/gigabeats.c b/tools/gigabeats.c
index 66fd885eb2..49670a7dc3 100644
--- a/tools/gigabeats.c
+++ b/tools/gigabeats.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2007 by Will Robertson
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/gigabeats.h b/tools/gigabeats.h
index f682a9d887..2c3e14e77d 100644
--- a/tools/gigabeats.h
+++ b/tools/gigabeats.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2006 by Marcoen Hirschberg
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/iriver.h b/tools/iriver.h
index e9df809a12..fa8a959c4f 100644
--- a/tools/iriver.h
+++ b/tools/iriver.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2005 by Daniel Stenberg
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/mi4.c b/tools/mi4.c
index 42d400864c..fe66355563 100644
--- a/tools/mi4.c
+++ b/tools/mi4.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2006 Dave Chapman
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/mi4.h b/tools/mi4.h
index fa26f2ed57..4659e26809 100644
--- a/tools/mi4.h
+++ b/tools/mi4.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2006 Dave Chapman
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/mkboot.c b/tools/mkboot.c
index d86a4fc177..49d6452b4a 100644
--- a/tools/mkboot.c
+++ b/tools/mkboot.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2005 by Linus Nielsen Feltzing
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/mkboot.h b/tools/mkboot.h
index ea9862157d..980e469b87 100644
--- a/tools/mkboot.h
+++ b/tools/mkboot.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2008 by Dominik Riebeling
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/mknkboot.c b/tools/mknkboot.c
index 06bcbca2a5..cfa0e427b3 100644
--- a/tools/mknkboot.c
+++ b/tools/mknkboot.c
@@ -11,8 +11,10 @@
*
* Based on merge0.cpp by James Espinoza, but completely rewritten.
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/mktccboot.c b/tools/mktccboot.c
index fcfd80a676..ad7247419a 100644
--- a/tools/mktccboot.c
+++ b/tools/mktccboot.c
@@ -11,8 +11,10 @@
*
* Based on mkboot, Copyright (C) 2005 by Linus Nielsen Feltzing
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/player_unifont.c b/tools/player_unifont.c
index 2b5121d501..9ac7acbec0 100644
--- a/tools/player_unifont.c
+++ b/tools/player_unifont.c
@@ -10,8 +10,10 @@
* Copyright (C) 2007 by Jens Arnold
* Based on the work of Kjell Ericson
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/rbspeex/rbspeex.c b/tools/rbspeex/rbspeex.c
index e211b9606a..5d96ad8ab9 100644
--- a/tools/rbspeex/rbspeex.c
+++ b/tools/rbspeex/rbspeex.c
@@ -8,8 +8,10 @@
*
* Copyright (C) 2007 Thom Johansen
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/rbspeex/rbspeex.h b/tools/rbspeex/rbspeex.h
index 2c5cb297fd..992bea8de5 100644
--- a/tools/rbspeex/rbspeex.h
+++ b/tools/rbspeex/rbspeex.h
@@ -8,8 +8,10 @@
*
* Copyright (C) 2007 Thom Johansen
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/rbspeex/rbspeexdec.c b/tools/rbspeex/rbspeexdec.c
index a29361da3a..7c5df3eb50 100644
--- a/tools/rbspeex/rbspeexdec.c
+++ b/tools/rbspeex/rbspeexdec.c
@@ -8,8 +8,10 @@
*
* Copyright (C) 2007 Thom Johansen
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/rbspeex/rbspeexenc.c b/tools/rbspeex/rbspeexenc.c
index c7ea6e429a..fae4ba1080 100644
--- a/tools/rbspeex/rbspeexenc.c
+++ b/tools/rbspeex/rbspeexenc.c
@@ -8,8 +8,10 @@
*
* Copyright (C) 2007 Thom Johansen
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/rdf2binary.c b/tools/rdf2binary.c
index cfafcb21a1..df9cbd32d7 100644
--- a/tools/rdf2binary.c
+++ b/tools/rdf2binary.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2005 Miika Pekkarinen
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/scramble.c b/tools/scramble.c
index 8fd4ca98f4..ace8337a1b 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2002 - 2007 by Björn Stenberg
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/telechips.c b/tools/telechips.c
index 5b6f3c23b3..8eefffcb98 100644
--- a/tools/telechips.c
+++ b/tools/telechips.c
@@ -14,8 +14,10 @@
* Thanks to Hein-Pieter van Braam for his work in identifying the
* CRC algorithm used.
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/telechips.h b/tools/telechips.h
index 7854da0294..27e133b7a6 100644
--- a/tools/telechips.h
+++ b/tools/telechips.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2007 Dave Chapman
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/voicefont.c b/tools/voicefont.c
index 6d20f7a152..9e5603e458 100644
--- a/tools/voicefont.c
+++ b/tools/voicefont.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2004 by Jörg Hohensohn
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/voicefont.h b/tools/voicefont.h
index 1f9c7fc326..6b603ef9be 100644
--- a/tools/voicefont.h
+++ b/tools/voicefont.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2004 by Jörg Hohensohn
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/wavtrim.c b/tools/wavtrim.c
index f5603acd55..86fec7e256 100644
--- a/tools/wavtrim.c
+++ b/tools/wavtrim.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2004 by Jörg Hohensohn
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
diff --git a/tools/wavtrim.h b/tools/wavtrim.h
index fe78c75818..233f80f046 100644
--- a/tools/wavtrim.h
+++ b/tools/wavtrim.h
@@ -9,8 +9,10 @@
*
* Copyright (C) 2004 by Jörg Hohensohn
*
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.