summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-05-20 19:24:21 +0530
committerJonas ABERG <jonas.aberg@stericsson.com>2010-05-24 08:02:11 +0200
commit98feb85a113cdd4649ac3c34906e1cf0abadbc35 (patch)
tree47087e729c8de9000fbb0c273b9b8ad8faee61a0 /board
parent2578d429b53524b05f6e85b5848064dae7d5b9a5 (diff)
Use proper copyright lines
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Change-Id: Ieec8e7940e7acdc88d7c17b12007f61841741325 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/390 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Tested-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'board')
-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
15 files changed, 15 insertions, 30 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.
*/