ARM: S3C: Fix Simtec copyright statements in Documentation/S3C24XX
authorBen Dooks <ben@simtec.co.uk>
Fri, 13 Nov 2009 22:54:12 +0000 (22:54 +0000)
committerBen Dooks <ben-linux@fluff.org>
Tue, 1 Dec 2009 01:33:50 +0000 (01:33 +0000)
The (c) alone is not a sufficient copyright statement, nor is it a
good replacement for the proper encircled &copy; symbol [1]. Add the
word copyright to the apropriate places and remove the (c) symbol.

[1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices
    section 4 'What does a notice consist of?'

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
16 files changed:
Documentation/arm/Samsung-S3C24XX/EB2410ITX.txt
Documentation/arm/Samsung-S3C24XX/GPIO.txt
Documentation/arm/Samsung-S3C24XX/Overview.txt
Documentation/arm/Samsung-S3C24XX/S3C2412.txt
Documentation/arm/Samsung-S3C24XX/S3C2413.txt
Documentation/arm/Samsung-S3C24XX/Suspend.txt
Documentation/arm/Samsung-S3C24XX/USB-Host.txt
arch/arm/mach-s3c2410/bast-irq.c
arch/arm/mach-s3c2410/include/mach/osiris-map.h
arch/arm/mach-s3c2410/mach-bast.c
arch/arm/mach-s3c2410/usb-simtec.c
arch/arm/mach-s3c2440/mach-anubis.c
arch/arm/plat-s3c/clock.c
arch/arm/plat-s3c/include/plat/regs-serial.h
arch/arm/plat-s3c24xx/dma.c
arch/arm/plat-s3c24xx/pm-simtec.c

index 26422f0f9080386dd5c3a8986757b14eb3df5d1e..b87292e05f2f54d5e754b58a44f00d9c1abcaea5 100644 (file)
@@ -55,4 +55,4 @@ Maintainers
   This board is maintained by Simtec Electronics.
 
 
-(c) 2004 Ben Dooks, Simtec Electronics
+Copyright 2004 Ben Dooks, Simtec Electronics
index 948c8718d967b41c1f3c43e4356a5deb26ce3d15..2af2cf39915f5209a4dceafd26bc7b9050f7e7d2 100644 (file)
@@ -134,4 +134,4 @@ Authour
 
 
 Ben Dooks, 03 October 2004
-(c) 2004 Ben Dooks, Simtec Electronics
+Copyright 2004 Ben Dooks, Simtec Electronics
index cff6227b44844dae251e4425468c3c099f58d272..17479583935e5b3bad6505eceb3319fc5d91acb4 100644 (file)
@@ -299,4 +299,4 @@ Port Contributors
 Document Author
 ---------------
 
-Ben Dooks, (c) 2004-2005,2006 Simtec Electronics
+Ben Dooks, Copyright 2004-2005,2006 Simtec Electronics
index 295d971a15ed49d1c7d60fb31affbdd1e5119a1c..f057876b920bea6448949c91bb6098e5fee61d93 100644 (file)
@@ -117,4 +117,4 @@ ATA
 Document Author
 ---------------
 
-Ben Dooks, (c) 2006 Simtec Electronics
+Ben Dooks, Copyright 2006 Simtec Electronics
index ab2a88858f12f2161cef928b91ffd19701273d46..909bdc7dd7b58232bcd96a6e180e4b2a64721879 100644 (file)
@@ -18,4 +18,4 @@ Camera Interface
 Document Author
 ---------------
 
-Ben Dooks, (c) 2006 Simtec Electronics
+Ben Dooks, Copyright 2006 Simtec Electronics
index a30fe510572b944274af3bf99b9c7e6b4e5a78e0..7edd0e2e6c5b7d9e11c8885e87bec8d5ead39a11 100644 (file)
@@ -133,5 +133,5 @@ Configuration
 Document Author
 ---------------
 
-Ben Dooks, (c) 2004 Simtec Electronics
+Ben Dooks, Copyright 2004 Simtec Electronics
 
index 67671eba423125179a6ab7f0e831225dab43bbbb..f82b1faefad5f2ba2f12a24d059de46cc200edbd 100644 (file)
@@ -90,4 +90,4 @@ Platform Data
 Document Author
 ---------------
 
-Ben Dooks, (c) 2005 Simtec Electronics
+Ben Dooks, Copyright 2005 Simtec Electronics
index 9a37c87152b0074a0da7d47a0c2cd2f914b829df..d5ab9adc738e1d5c3c0eb7c335378b895b984ede 100644 (file)
@@ -1,6 +1,6 @@
 /* linux/arch/arm/mach-s3c2410/bast-irq.c
  *
- * Copyright (c) 2003,2005 Simtec Electronics
+ * Copyright 2003,2005 Simtec Electronics
  *   Ben Dooks <ben@simtec.co.uk>
  *
  * http://www.simtec.co.uk/products/EB2410ITX/
@@ -141,7 +141,7 @@ static __init int bast_irq_init(void)
        unsigned int i;
 
        if (machine_is_bast()) {
-               printk(KERN_INFO "BAST PC104 IRQ routing, (c) 2005 Simtec Electronics\n");
+               printk(KERN_INFO "BAST PC104 IRQ routing, Copyright 2005 Simtec Electronics\n");
 
                /* zap all the IRQs */
 
index 639eff523d4ed6606b91089522774e61fb65a666..17380f848428bf98eab21195cdc36df5d86b921c 100644 (file)
@@ -1,6 +1,6 @@
 /* arch/arm/mach-s3c2410/include/mach/osiris-map.h
  *
- * (c) 2005 Simtec Electronics
+ * Copyright 2005 Simtec Electronics
  *     http://www.simtec.co.uk/products/
  *     Ben Dooks <ben@simtec.co.uk>
  *
index 5f7837068238c719a8456e6e9351117f7a27da32..9705d84233ce73fe9030f3880867352ce8fc097c 100644 (file)
@@ -1,6 +1,6 @@
 /* linux/arch/arm/mach-s3c2410/mach-bast.c
  *
- * Copyright (c) 2003-2005,2008 Simtec Electronics
+ * Copyright 2003-2005,2008 Simtec Electronics
  *   Ben Dooks <ben@simtec.co.uk>
  *
  * http://www.simtec.co.uk/products/EB2410ITX/
@@ -66,7 +66,7 @@
 #include "usb-simtec.h"
 #include "nor-simtec.h"
 
-#define COPYRIGHT ", (c) 2004-2005 Simtec Electronics"
+#define COPYRIGHT ", Copyright 2004-2005 Simtec Electronics"
 
 /* macros for virtual address mods for the io space entries */
 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5)
index 50e25fc5f8ab0d01ef8756aa70d8f95651f7d39f..2b01f81b151b0ffc294a9103a4d1973dff92c8a9 100644 (file)
@@ -1,6 +1,6 @@
 /* linux/arch/arm/mach-s3c2410/usb-simtec.c
  *
- * Copyright (c) 2004,2005 Simtec Electronics
+ * Copyright 2004,2005 Simtec Electronics
  *   Ben Dooks <ben@simtec.co.uk>
  *
  * http://www.simtec.co.uk/products/EB2410ITX/
@@ -108,7 +108,7 @@ int usb_simtec_init(void)
 {
        int ret;
 
-       printk("USB Power Control, (c) 2004 Simtec Electronics\n");
+       printk("USB Power Control, Copyright 2004 Simtec Electronics\n");
 
        ret = gpio_request(S3C2410_GPB(4), "USB power control");
        if (ret < 0) {
index b8b9a428d497244e2133806be512d5ce0c8251b0..c3705b99d15ca8ce4644022ce36213bdecf55a33 100644 (file)
@@ -1,6 +1,6 @@
 /* linux/arch/arm/mach-s3c2440/mach-anubis.c
  *
- * Copyright (c) 2003-2005,2008 Simtec Electronics
+ * Copyright 2003-2009 Simtec Electronics
  *     http://armlinux.simtec.co.uk/
  *     Ben Dooks <ben@simtec.co.uk>
  *
@@ -55,7 +55,7 @@
 #include <plat/cpu.h>
 #include <plat/audio-simtec.h>
 
-#define COPYRIGHT ", (c) 2005-2009 Simtec Electronics"
+#define COPYRIGHT ", Copyright 2005-2009 Simtec Electronics"
 
 static struct map_desc anubis_iodesc[] __initdata = {
   /* ISA IO areas */
index 4d01ef1a25ddfb8c79b11cba9a30b22eee46bb39..619cfa82dcab24cad01485c75c78c899c617a166 100644 (file)
@@ -1,6 +1,6 @@
 /* linux/arch/arm/plat-s3c24xx/clock.c
  *
- * Copyright (c) 2004-2005 Simtec Electronics
+ * Copyright 2004-2005 Simtec Electronics
  *     Ben Dooks <ben@simtec.co.uk>
  *
  * S3C24XX Core clock control support
@@ -337,7 +337,7 @@ int s3c24xx_register_clocks(struct clk **clks, int nr_clks)
 
 int __init s3c24xx_register_baseclocks(unsigned long xtal)
 {
-       printk(KERN_INFO "S3C24XX Clocks, (c) 2004 Simtec Electronics\n");
+       printk(KERN_INFO "S3C24XX Clocks, Copyright 2004 Simtec Electronics\n");
 
        clk_xtal.rate = xtal;
 
index 66af75a5cdd1f54cc564f660b0da23611481793f..85d8904e7f240229e107c048a0f26c7c3f83774c 100644 (file)
@@ -6,7 +6,7 @@
  *
  *  Copyright (C) 2002 Shane Nay (shane@minirl.com)
  *
- *  Additional defines, (c) 2003 Simtec Electronics (linux@simtec.co.uk)
+ *  Additional defines, Copyright 2003 Simtec Electronics (linux@simtec.co.uk)
  *
  *  Adapted from:
  *
index f046f8c51084c6628bb437319c67f1d8f79dfba6..8fff92e1e27570ecf1755a7b934302a7dd5882c4 100644 (file)
@@ -1,6 +1,6 @@
 /* linux/arch/arm/plat-s3c24xx/dma.c
  *
- * Copyright (c) 2003-2005,2006 Simtec Electronics
+ * Copyright 2003-2005,2006 Simtec Electronics
  *     Ben Dooks <ben@simtec.co.uk>
  *
  * S3C2410 DMA core
@@ -1310,7 +1310,7 @@ int __init s3c24xx_dma_init(unsigned int channels, unsigned int irq,
        int channel;
        int ret;
 
-       printk("S3C24XX DMA Driver, (c) 2003-2004,2006 Simtec Electronics\n");
+       printk("S3C24XX DMA Driver, Copyright 2003-2004,2006 Simtec Electronics\n");
 
        dma_channels = channels;
 
index da0d3217d3e3f3338fc22b1b43d1700c682023b4..663b280d65dadc27beb5c9bf54260a64d7042fb2 100644 (file)
@@ -1,6 +1,6 @@
 /* linux/arch/arm/plat-s3c24xx/pm-simtec.c
  *
- * Copyright (c) 2004 Simtec Electronics
+ * Copyright 2004 Simtec Electronics
  *     Ben Dooks <ben@simtec.co.uk>
  *
  * http://armlinux.simtec.co.uk/
@@ -35,7 +35,7 @@
 
 #include <plat/pm.h>
 
-#define COPYRIGHT ", (c) 2005 Simtec Electronics"
+#define COPYRIGHT ", Copyright 2005 Simtec Electronics"
 
 /* pm_simtec_init
  *
This page took 0.096689 seconds and 5 git commands to generate.