summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 09:40:22 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2008-05-05 09:40:22 +0000
commitef5fa8eaf541a19ccf953051f119e4f56cf3c445 (patch)
treef0b14dcaa2c8d1bcad866e6cb2d82ce03bde0a96 /apps
parentd7bda7bd68ba2330c7c80663b838395e1cfbad31 (diff)
downloadrockbox-ef5fa8eaf541a19ccf953051f119e4f56cf3c445.zip
rockbox-ef5fa8eaf541a19ccf953051f119e4f56cf3c445.tar.gz
rockbox-ef5fa8eaf541a19ccf953051f119e4f56cf3c445.tar.bz2
rockbox-ef5fa8eaf541a19ccf953051f119e4f56cf3c445.tar.xz
Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have removed it. Also add mine in playback.c, alongside Slasheri's.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17368 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/gwps-common.c3
-rw-r--r--apps/gui/gwps-common.h2
-rw-r--r--apps/playback.c3
3 files changed, 5 insertions, 3 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index bcb82df..0498b83 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -7,7 +7,8 @@
* \/ \/ \/ \/ \/
* $Id$
*
- * Copyright (C) 2007 Nicolas Pennequin
+ * Copyright (C) 2002-2007 Björn Stenberg
+ * Copyright (C) 2007-2008 Nicolas Pennequin
*
* 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.
diff --git a/apps/gui/gwps-common.h b/apps/gui/gwps-common.h
index 2308025..3119755 100644
--- a/apps/gui/gwps-common.h
+++ b/apps/gui/gwps-common.h
@@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/
* $Id$
*
- * Copyright (C) 2007 Nicolas Pennequin
+ * Copyright (C) 2002 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.
diff --git a/apps/playback.c b/apps/playback.c
index a63e303..3328d26 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -7,7 +7,8 @@
* \/ \/ \/ \/ \/
* $Id$
*
- * Copyright (C) 2005 Miika Pekkarinen
+ * Copyright (C) 2005-2007 Miika Pekkarinen
+ * Copyright (C) 2007-2008 Nicolas Pennequin
*
* 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.