[PATCH] change the Copyright year from 2007 to 2008

xiangfu xiangfu at openmoko.org
Tue Sep 16 18:41:50 CEST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

just change the Copyright year from 2007 to 2008.

- ---
 include/glamo-regs.h              |    9 ++++-----
 include/i2c-bitbang.h             |    4 ++--
 include/neo_gta02.h               |    4 ++--
 include/serial-s3c24xx.h          |    4 ++--
 src/blink_led.c                   |    4 ++--
 src/blink_led.h                   |    4 ++--
 src/drivers/glamo-init.c          |    4 ++--
 src/drivers/glamo-mmc.c           |    4 ++--
 src/drivers/i2c-bitbang-s3c24xx.c |    4 ++--
 src/drivers/i2c-bitbang.c         |    4 ++--
 src/drivers/serial-s3c24xx.c      |    4 ++--
 src/gta02/gta02.c                 |    4 ++--
 src/start.S                       |    4 ++--
 src/start_qi.c                    |    4 ++--
 tools/Makefile                    |    4 ++--
 15 files changed, 32 insertions(+), 33 deletions(-)

diff --git a/include/glamo-regs.h b/include/glamo-regs.h
index bfc3919..29e1f57 100644
- --- a/include/glamo-regs.h
+++ b/include/glamo-regs.h
@@ -1,15 +1,12 @@
- -#ifndef _GLAMO_REGS_H
- -#define _GLAMO_REGS_H
- -
 /* Smedia Glamo 336x/337x driver
  *
- - * (C) 2007 by OpenMoko, Inc.
+ * (C) 2008 by OpenMoko, Inc.
  * Author: Harald Welte <laforge at openmoko.org>
  * All rights reserved.
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -22,6 +19,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  * MA 02111-1307 USA
  */
+#ifndef _GLAMO_REGS_H
+#define _GLAMO_REGS_H

 enum glamo_regster_offsets {
 	GLAMO_REGOFS_GENERIC	= 0x0000,
diff --git a/include/i2c-bitbang.h b/include/i2c-bitbang.h
index 0873b3b..b102803 100644
- --- a/include/i2c-bitbang.h
+++ b/include/i2c-bitbang.h
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: Andy Green <andy at openmoko.com>
  *
  * Generic i2c bitbang state machine
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/include/neo_gta02.h b/include/neo_gta02.h
index 7492630..343514f 100644
- --- a/include/neo_gta02.h
+++ b/include/neo_gta02.h
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: xiangfu liu <xiangfu at openmoko.org>
  *
  * Configuation settings for the FIC Neo GTA02 Linux GSM phone
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/include/serial-s3c24xx.h b/include/serial-s3c24xx.h
index 6209401..051ac17 100644
- --- a/include/serial-s3c24xx.h
+++ b/include/serial-s3c24xx.h
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: xiangfu liu <xiangfu at openmoko.org>
  *
  * Configuation settings for the FIC Neo GTA02 Linux GSM phone
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/blink_led.c b/src/blink_led.c
index 6bac9e7..e76972a 100644
- --- a/src/blink_led.c
+++ b/src/blink_led.c
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: xiangfu liu <xiangfu at openmoko.org>
  *
  * Configuation settings for the FIC Neo GTA02 Linux GSM phone
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/blink_led.h b/src/blink_led.h
index a42333a..8e24360 100644
- --- a/src/blink_led.h
+++ b/src/blink_led.h
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: xiangfu liu <xiangfu at openmoko.org>
  *
  * Configuation settings for the FIC Neo GTA02 Linux GSM phone
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/drivers/glamo-init.c b/src/drivers/glamo-init.c
index c9c0c8c..7355ae7 100644
- --- a/src/drivers/glamo-init.c
+++ b/src/drivers/glamo-init.c
@@ -1,11 +1,11 @@
 /*
- - * (C) Copyright 2007 by OpenMoko, Inc.
+ * (C) Copyright 2008 by OpenMoko, Inc.
  * Author: Harald Welte <laforge at openmoko.org>
  *         Andy Green <andy at openmoko.com>
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/drivers/glamo-mmc.c b/src/drivers/glamo-mmc.c
index 051c810..a2e727e 100644
- --- a/src/drivers/glamo-mmc.c
+++ b/src/drivers/glamo-mmc.c
@@ -1,10 +1,10 @@
 /*
  *  linux/drivers/mmc/host/glamo-mmc.c - Glamo MMC driver
  *
- - *  Copyright (C) 2007 OpenMoko, Inc,  Andy Green <andy at openmoko.com>
+ *  Copyright (C) 2008 OpenMoko, Inc,  Andy Green <andy at openmoko.com>
  *  Based on the Glamo MCI driver that was -->
  *
- - *  Copyright (C) 2007 OpenMoko, Inc,  Andy Green <andy at openmoko.com>
+ *  Copyright (C) 2008 OpenMoko, Inc,  Andy Green <andy at openmoko.com>
  *  Based on S3C MMC driver that was:
  *  Copyright (C) 2004-2006 maintech GmbH, Thomas Kleffel <tk at maintech.de>
  *
diff --git a/src/drivers/i2c-bitbang-s3c24xx.c
b/src/drivers/i2c-bitbang-s3c24xx.c
index c2d46ed..ac43778 100644
- --- a/src/drivers/i2c-bitbang-s3c24xx.c
+++ b/src/drivers/i2c-bitbang-s3c24xx.c
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: Andy Green <andy at openmoko.com>
  *
  * s3c24xx-specific i2c shared by, eg, GTA02 and GTA03
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/drivers/i2c-bitbang.c b/src/drivers/i2c-bitbang.c
index 9762415..82d36c8 100644
- --- a/src/drivers/i2c-bitbang.c
+++ b/src/drivers/i2c-bitbang.c
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: Andy Green <andy at openmoko.com>
  *
  * Generic i2c bitbang state machine
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/drivers/serial-s3c24xx.c b/src/drivers/serial-s3c24xx.c
index 206f0a1..98ee40f 100644
- --- a/src/drivers/serial-s3c24xx.c
+++ b/src/drivers/serial-s3c24xx.c
@@ -1,12 +1,12 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: xiangfu liu <xiangfu at openmoko.org>
  *
  * Configuation settings for the FIC Neo GTA02 Linux GSM phone
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/gta02/gta02.c b/src/gta02/gta02.c
index fd84329..a19c82d 100644
- --- a/src/gta02/gta02.c
+++ b/src/gta02/gta02.c
@@ -1,5 +1,5 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: Andy Green <andy at openmoko.com>
  *
  * (port_init_gta02 came out of Openmoko U-Boot)
@@ -8,7 +8,7 @@
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/start.S b/src/start.S
index 1514e0f..0918d34 100644
- --- a/src/start.S
+++ b/src/start.S
@@ -1,11 +1,11 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  *
  * Configuation settings for the OPENMOKO Neo GTA02 Linux GSM phone
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/src/start_qi.c b/src/start_qi.c
index ac7d42e..74264cc 100644
- --- a/src/start_qi.c
+++ b/src/start_qi.c
@@ -1,5 +1,5 @@
 /*
- - * (C) Copyright 2007 OpenMoko, Inc.
+ * (C) Copyright 2008 OpenMoko, Inc.
  * Author: xiangfu liu <xiangfu at openmoko.org>
  *         Andy Green <andy at openmoko.com>
  *
@@ -7,7 +7,7 @@
  *
  * 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
+ * published by the Free Software Foundation; either version 3 of
  * the License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
diff --git a/tools/Makefile b/tools/Makefile
index e2a5409..c3787d2 100644
- --- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,11 +1,11 @@
- -#(C) Copyright 2007 OpenMoko, Inc.
+#(C) Copyright 2008 OpenMoko, Inc.
 # Author: xiangfu liu <xiangfu at openmoko.org>
 #
 # Configuation settings for the OPENMOKO Neo GTA02 Linux GSM phone
 #
 # 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
+# published by the Free Software Foundation; either version 3 of
 # the License, or (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
- --
1.5.4.3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBSM/hzhFuNemPXNFjAQKK5ggAihpdy8Kd2b3i09d0wocI7h+vXoHQBNOD
oS1qTRFUgZuZnuX9L3jupLrcP9QptrW86ylH17U+FyfB+b8vLK8UcwJHKNu8iYNN
tUobrqrwc4kmsSjbbpSnsFDGtsY3kcwky1/Y2D8NmuKnfXuc9yiYODfH4ks+gAbj
pN8AKrVbi8zBTucy9nc1/HY5oZWLDVUXDfiZiWnFMMGFzfezbjtRf7Kvc4jnu9Zy
KIFmGGs19Axhv3HPL1ptjmsCVn+upNFXdddVzhU+ZhGi0UJbgBzozvi9KsYdPI/D
CVCmqnPkEYARdjkYXGeRctW3ZId2Pv91kKKgK8OLw4r6BhfHY4FPJw==
=k3cB
-----END PGP SIGNATURE-----



More information about the openmoko-kernel mailing list