summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelian Pop <[email protected]>2008-05-08 20:52:11 +0200
committerJean-Christophe PLAGNIOL-VILLARD <[email protected]>2008-05-10 11:32:06 +0200
commite817a042cef6164bf26fee86f90326f2ec9e6745 (patch)
tree55acd74553df21f372beb731d51df534e9f77863
parent4f6c810106f4f76d83cfc57d98f4540cd45f9a19 (diff)
Add copyright information in Atmel boards partition.c
When Ulf did the dataflash.c cleanup, he didn't add his copyright on the new created files. This patch fixes the problem. Signed-off-by: Stelian Pop <[email protected]> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
-rw-r--r--board/atmel/at91cap9adk/partition.c2
-rw-r--r--board/atmel/at91rm9200dk/partition.c2
-rw-r--r--board/atmel/at91sam9260ek/partition.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/board/atmel/at91cap9adk/partition.c b/board/atmel/at91cap9adk/partition.c
index 3bffd71a78e..eb1a724ab1f 100644
--- a/board/atmel/at91cap9adk/partition.c
+++ b/board/atmel/at91cap9adk/partition.c
@@ -1,4 +1,6 @@
/*
+ * (C) Copyright 2008
+ * Ulf Samuelsson <[email protected]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/board/atmel/at91rm9200dk/partition.c b/board/atmel/at91rm9200dk/partition.c
index a8a5fe6aa6f..975be174647 100644
--- a/board/atmel/at91rm9200dk/partition.c
+++ b/board/atmel/at91rm9200dk/partition.c
@@ -1,4 +1,6 @@
/*
+ * (C) Copyright 2008
+ * Ulf Samuelsson <[email protected]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/board/atmel/at91sam9260ek/partition.c b/board/atmel/at91sam9260ek/partition.c
index 389fb2c5c91..557d6954f46 100644
--- a/board/atmel/at91sam9260ek/partition.c
+++ b/board/atmel/at91sam9260ek/partition.c
@@ -1,4 +1,6 @@
/*
+ * (C) Copyright 2008
+ * Ulf Samuelsson <[email protected]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as