diff options
author | Stelian Pop <stelian@popies.net> | 2008-05-08 20:52:12 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-05-10 11:32:06 +0200 |
commit | d48abea4b89adaf5e45ea75b5e38c0d8de179ece (patch) | |
tree | 45df3f359830bbfa75518bbfe6d1a33dbabfead0 /board | |
parent | e817a042cef6164bf26fee86f90326f2ec9e6745 (diff) | |
download | u-boot-imx-d48abea4b89adaf5e45ea75b5e38c0d8de179ece.zip u-boot-imx-d48abea4b89adaf5e45ea75b5e38c0d8de179ece.tar.gz u-boot-imx-d48abea4b89adaf5e45ea75b5e38c0d8de179ece.tar.bz2 |
Add proper copyright notices in Atmel boards Makefiles
The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
copyright notice. This patch adds the missing pieces.
Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/atmel/at91cap9adk/Makefile | 4 | ||||
-rw-r--r-- | board/atmel/at91sam9260ek/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/board/atmel/at91cap9adk/Makefile b/board/atmel/at91cap9adk/Makefile index e33af76..f2b9c12 100644 --- a/board/atmel/at91cap9adk/Makefile +++ b/board/atmel/at91cap9adk/Makefile @@ -2,6 +2,10 @@ # (C) Copyright 2003-2008 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # +# (C) Copyright 2008 +# Stelian Pop <stelian.pop@leadtechdesign.com> +# Lead Tech Design <www.leadtechdesign.com> +# # See file CREDITS for list of people who contributed to this # project. # diff --git a/board/atmel/at91sam9260ek/Makefile b/board/atmel/at91sam9260ek/Makefile index e6e4082..f93540a 100644 --- a/board/atmel/at91sam9260ek/Makefile +++ b/board/atmel/at91sam9260ek/Makefile @@ -2,6 +2,10 @@ # (C) Copyright 2003-2008 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # +# (C) Copyright 2008 +# Stelian Pop <stelian.pop@leadtechdesign.com> +# Lead Tech Design <www.leadtechdesign.com> +# # See file CREDITS for list of people who contributed to this # project. # |