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 --- apps/plugins/clock/clock.c | 6 ++++-- apps/plugins/clock/clock.h | 6 ++++-- apps/plugins/clock/clock_bitmap_strings.c | 6 ++++-- apps/plugins/clock/clock_bitmap_strings.h | 6 ++++-- apps/plugins/clock/clock_bitmaps.c | 6 ++++-- apps/plugins/clock/clock_bitmaps.h | 6 ++++-- apps/plugins/clock/clock_draw.c | 6 ++++-- apps/plugins/clock/clock_draw.h | 6 ++++-- apps/plugins/clock/clock_draw_analog.c | 6 ++++-- apps/plugins/clock/clock_draw_analog.h | 6 ++++-- apps/plugins/clock/clock_draw_binary.c | 6 ++++-- apps/plugins/clock/clock_draw_binary.h | 6 ++++-- apps/plugins/clock/clock_draw_digital.c | 6 ++++-- apps/plugins/clock/clock_draw_digital.h | 6 ++++-- apps/plugins/clock/clock_menu.c | 6 ++++-- apps/plugins/clock/clock_settings.c | 6 ++++-- apps/plugins/clock/clock_settings.h | 6 ++++-- 17 files changed, 68 insertions(+), 34 deletions(-) (limited to 'apps/plugins/clock') diff --git a/apps/plugins/clock/clock.c b/apps/plugins/clock/clock.c index 588112cf63..1d257fde6e 100644 --- a/apps/plugins/clock/clock.c +++ b/apps/plugins/clock/clock.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Kévin Ferrare, graphic design 2003 Zakk Roberts * - * 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/apps/plugins/clock/clock.h b/apps/plugins/clock/clock.h index 76822ec162..2bcbe7207e 100644 --- a/apps/plugins/clock/clock.h +++ b/apps/plugins/clock/clock.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmap_strings.c b/apps/plugins/clock/clock_bitmap_strings.c index 980d432fd6..50e7f078e0 100644 --- a/apps/plugins/clock/clock_bitmap_strings.c +++ b/apps/plugins/clock/clock_bitmap_strings.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmap_strings.h b/apps/plugins/clock/clock_bitmap_strings.h index 22ad1fccbe..549a4a9448 100644 --- a/apps/plugins/clock/clock_bitmap_strings.h +++ b/apps/plugins/clock/clock_bitmap_strings.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmaps.c b/apps/plugins/clock/clock_bitmaps.c index e127161cfc..2a0590015a 100644 --- a/apps/plugins/clock/clock_bitmaps.c +++ b/apps/plugins/clock/clock_bitmaps.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_bitmaps.h b/apps/plugins/clock/clock_bitmaps.h index 9a80a75fbb..e6e09652d1 100644 --- a/apps/plugins/clock/clock_bitmaps.h +++ b/apps/plugins/clock/clock_bitmaps.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw.c b/apps/plugins/clock/clock_draw.c index c9564aded6..06711dff74 100644 --- a/apps/plugins/clock/clock_draw.c +++ b/apps/plugins/clock/clock_draw.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw.h b/apps/plugins/clock/clock_draw.h index aa14f7e6a6..c4790fe971 100644 --- a/apps/plugins/clock/clock_draw.h +++ b/apps/plugins/clock/clock_draw.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_analog.c b/apps/plugins/clock/clock_draw_analog.c index 3b15671114..dbed316322 100644 --- a/apps/plugins/clock/clock_draw_analog.c +++ b/apps/plugins/clock/clock_draw_analog.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * - * 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/apps/plugins/clock/clock_draw_analog.h b/apps/plugins/clock/clock_draw_analog.h index 12e90177d1..771dcec46c 100644 --- a/apps/plugins/clock/clock_draw_analog.h +++ b/apps/plugins/clock/clock_draw_analog.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_binary.c b/apps/plugins/clock/clock_draw_binary.c index 78d658c6e6..f50351f226 100644 --- a/apps/plugins/clock/clock_draw_binary.c +++ b/apps/plugins/clock/clock_draw_binary.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_binary.h b/apps/plugins/clock/clock_draw_binary.h index 8384598fbd..5996a9745c 100644 --- a/apps/plugins/clock/clock_draw_binary.h +++ b/apps/plugins/clock/clock_draw_binary.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_digital.c b/apps/plugins/clock/clock_draw_digital.c index 062f291df8..d5c37ad8dc 100644 --- a/apps/plugins/clock/clock_draw_digital.c +++ b/apps/plugins/clock/clock_draw_digital.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_draw_digital.h b/apps/plugins/clock/clock_draw_digital.h index e48c801ba0..d3b177d2fa 100644 --- a/apps/plugins/clock/clock_draw_digital.h +++ b/apps/plugins/clock/clock_draw_digital.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright 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/apps/plugins/clock/clock_menu.c b/apps/plugins/clock/clock_menu.c index a515e87fc3..626222f88b 100644 --- a/apps/plugins/clock/clock_menu.c +++ b/apps/plugins/clock/clock_menu.c @@ -9,8 +9,10 @@ * * Copyright (C) 2003 Zakk Roberts * - * 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/apps/plugins/clock/clock_settings.c b/apps/plugins/clock/clock_settings.c index 611c722122..ea87720f87 100644 --- a/apps/plugins/clock/clock_settings.c +++ b/apps/plugins/clock/clock_settings.c @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * - * 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/apps/plugins/clock/clock_settings.h b/apps/plugins/clock/clock_settings.h index 5573ed96b5..408983aa10 100644 --- a/apps/plugins/clock/clock_settings.h +++ b/apps/plugins/clock/clock_settings.h @@ -9,8 +9,10 @@ * * Copyright (C) 2007 Copyright Kévin Ferrare based on Zakk Roberts's work * - * 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