From 2acc0ac542d9186feee25bbe444c49cb59ca393e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 28 Jun 2008 18:10:04 +0000 Subject: 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 --- firmware/common/atoi.c | 6 ++++-- firmware/common/crc32-mi4.c | 6 ++++-- firmware/common/crc32.c | 6 ++++-- firmware/common/dir_uncached.c | 6 ++++-- firmware/common/dircache.c | 6 ++++-- firmware/common/disk.c | 6 ++++-- firmware/common/ffs.c | 6 ++++-- firmware/common/file.c | 6 ++++-- firmware/common/memset16.c | 6 ++++-- firmware/common/sprintf.c | 6 ++++-- firmware/common/strtok.c | 6 ++++-- firmware/common/structec.c | 6 ++++-- firmware/common/timefuncs.c | 6 ++++-- 13 files changed, 52 insertions(+), 26 deletions(-) (limited to 'firmware/common') diff --git a/firmware/common/atoi.c b/firmware/common/atoi.c index eb43b61336..3393839b27 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 ed33f60671..82c6f3e15b 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 d64faa88d1..1cd0ca0bd5 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 5303e32df6..e036c95840 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 40d86f3552..313102b9a1 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 8135c60bc5..f6b836cca8 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 e3dc9b0dc5..f68a9cef8c 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 a0bfb82ec6..7c01f03817 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 5f0fc3fe08..0e04c241fd 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 0b3a4f3344..768d69ca61 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 4a0794887e..9e2eddf599 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 937742002b..5ee4f05c1f 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 659c589155..1bf29d203c 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. -- cgit v1.2.3