[LinuxBIOS] r2768 - trunk/util/flashrom

svn at openbios.org svn at openbios.org
Sun Sep 9 22:21:06 CEST 2007


Author: uwe
Date: 2007-09-09 22:21:05 +0200 (Sun, 09 Sep 2007)
New Revision: 2768

Modified:
   trunk/util/flashrom/82802ab.c
   trunk/util/flashrom/am29f040b.c
   trunk/util/flashrom/flash.h
   trunk/util/flashrom/flashchips.c
   trunk/util/flashrom/flashrom.c
   trunk/util/flashrom/jedec.c
   trunk/util/flashrom/m29f400bt.c
   trunk/util/flashrom/msys_doc.c
   trunk/util/flashrom/msys_doc.h
   trunk/util/flashrom/mx29f002.c
   trunk/util/flashrom/pm49fl004.c
   trunk/util/flashrom/sharplhf00l04.c
   trunk/util/flashrom/sst28sf040.c
   trunk/util/flashrom/sst39sf020.c
   trunk/util/flashrom/sst49lf040.c
   trunk/util/flashrom/sst49lfxxxc.c
   trunk/util/flashrom/sst_fwhub.c
   trunk/util/flashrom/udelay.c
   trunk/util/flashrom/w49f002u.c
Log:
Add '(C)' where it's missing (for consistency reasons).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/util/flashrom/82802ab.c
===================================================================
--- trunk/util/flashrom/82802ab.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/82802ab.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/am29f040b.c
===================================================================
--- trunk/util/flashrom/am29f040b.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/am29f040b.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/flash.h
===================================================================
--- trunk/util/flashrom/flash.h	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/flash.h	2007-09-09 20:21:05 UTC (rev 2768)
@@ -1,9 +1,9 @@
 /*
  * This file is part of the flashrom project.
  *
- * Copyright 2000 Silicon Integrated System Corporation
- * Copyright 2000 Ronald G. Minnich <rminnich at gmail.com>
- * Copyright 2005-2007 coresystems GmbH <stepan at coresystems.de>
+ * Copyright (C) 2000 Silicon Integrated System Corporation
+ * Copyright (C) 2000 Ronald G. Minnich <rminnich at gmail.com>
+ * Copyright (C) 2005-2007 coresystems GmbH <stepan at 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

Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/flashchips.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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 at openbios.org>
+ * Copyright (C) 2000 Silicon Integrated System Corporation
+ * Copyright (C) 2004 Tyan Corp
+ * Copyright (C) 2005-2007 coresystems GmbH <stepan at 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

Modified: trunk/util/flashrom/flashrom.c
===================================================================
--- trunk/util/flashrom/flashrom.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/flashrom.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -1,9 +1,9 @@
 /*
  * This file is part of the flashrom project.
  *
- * Copyright 2000 Silicon Integrated System Corporation
- * Copyright 2004 Tyan Corp <yhlu at tyan.com>
- * Copyright 2005-2007 coresystems GmbH 
+ * Copyright (C) 2000 Silicon Integrated System Corporation
+ * Copyright (C) 2004 Tyan Corp <yhlu at 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

Modified: trunk/util/flashrom/jedec.c
===================================================================
--- trunk/util/flashrom/jedec.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/jedec.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -1,9 +1,9 @@
 /*
  * This file is part of the flashrom project.
  *
- * Copyright 2000 Silicon Integrated System Corporation
- * Copyright 2006 Giampiero Giancipoli <gianci at email.it>
- * Copyright 2006 coresystems GmbH <info at coresystems.de>
+ * Copyright (C) 2000 Silicon Integrated System Corporation
+ * Copyright (C) 2006 Giampiero Giancipoli <gianci at email.it>
+ * Copyright (C) 2006 coresystems GmbH <info at 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

Modified: trunk/util/flashrom/m29f400bt.c
===================================================================
--- trunk/util/flashrom/m29f400bt.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/m29f400bt.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/msys_doc.c
===================================================================
--- trunk/util/flashrom/msys_doc.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/msys_doc.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the flashrom project.
  *
- * Copyright 2003 Niki W. Waibel <niki.waibel at gmx.net>
+ * Copyright (C) 2003 Niki W. Waibel <niki.waibel at 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

Modified: trunk/util/flashrom/msys_doc.h
===================================================================
--- trunk/util/flashrom/msys_doc.h	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/msys_doc.h	2007-09-09 20:21:05 UTC (rev 2768)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the flashrom project.
  *
- * Copyright 2003 Niki W. Waibel <niki.waibel at gmx.net>
+ * Copyright (C) 2003 Niki W. Waibel <niki.waibel at 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

Modified: trunk/util/flashrom/mx29f002.c
===================================================================
--- trunk/util/flashrom/mx29f002.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/mx29f002.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/pm49fl004.c
===================================================================
--- trunk/util/flashrom/pm49fl004.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/pm49fl004.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/sharplhf00l04.c
===================================================================
--- trunk/util/flashrom/sharplhf00l04.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/sharplhf00l04.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/sst28sf040.c
===================================================================
--- trunk/util/flashrom/sst28sf040.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/sst28sf040.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -1,8 +1,8 @@
 /*
  * This file is part of the flashrom project.
  *
- * Copyright 2000 Silicon Integrated System Corporation
- * Copyright 2005 coresystems GmbH <stepan at openbios.org>
+ * Copyright (C) 2000 Silicon Integrated System Corporation
+ * Copyright (C) 2005 coresystems GmbH <stepan at 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

Modified: trunk/util/flashrom/sst39sf020.c
===================================================================
--- trunk/util/flashrom/sst39sf020.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/sst39sf020.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/sst49lf040.c
===================================================================
--- trunk/util/flashrom/sst49lf040.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/sst49lf040.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/sst49lfxxxc.c
===================================================================
--- trunk/util/flashrom/sst49lfxxxc.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/sst49lfxxxc.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/sst_fwhub.c
===================================================================
--- trunk/util/flashrom/sst_fwhub.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/sst_fwhub.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/udelay.c
===================================================================
--- trunk/util/flashrom/udelay.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/udelay.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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

Modified: trunk/util/flashrom/w49f002u.c
===================================================================
--- trunk/util/flashrom/w49f002u.c	2007-09-09 20:02:45 UTC (rev 2767)
+++ trunk/util/flashrom/w49f002u.c	2007-09-09 20:21:05 UTC (rev 2768)
@@ -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





More information about the coreboot mailing list