mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
ARM: S3C: Fix Simtec copyright statements in Documentation/S3C24XX
The (c) alone is not a sufficient copyright statement, nor is it a good replacement for the proper encircled © 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>
This commit is contained in:
parent
95eb56965c
commit
50f430e3ad
@ -55,4 +55,4 @@ Maintainers
|
||||
This board is maintained by Simtec Electronics.
|
||||
|
||||
|
||||
(c) 2004 Ben Dooks, Simtec Electronics
|
||||
Copyright 2004 Ben Dooks, Simtec Electronics
|
||||
|
@ -134,4 +134,4 @@ Authour
|
||||
|
||||
|
||||
Ben Dooks, 03 October 2004
|
||||
(c) 2004 Ben Dooks, Simtec Electronics
|
||||
Copyright 2004 Ben Dooks, Simtec Electronics
|
||||
|
@ -299,4 +299,4 @@ Port Contributors
|
||||
Document Author
|
||||
---------------
|
||||
|
||||
Ben Dooks, (c) 2004-2005,2006 Simtec Electronics
|
||||
Ben Dooks, Copyright 2004-2005,2006 Simtec Electronics
|
||||
|
@ -117,4 +117,4 @@ ATA
|
||||
Document Author
|
||||
---------------
|
||||
|
||||
Ben Dooks, (c) 2006 Simtec Electronics
|
||||
Ben Dooks, Copyright 2006 Simtec Electronics
|
||||
|
@ -18,4 +18,4 @@ Camera Interface
|
||||
Document Author
|
||||
---------------
|
||||
|
||||
Ben Dooks, (c) 2006 Simtec Electronics
|
||||
Ben Dooks, Copyright 2006 Simtec Electronics
|
||||
|
@ -133,5 +133,5 @@ Configuration
|
||||
Document Author
|
||||
---------------
|
||||
|
||||
Ben Dooks, (c) 2004 Simtec Electronics
|
||||
Ben Dooks, Copyright 2004 Simtec Electronics
|
||||
|
||||
|
@ -90,4 +90,4 @@ Platform Data
|
||||
Document Author
|
||||
---------------
|
||||
|
||||
Ben Dooks, (c) 2005 Simtec Electronics
|
||||
Ben Dooks, Copyright 2005 Simtec Electronics
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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>
|
||||
*
|
||||
|
@ -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)
|
||||
|
@ -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) {
|
||||
|
@ -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 */
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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:
|
||||
*
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user