diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-06-28 18:10:04 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-28 18:10:04 +0000 |
| commit | 2acc0ac542d9186feee25bbe444c49cb59ca393e (patch) | |
| tree | 39d07a175658097cee18bc2b18f567f43f3b2c74 /tools | |
| parent | af21db6ded50fd205d64a18c5af2d78eac6c2a41 (diff) | |
| download | rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.zip rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.gz rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.bz2 rockbox-2acc0ac542d9186feee25bbe444c49cb59ca393e.tar.xz | |
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.c | 6 | ||||
| -rw-r--r-- | tools/codepage_tables.c | 6 | ||||
| -rw-r--r-- | tools/codepage_tables.h | 6 | ||||
| -rw-r--r-- | tools/codepages.c | 6 | ||||
| -rw-r--r-- | tools/creative.c | 6 | ||||
| -rw-r--r-- | tools/creative.h | 6 | ||||
| -rw-r--r-- | tools/descramble.c | 6 | ||||
| -rw-r--r-- | tools/fwpatcher/iriver.h | 6 | ||||
| -rw-r--r-- | tools/gigabeat.c | 6 | ||||
| -rw-r--r-- | tools/gigabeat.h | 6 | ||||
| -rw-r--r-- | tools/gigabeats.c | 6 | ||||
| -rw-r--r-- | tools/gigabeats.h | 6 | ||||
| -rw-r--r-- | tools/iriver.h | 6 | ||||
| -rw-r--r-- | tools/mi4.c | 6 | ||||
| -rw-r--r-- | tools/mi4.h | 6 | ||||
| -rw-r--r-- | tools/mkboot.c | 6 | ||||
| -rw-r--r-- | tools/mkboot.h | 6 | ||||
| -rw-r--r-- | tools/mknkboot.c | 6 | ||||
| -rw-r--r-- | tools/mktccboot.c | 6 | ||||
| -rw-r--r-- | tools/player_unifont.c | 6 | ||||
| -rw-r--r-- | tools/rbspeex/rbspeex.c | 6 | ||||
| -rw-r--r-- | tools/rbspeex/rbspeex.h | 6 | ||||
| -rw-r--r-- | tools/rbspeex/rbspeexdec.c | 6 | ||||
| -rw-r--r-- | tools/rbspeex/rbspeexenc.c | 6 | ||||
| -rw-r--r-- | tools/rdf2binary.c | 6 | ||||
| -rw-r--r-- | tools/scramble.c | 6 | ||||
| -rw-r--r-- | tools/telechips.c | 6 | ||||
| -rw-r--r-- | tools/telechips.h | 6 | ||||
| -rw-r--r-- | tools/voicefont.c | 6 | ||||
| -rw-r--r-- | tools/voicefont.h | 6 | ||||
| -rw-r--r-- | tools/wavtrim.c | 6 | ||||
| -rw-r--r-- | tools/wavtrim.h | 6 |
32 files changed, 128 insertions, 64 deletions
diff --git a/tools/bmp2rb.c b/tools/bmp2rb.c index 1048191..e2e02a2 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 02a2304..87e0da8 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 0c0bc01..5c74baa 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 07d9511..9c21439 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 faa9565..2d60fdd 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 5d9aa20..a634e43 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 5d4975b..e29d49d 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 d3d00d2..6ebb1fb 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 761e8c3..554b8ff 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 c292014..0462f35 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 66fd885..49670a7 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 f682a9d..2c3e14e 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 e9df809..fa8a959 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 42d4008..fe66355 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 fa26f2e..4659e26 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 d86a4fc..49d6452 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 ea98621..980e469 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 06bcbca..cfa0e42 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 fcfd80a..ad72474 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 2b5121d..9ac7acb 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 e211b96..5d96ad8 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 2c5cb29..992bea8 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 a29361d..7c5df3e 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 c7ea6e4..fae4ba1 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 cfafcb2..df9cbd3 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 8fd4ca9..ace8337 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 5b6f3c2..8eefffc 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 7854da0..27e133b 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 6d20f7a..9e5603e 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 1f9c7fc..6b603ef 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 f5603ac..86fec7e 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 fe78c75..233f80f 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. |