summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/st/u8500/Makefile3
-rw-r--r--board/st/u8500/common.h3
-rw-r--r--board/st/u8500/emmc.c3
-rwxr-xr-xboard/st/u8500/emmc.h3
-rwxr-xr-xboard/st/u8500/flash.c3
-rw-r--r--board/st/u8500/gpio.c3
-rw-r--r--board/st/u8500/gpio.h3
-rwxr-xr-xboard/st/u8500/i2c.h3
-rw-r--r--board/st/u8500/init_mmc.c3
-rwxr-xr-xboard/st/u8500/init_mmc.h3
-rw-r--r--board/st/u8500/mmc.h3
-rwxr-xr-xboard/st/u8500/mmc_p.h3
-rw-r--r--board/st/u8500/mmc_utils.c3
-rwxr-xr-xboard/st/u8500/mmc_utils.h3
-rw-r--r--board/st/u8500/u8500.c3
-rwxr-xr-xcommon/env_emmc.c3
-rwxr-xr-xdrivers/usb/gadget/u8500_udc.h3
-rwxr-xr-xinclude/asm-arm/arch-stw8500/bits.h3
-rw-r--r--include/asm-arm/arch-stw8500/clock.h3
-rwxr-xr-xinclude/asm-arm/arch-stw8500/common.h3
-rwxr-xr-xinclude/asm-arm/arch-stw8500/emmc.h3
-rwxr-xr-xinclude/asm-arm/arch-stw8500/gpio.h3
-rw-r--r--include/asm-arm/arch-stw8500/hardware.h3
-rwxr-xr-xinclude/asm-arm/arch-stw8500/mmc.h3
-rw-r--r--include/configs/u8500.h3
25 files changed, 25 insertions, 50 deletions
diff --git a/board/st/u8500/Makefile b/board/st/u8500/Makefile
index 0042c3353..28f7ac9a7 100644
--- a/board/st/u8500/Makefile
+++ b/board/st/u8500/Makefile
@@ -1,6 +1,5 @@
#
-# (C) Copyright 2009
-# ST-Ericsson, <www.stericsson.com>
+# Copyright (C) ST-Ericsson SA 2009
#
# See file CREDITS for list of people who contributed to this
# project.
diff --git a/board/st/u8500/common.h b/board/st/u8500/common.h
index 24c283f69..07c97bea5 100644
--- a/board/st/u8500/common.h
+++ b/board/st/u8500/common.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/emmc.c b/board/st/u8500/emmc.c
index bfb33c803..ea432a178 100644
--- a/board/st/u8500/emmc.c
+++ b/board/st/u8500/emmc.c
@@ -1,6 +1,5 @@
/*
-* (C) Copyright 2009
-* ST-Ericsson, <www.stericsson.com>
+* Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/emmc.h b/board/st/u8500/emmc.h
index aa4b48df0..62256ae9e 100755
--- a/board/st/u8500/emmc.h
+++ b/board/st/u8500/emmc.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/flash.c b/board/st/u8500/flash.c
index 299c31992..e44f9ef32 100755
--- a/board/st/u8500/flash.c
+++ b/board/st/u8500/flash.c
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/gpio.c b/board/st/u8500/gpio.c
index 8623150a3..625c8ee2b 100644
--- a/board/st/u8500/gpio.c
+++ b/board/st/u8500/gpio.c
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/gpio.h b/board/st/u8500/gpio.h
index b0850faa2..b4e37062b 100644
--- a/board/st/u8500/gpio.h
+++ b/board/st/u8500/gpio.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/i2c.h b/board/st/u8500/i2c.h
index 3a5b93625..72579d137 100755
--- a/board/st/u8500/i2c.h
+++ b/board/st/u8500/i2c.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/init_mmc.c b/board/st/u8500/init_mmc.c
index f89e30500..fb6470a23 100644
--- a/board/st/u8500/init_mmc.c
+++ b/board/st/u8500/init_mmc.c
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/init_mmc.h b/board/st/u8500/init_mmc.h
index 24ec9e689..b66f866f8 100755
--- a/board/st/u8500/init_mmc.h
+++ b/board/st/u8500/init_mmc.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/mmc.h b/board/st/u8500/mmc.h
index 895a4d180..069aced00 100644
--- a/board/st/u8500/mmc.h
+++ b/board/st/u8500/mmc.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/mmc_p.h b/board/st/u8500/mmc_p.h
index 26b4b7795..e32701f3e 100755
--- a/board/st/u8500/mmc_p.h
+++ b/board/st/u8500/mmc_p.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/mmc_utils.c b/board/st/u8500/mmc_utils.c
index faf8684aa..5ff34425e 100644
--- a/board/st/u8500/mmc_utils.c
+++ b/board/st/u8500/mmc_utils.c
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * ST-Ericsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/mmc_utils.h b/board/st/u8500/mmc_utils.h
index b998814c5..c0b997a5e 100755
--- a/board/st/u8500/mmc_utils.h
+++ b/board/st/u8500/mmc_utils.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/board/st/u8500/u8500.c b/board/st/u8500/u8500.c
index 02df1ed53..a38e9b91b 100644
--- a/board/st/u8500/u8500.c
+++ b/board/st/u8500/u8500.c
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * ST-Ericsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* License terms: GNU General Public License (GPL), version 2.
*/
diff --git a/common/env_emmc.c b/common/env_emmc.c
index c46e18aa6..c169aa209 100755
--- a/common/env_emmc.c
+++ b/common/env_emmc.c
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/drivers/usb/gadget/u8500_udc.h b/drivers/usb/gadget/u8500_udc.h
index f42c0686a..0bafeb015 100755
--- a/drivers/usb/gadget/u8500_udc.h
+++ b/drivers/usb/gadget/u8500_udc.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/asm-arm/arch-stw8500/bits.h b/include/asm-arm/arch-stw8500/bits.h
index 08e16a2a8..17e2f09a4 100755
--- a/include/asm-arm/arch-stw8500/bits.h
+++ b/include/asm-arm/arch-stw8500/bits.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/asm-arm/arch-stw8500/clock.h b/include/asm-arm/arch-stw8500/clock.h
index 5317aaf8d..b00ab0d21 100644
--- a/include/asm-arm/arch-stw8500/clock.h
+++ b/include/asm-arm/arch-stw8500/clock.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * ST-Ericsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/asm-arm/arch-stw8500/common.h b/include/asm-arm/arch-stw8500/common.h
index b6185081a..4b8c2b80a 100755
--- a/include/asm-arm/arch-stw8500/common.h
+++ b/include/asm-arm/arch-stw8500/common.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/asm-arm/arch-stw8500/emmc.h b/include/asm-arm/arch-stw8500/emmc.h
index aa4b48df0..62256ae9e 100755
--- a/include/asm-arm/arch-stw8500/emmc.h
+++ b/include/asm-arm/arch-stw8500/emmc.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/asm-arm/arch-stw8500/gpio.h b/include/asm-arm/arch-stw8500/gpio.h
index 26e14d04c..be53c4c1f 100755
--- a/include/asm-arm/arch-stw8500/gpio.h
+++ b/include/asm-arm/arch-stw8500/gpio.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/asm-arm/arch-stw8500/hardware.h b/include/asm-arm/arch-stw8500/hardware.h
index 907f34031..1ecefadc2 100644
--- a/include/asm-arm/arch-stw8500/hardware.h
+++ b/include/asm-arm/arch-stw8500/hardware.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * ST-Ericsson <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/asm-arm/arch-stw8500/mmc.h b/include/asm-arm/arch-stw8500/mmc.h
index c8aa4d71c..0e089338a 100755
--- a/include/asm-arm/arch-stw8500/mmc.h
+++ b/include/asm-arm/arch-stw8500/mmc.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * STEricsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.
diff --git a/include/configs/u8500.h b/include/configs/u8500.h
index a0527a07c..880cbf273 100644
--- a/include/configs/u8500.h
+++ b/include/configs/u8500.h
@@ -1,6 +1,5 @@
/*
- * (C) Copyright 2009
- * ST-Ericsson, <www.stericsson.com>
+ * Copyright (C) ST-Ericsson SA 2009
*
* See file CREDITS for list of people who contributed to this
* project.