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 /firmware/include | |
| 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 'firmware/include')
| -rw-r--r-- | firmware/include/crc32-mi4.h | 6 | ||||
| -rw-r--r-- | firmware/include/crc32.h | 6 | ||||
| -rw-r--r-- | firmware/include/dir.h | 6 | ||||
| -rw-r--r-- | firmware/include/dir_uncached.h | 6 | ||||
| -rw-r--r-- | firmware/include/dircache.h | 6 | ||||
| -rw-r--r-- | firmware/include/file.h | 6 | ||||
| -rw-r--r-- | firmware/include/font_cache.h | 6 | ||||
| -rw-r--r-- | firmware/include/inttypes.h | 6 | ||||
| -rw-r--r-- | firmware/include/lru.h | 6 | ||||
| -rw-r--r-- | firmware/include/memory.h | 6 | ||||
| -rw-r--r-- | firmware/include/sprintf.h | 6 | ||||
| -rw-r--r-- | firmware/include/sscanf.h | 6 | ||||
| -rw-r--r-- | firmware/include/sys/types.h | 6 | ||||
| -rw-r--r-- | firmware/include/timefuncs.h | 6 |
14 files changed, 56 insertions, 28 deletions
diff --git a/firmware/include/crc32-mi4.h b/firmware/include/crc32-mi4.h index e7f3229..e233986 100644 --- a/firmware/include/crc32-mi4.h +++ b/firmware/include/crc32-mi4.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Barry Wardell * - * 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/firmware/include/crc32.h b/firmware/include/crc32.h index 1d1bdc2..034c398 100644 --- a/firmware/include/crc32.h +++ b/firmware/include/crc32.h @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Jörg Hohensohn [IDC]Dragon * - * 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/firmware/include/dir.h b/firmware/include/dir.h index d4ead2d..69403a7 100644 --- a/firmware/include/dir.h +++ b/firmware/include/dir.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 by Kévin Ferrare * - * 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/firmware/include/dir_uncached.h b/firmware/include/dir_uncached.h index 30ead75..e198833 100644 --- a/firmware/include/dir_uncached.h +++ b/firmware/include/dir_uncached.h @@ -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/firmware/include/dircache.h b/firmware/include/dircache.h index a703d0b..75fc4a2 100644 --- a/firmware/include/dircache.h +++ b/firmware/include/dircache.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by 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/firmware/include/file.h b/firmware/include/file.h index 0cc2720..3e07fd0 100644 --- a/firmware/include/file.h +++ b/firmware/include/file.h @@ -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/firmware/include/font_cache.h b/firmware/include/font_cache.h index 813cd18..2334961 100644 --- a/firmware/include/font_cache.h +++ b/firmware/include/font_cache.h @@ -8,8 +8,10 @@ * * Copyright (C) 2003 Tat Tang * - * 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/firmware/include/inttypes.h b/firmware/include/inttypes.h index 3737490..1697f69 100644 --- a/firmware/include/inttypes.h +++ b/firmware/include/inttypes.h @@ -9,8 +9,10 @@ * * Copyright (C) 2005 by 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/firmware/include/lru.h b/firmware/include/lru.h index 8c74aa6..cd271af 100644 --- a/firmware/include/lru.h +++ b/firmware/include/lru.h @@ -8,8 +8,10 @@ * * Copyright (C) 2003 Tat Tang * - * 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/firmware/include/memory.h b/firmware/include/memory.h index 75bcb98..0b12629 100644 --- a/firmware/include/memory.h +++ b/firmware/include/memory.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Jens Arnold * - * 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/firmware/include/sprintf.h b/firmware/include/sprintf.h index 74fa44b..ff9cf54 100644 --- a/firmware/include/sprintf.h +++ b/firmware/include/sprintf.h @@ -9,8 +9,10 @@ * * Copyright (C) 2002 by Felix Arends * - * 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/firmware/include/sscanf.h b/firmware/include/sscanf.h index e2fd3a9..26f63dd 100644 --- a/firmware/include/sscanf.h +++ b/firmware/include/sscanf.h @@ -9,8 +9,10 @@ * * Copyright (C) 2006 by Tomasz Malesinski * - * 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/firmware/include/sys/types.h b/firmware/include/sys/types.h index e96f651..95181da 100644 --- a/firmware/include/sys/types.h +++ b/firmware/include/sys/types.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/firmware/include/timefuncs.h b/firmware/include/timefuncs.h index e266ff9..45978f4 100644 --- a/firmware/include/timefuncs.h +++ b/firmware/include/timefuncs.h @@ -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. |