summaryrefslogtreecommitdiff
path: root/firmware/common
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 /firmware/common
parentaf21db6ded50fd205d64a18c5af2d78eac6c2a41 (diff)
downloadrockbox-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/common')
-rw-r--r--firmware/common/atoi.c6
-rw-r--r--firmware/common/crc32-mi4.c6
-rw-r--r--firmware/common/crc32.c6
-rw-r--r--firmware/common/dir_uncached.c6
-rw-r--r--firmware/common/dircache.c6
-rw-r--r--firmware/common/disk.c6
-rw-r--r--firmware/common/ffs.c6
-rw-r--r--firmware/common/file.c6
-rw-r--r--firmware/common/memset16.c6
-rw-r--r--firmware/common/sprintf.c6
-rw-r--r--firmware/common/strtok.c6
-rw-r--r--firmware/common/structec.c6
-rw-r--r--firmware/common/timefuncs.c6
13 files changed, 52 insertions, 26 deletions
diff --git a/firmware/common/atoi.c b/firmware/common/atoi.c
index eb43b61..3393839 100644
--- a/firmware/common/atoi.c
+++ b/firmware/common/atoi.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2002 by Gary Czvitkovicz
*
- * 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/common/crc32-mi4.c b/firmware/common/crc32-mi4.c
index ed33f60..82c6f3e 100644
--- a/firmware/common/crc32-mi4.c
+++ b/firmware/common/crc32-mi4.c
@@ -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/common/crc32.c b/firmware/common/crc32.c
index d64faa8..1cd0ca0 100644
--- a/firmware/common/crc32.c
+++ b/firmware/common/crc32.c
@@ -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/common/dir_uncached.c b/firmware/common/dir_uncached.c
index 5303e32..e036c95 100644
--- a/firmware/common/dir_uncached.c
+++ b/firmware/common/dir_uncached.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/firmware/common/dircache.c b/firmware/common/dircache.c
index 40d86f3..313102b 100644
--- a/firmware/common/dircache.c
+++ b/firmware/common/dircache.c
@@ -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/common/disk.c b/firmware/common/disk.c
index 8135c60..f6b836c 100644
--- a/firmware/common/disk.c
+++ b/firmware/common/disk.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/firmware/common/ffs.c b/firmware/common/ffs.c
index e3dc9b0..f68a9ce 100644
--- a/firmware/common/ffs.c
+++ b/firmware/common/ffs.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2008 by Michael Sevakis
*
- * 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/common/file.c b/firmware/common/file.c
index a0bfb82..7c01f03 100644
--- a/firmware/common/file.c
+++ b/firmware/common/file.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/firmware/common/memset16.c b/firmware/common/memset16.c
index 5f0fc3f..0e04c24 100644
--- a/firmware/common/memset16.c
+++ b/firmware/common/memset16.c
@@ -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/common/sprintf.c b/firmware/common/sprintf.c
index 0b3a4f3..768d69c 100644
--- a/firmware/common/sprintf.c
+++ b/firmware/common/sprintf.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2002 by Gary Czvitkovicz
*
- * 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/common/strtok.c b/firmware/common/strtok.c
index 4a07948..9e2eddf 100644
--- a/firmware/common/strtok.c
+++ b/firmware/common/strtok.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2002 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/common/structec.c b/firmware/common/structec.c
index 9377420..5ee4f05 100644
--- a/firmware/common/structec.c
+++ b/firmware/common/structec.c
@@ -9,8 +9,10 @@
*
* Copyright (C) 2007 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/common/timefuncs.c b/firmware/common/timefuncs.c
index 659c589..1bf29d2 100644
--- a/firmware/common/timefuncs.c
+++ b/firmware/common/timefuncs.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.