diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-09 20:21:05 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-09-09 20:21:05 +0000 |
commit | 863c1bf525f7fa52ee1f7bc17e2eb95097bd194b (patch) | |
tree | 05dc4ce2d09529aecf8a8df11da226a2d05387e0 /util/flashrom | |
parent | 09735cb5175686a54d4b503091408d6440128c9b (diff) | |
download | coreboot-863c1bf525f7fa52ee1f7bc17e2eb95097bd194b.tar.xz |
Add '(C)' where it's missing (for consistency reasons).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2768 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/82802ab.c | 2 | ||||
-rw-r--r-- | util/flashrom/am29f040b.c | 2 | ||||
-rw-r--r-- | util/flashrom/flash.h | 6 | ||||
-rw-r--r-- | util/flashrom/flashchips.c | 6 | ||||
-rw-r--r-- | util/flashrom/flashrom.c | 6 | ||||
-rw-r--r-- | util/flashrom/jedec.c | 6 | ||||
-rw-r--r-- | util/flashrom/m29f400bt.c | 2 | ||||
-rw-r--r-- | util/flashrom/msys_doc.c | 2 | ||||
-rw-r--r-- | util/flashrom/msys_doc.h | 2 | ||||
-rw-r--r-- | util/flashrom/mx29f002.c | 2 | ||||
-rw-r--r-- | util/flashrom/pm49fl004.c | 2 | ||||
-rw-r--r-- | util/flashrom/sharplhf00l04.c | 2 | ||||
-rw-r--r-- | util/flashrom/sst28sf040.c | 4 | ||||
-rw-r--r-- | util/flashrom/sst39sf020.c | 2 | ||||
-rw-r--r-- | util/flashrom/sst49lf040.c | 2 | ||||
-rw-r--r-- | util/flashrom/sst49lfxxxc.c | 4 | ||||
-rw-r--r-- | util/flashrom/sst_fwhub.c | 2 | ||||
-rw-r--r-- | util/flashrom/udelay.c | 2 | ||||
-rw-r--r-- | util/flashrom/w49f002u.c | 2 |
19 files changed, 29 insertions, 29 deletions
diff --git a/util/flashrom/82802ab.c b/util/flashrom/82802ab.c index 1128c7ae78..28e0d7af73 100644 --- a/util/flashrom/82802ab.c +++ b/util/flashrom/82802ab.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/am29f040b.c b/util/flashrom/am29f040b.c index 66fc0d3d81..da12277244 100644 --- a/util/flashrom/am29f040b.c +++ b/util/flashrom/am29f040b.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 6acbb434d6..e27b0bf2a2 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -1,9 +1,9 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation - * Copyright 2000 Ronald G. Minnich <rminnich@gmail.com> - * Copyright 2005-2007 coresystems GmbH <stepan@coresystems.de> + * Copyright (C) 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Ronald G. Minnich <rminnich@gmail.com> + * Copyright (C) 2005-2007 coresystems GmbH <stepan@coresystems.de> * * 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 diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index dba8774b32..ec8089a3bd 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -1,9 +1,9 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation - * Copyright 2004 Tyan Corp - * Copyright 2005-2007 coresystems GmbH <stepan@openbios.org> + * Copyright (C) 2000 Silicon Integrated System Corporation + * Copyright (C) 2004 Tyan Corp + * Copyright (C) 2005-2007 coresystems GmbH <stepan@openbios.org> * * 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 diff --git a/util/flashrom/flashrom.c b/util/flashrom/flashrom.c index e2cd88ce25..36462a4bc9 100644 --- a/util/flashrom/flashrom.c +++ b/util/flashrom/flashrom.c @@ -1,9 +1,9 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation - * Copyright 2004 Tyan Corp <yhlu@tyan.com> - * Copyright 2005-2007 coresystems GmbH + * Copyright (C) 2000 Silicon Integrated System Corporation + * Copyright (C) 2004 Tyan Corp <yhlu@tyan.com> + * Copyright (C) 2005-2007 coresystems GmbH * * 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 diff --git a/util/flashrom/jedec.c b/util/flashrom/jedec.c index 09e1f830b0..cb4f6cd322 100644 --- a/util/flashrom/jedec.c +++ b/util/flashrom/jedec.c @@ -1,9 +1,9 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation - * Copyright 2006 Giampiero Giancipoli <gianci@email.it> - * Copyright 2006 coresystems GmbH <info@coresystems.de> + * Copyright (C) 2000 Silicon Integrated System Corporation + * Copyright (C) 2006 Giampiero Giancipoli <gianci@email.it> + * Copyright (C) 2006 coresystems GmbH <info@coresystems.de> * * 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 diff --git a/util/flashrom/m29f400bt.c b/util/flashrom/m29f400bt.c index 5fa1b9fd4c..962d88c3f5 100644 --- a/util/flashrom/m29f400bt.c +++ b/util/flashrom/m29f400bt.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/msys_doc.c b/util/flashrom/msys_doc.c index a01c623948..3b4064d427 100644 --- a/util/flashrom/msys_doc.c +++ b/util/flashrom/msys_doc.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2003 Niki W. Waibel <niki.waibel@gmx.net> + * Copyright (C) 2003 Niki W. Waibel <niki.waibel@gmx.net> * * 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 diff --git a/util/flashrom/msys_doc.h b/util/flashrom/msys_doc.h index 4ee88fc1be..caa7807573 100644 --- a/util/flashrom/msys_doc.h +++ b/util/flashrom/msys_doc.h @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2003 Niki W. Waibel <niki.waibel@gmx.net> + * Copyright (C) 2003 Niki W. Waibel <niki.waibel@gmx.net> * * 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 diff --git a/util/flashrom/mx29f002.c b/util/flashrom/mx29f002.c index 9faf524993..802e54f5e2 100644 --- a/util/flashrom/mx29f002.c +++ b/util/flashrom/mx29f002.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/pm49fl004.c b/util/flashrom/pm49fl004.c index 0dd46fdf8c..1e39c41137 100644 --- a/util/flashrom/pm49fl004.c +++ b/util/flashrom/pm49fl004.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2004 Tyan Corporation + * Copyright (C) 2004 Tyan Corporation * * 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 diff --git a/util/flashrom/sharplhf00l04.c b/util/flashrom/sharplhf00l04.c index d6108bcf76..3bfcb70387 100644 --- a/util/flashrom/sharplhf00l04.c +++ b/util/flashrom/sharplhf00l04.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/sst28sf040.c b/util/flashrom/sst28sf040.c index b6e950cc40..90bc177626 100644 --- a/util/flashrom/sst28sf040.c +++ b/util/flashrom/sst28sf040.c @@ -1,8 +1,8 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation - * Copyright 2005 coresystems GmbH <stepan@openbios.org> + * Copyright (C) 2000 Silicon Integrated System Corporation + * Copyright (C) 2005 coresystems GmbH <stepan@openbios.org> * * 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 diff --git a/util/flashrom/sst39sf020.c b/util/flashrom/sst39sf020.c index c5e0db3654..cfd4826d81 100644 --- a/util/flashrom/sst39sf020.c +++ b/util/flashrom/sst39sf020.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/sst49lf040.c b/util/flashrom/sst49lf040.c index 634c436ea1..e2d0e793c5 100644 --- a/util/flashrom/sst49lf040.c +++ b/util/flashrom/sst49lf040.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/sst49lfxxxc.c b/util/flashrom/sst49lfxxxc.c index dc7ee68fa1..a6c0105761 100644 --- a/util/flashrom/sst49lfxxxc.c +++ b/util/flashrom/sst49lfxxxc.c @@ -1,8 +1,8 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation - * Copyright 2005-2007 coresystems GmbH + * Copyright (C) 2000 Silicon Integrated System Corporation + * Copyright (C) 2005-2007 coresystems GmbH * * 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 diff --git a/util/flashrom/sst_fwhub.c b/util/flashrom/sst_fwhub.c index 3974a73819..ae9852132e 100644 --- a/util/flashrom/sst_fwhub.c +++ b/util/flashrom/sst_fwhub.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/udelay.c b/util/flashrom/udelay.c index ded5dd6ad1..2026d3e241 100644 --- a/util/flashrom/udelay.c +++ b/util/flashrom/udelay.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 diff --git a/util/flashrom/w49f002u.c b/util/flashrom/w49f002u.c index a85f98ddc1..246bae51b1 100644 --- a/util/flashrom/w49f002u.c +++ b/util/flashrom/w49f002u.c @@ -1,7 +1,7 @@ /* * This file is part of the flashrom project. * - * Copyright 2000 Silicon Integrated System Corporation + * Copyright (C) 2000 Silicon Integrated System Corporation * * 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 |