
Le mardi 06 mai 2008 à 21:26 +0200, Wolfgang Denk a écrit :
In message 1210088022-25757-12-git-send-email-stelian@popies.net you wrote:
diff --git a/board/atmel/at91sam9rlek/Makefile b/board/atmel/at91sam9rlek/Makefile new file mode 100644 index 0000000..f291d5e --- /dev/null +++ b/board/atmel/at91sam9rlek/Makefile @@ -0,0 +1,53 @@ +# +# (C) Copyright 2003-2008 +# Wolfgang Denk, DENX Software Engineering, wd <at> denx.de.
You should add your own Copyright here
Ok.
And please don't mutilate my entry - please leave this exactly as it was.
I don't know what to say here. I suppose you're talking about the @ -> <at> replacement. This is a copy of board/atmel/at91cap9adk/Makefile, and I'm pretty sure that when I submitted the AT91CAP9 patches, the @ was there.
I think that somehow Peter Pearse converted it when applying the patches into his git tree.
diff --git a/board/atmel/at91sam9rlek/partition.c b/board/atmel/at91sam9rlek/partition.c new file mode 100644 index 0000000..3bffd71 --- /dev/null +++ b/board/atmel/at91sam9rlek/partition.c @@ -0,0 +1,37 @@ +/*
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of
- the License, or (at your option) any later version.
Copyright entry missing.
Except that this is not mine. partition.c is a (pretty or complete, depending on the board) verbatim copy of board/atmel/at91cap9adk/partition.c, which was submitted by Ulf Samuelsson.