summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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 @@
9 * 9 *
10 * Copyright (C) 2002 by Linus Nielsen Feltzing 10 * Copyright (C) 2002 by Linus Nielsen Feltzing
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2005 by Frank Dischner 10 * Copyright (C) 2005 by Frank Dischner
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2005 by Frank Dischner 10 * Copyright (C) 2005 by Frank Dischner
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2005 by Frank Dischner 10 * Copyright (C) 2005 by Frank Dischner
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2008 by Maurus Cuelenaere 10 * Copyright (C) 2008 by Maurus Cuelenaere
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2008 by Maurus Cuelenaere 10 * Copyright (C) 2008 by Maurus Cuelenaere
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2002 by Björn Stenberg 10 * Copyright (C) 2002 by Björn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2005 by Daniel Stenberg 10 * Copyright (C) 2005 by Daniel Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2006 by Christian Hack 10 * Copyright (C) 2006 by Christian Hack
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2006 by Marcoen Hirschberg 10 * Copyright (C) 2006 by Marcoen Hirschberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2007 by Will Robertson 10 * Copyright (C) 2007 by Will Robertson
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2006 by Marcoen Hirschberg 10 * Copyright (C) 2006 by Marcoen Hirschberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2005 by Daniel Stenberg 10 * Copyright (C) 2005 by Daniel Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2006 Dave Chapman 10 * Copyright (C) 2006 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2005 by Linus Nielsen Feltzing 10 * Copyright (C) 2005 by Linus Nielsen Feltzing
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2008 by Dominik Riebeling 10 * Copyright (C) 2008 by Dominik Riebeling
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
11 * 11 *
12 * Based on merge0.cpp by James Espinoza, but completely rewritten. 12 * Based on merge0.cpp by James Espinoza, but completely rewritten.
13 * 13 *
14 * All files in this archive are subject to the GNU General Public License. 14 * This program is free software; you can redistribute it and/or
15 * See the file COPYING in the source tree root for full license agreement. 15 * modify it under the terms of the GNU General Public License
16 * as published by the Free Software Foundation; either version 2
17 * of the License, or (at your option) any later version.
16 * 18 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied. 20 * 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 @@
11 * 11 *
12 * Based on mkboot, Copyright (C) 2005 by Linus Nielsen Feltzing 12 * Based on mkboot, Copyright (C) 2005 by Linus Nielsen Feltzing
13 * 13 *
14 * All files in this archive are subject to the GNU General Public License. 14 * This program is free software; you can redistribute it and/or
15 * See the file COPYING in the source tree root for full license agreement. 15 * modify it under the terms of the GNU General Public License
16 * as published by the Free Software Foundation; either version 2
17 * of the License, or (at your option) any later version.
16 * 18 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied. 20 * 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 @@
10 * Copyright (C) 2007 by Jens Arnold 10 * Copyright (C) 2007 by Jens Arnold
11 * Based on the work of Kjell Ericson 11 * Based on the work of Kjell Ericson
12 * 12 *
13 * All files in this archive are subject to the GNU General Public License. 13 * This program is free software; you can redistribute it and/or
14 * See the file COPYING in the source tree root for full license agreement. 14 * modify it under the terms of the GNU General Public License
15 * as published by the Free Software Foundation; either version 2
16 * of the License, or (at your option) any later version.
15 * 17 *
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied. 19 * 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 @@
8 * 8 *
9 * Copyright (C) 2007 Thom Johansen 9 * Copyright (C) 2007 Thom Johansen
10 * 10 *
11 * All files in this archive are subject to the GNU General Public License. 11 * This program is free software; you can redistribute it and/or
12 * See the file COPYING in the source tree root for full license agreement. 12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
13 * 15 *
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied. 17 * 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 @@
8 * 8 *
9 * Copyright (C) 2007 Thom Johansen 9 * Copyright (C) 2007 Thom Johansen
10 * 10 *
11 * All files in this archive are subject to the GNU General Public License. 11 * This program is free software; you can redistribute it and/or
12 * See the file COPYING in the source tree root for full license agreement. 12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
13 * 15 *
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied. 17 * 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 @@
8 * 8 *
9 * Copyright (C) 2007 Thom Johansen 9 * Copyright (C) 2007 Thom Johansen
10 * 10 *
11 * All files in this archive are subject to the GNU General Public License. 11 * This program is free software; you can redistribute it and/or
12 * See the file COPYING in the source tree root for full license agreement. 12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
13 * 15 *
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied. 17 * 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 @@
8 * 8 *
9 * Copyright (C) 2007 Thom Johansen 9 * Copyright (C) 2007 Thom Johansen
10 * 10 *
11 * All files in this archive are subject to the GNU General Public License. 11 * This program is free software; you can redistribute it and/or
12 * See the file COPYING in the source tree root for full license agreement. 12 * modify it under the terms of the GNU General Public License
13 * as published by the Free Software Foundation; either version 2
14 * of the License, or (at your option) any later version.
13 * 15 *
14 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
15 * KIND, either express or implied. 17 * 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 @@
9 * 9 *
10 * Copyright (C) 2005 Miika Pekkarinen 10 * Copyright (C) 2005 Miika Pekkarinen
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2002 - 2007 by Björn Stenberg 10 * Copyright (C) 2002 - 2007 by Björn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
14 * Thanks to Hein-Pieter van Braam for his work in identifying the 14 * Thanks to Hein-Pieter van Braam for his work in identifying the
15 * CRC algorithm used. 15 * CRC algorithm used.
16 * 16 *
17 * All files in this archive are subject to the GNU General Public License. 17 * This program is free software; you can redistribute it and/or
18 * See the file COPYING in the source tree root for full license agreement. 18 * modify it under the terms of the GNU General Public License
19 * as published by the Free Software Foundation; either version 2
20 * of the License, or (at your option) any later version.
19 * 21 *
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * KIND, either express or implied. 23 * 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 @@
9 * 9 *
10 * Copyright (C) 2007 Dave Chapman 10 * Copyright (C) 2007 Dave Chapman
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2004 by Jörg Hohensohn 10 * Copyright (C) 2004 by Jörg Hohensohn
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2004 by Jörg Hohensohn 10 * Copyright (C) 2004 by Jörg Hohensohn
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2004 by Jörg Hohensohn 10 * Copyright (C) 2004 by Jörg Hohensohn
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * 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 @@
9 * 9 *
10 * Copyright (C) 2004 by Jörg Hohensohn 10 * Copyright (C) 2004 by Jörg Hohensohn
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.