[coreboot] [v2] r4664 - in trunk/coreboot-v2: src/cpu/amd/model_gx2 src/cpu/amd/model_lx src/lib src/mainboard/artecgroup/dbe61/realmode src/mainboard/via/epia-m src/northbridge/via/cn400 src/northbridge/via/cn700 src/northbridge/via/vx800 util/ADLO util/ADLO/bochs/bios util/cbfstool util/cbfstool/lzma/C util/x86emu

svn at coreboot.org svn at coreboot.org
Wed Sep 23 23:52:45 CEST 2009


Author: stepan
Date: 2009-09-23 23:52:45 +0200 (Wed, 23 Sep 2009)
New Revision: 4664

Modified:
   trunk/coreboot-v2/src/cpu/amd/model_gx2/vsmsetup.c
   trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c
   trunk/coreboot-v2/src/lib/xmodem.c
   trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/realmode/vgabios.c
   trunk/coreboot-v2/src/mainboard/via/epia-m/vgabios.c
   trunk/coreboot-v2/src/northbridge/via/cn400/vgabios.c
   trunk/coreboot-v2/src/northbridge/via/cn700/vgabios.c
   trunk/coreboot-v2/src/northbridge/via/vx800/vgabios.c
   trunk/coreboot-v2/util/ADLO/COPYING
   trunk/coreboot-v2/util/ADLO/bochs/bios/Makefile
   trunk/coreboot-v2/util/cbfstool/elf.h
   trunk/coreboot-v2/util/cbfstool/lzma/C/LGPL.txt
   trunk/coreboot-v2/util/x86emu/x86.c
   trunk/coreboot-v2/util/x86emu/x86_asm.S
   trunk/coreboot-v2/util/x86emu/x86_interrupts.c
Log:
fix some wrong versions of the FSF's address (trivial)

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/cpu/amd/model_gx2/vsmsetup.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_gx2/vsmsetup.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/cpu/amd/model_gx2/vsmsetup.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * LA-CC is the Los Alamos Control and Compliance Number, see also:
  * http://supply.lanl.gov/property/customs/eximguide/default.shtml

Modified: trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c
===================================================================
--- trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/cpu/amd/model_lx/vsmsetup.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -38,7 +38,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Portions related to the alpha architecture are:
  *

Modified: trunk/coreboot-v2/src/lib/xmodem.c
===================================================================
--- trunk/coreboot-v2/src/lib/xmodem.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/lib/xmodem.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -14,7 +14,7 @@
 
     You should have received a copy of the GNU Lesser General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include <string.h>

Modified: trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/realmode/vgabios.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/realmode/vgabios.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/mainboard/artecgroup/dbe61/realmode/vgabios.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -32,7 +32,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Portions related to the alpha architecture are:
  *

Modified: trunk/coreboot-v2/src/mainboard/via/epia-m/vgabios.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/via/epia-m/vgabios.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/mainboard/via/epia-m/vgabios.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -32,7 +32,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Portions related to the alpha architecture are:
  *

Modified: trunk/coreboot-v2/src/northbridge/via/cn400/vgabios.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/cn400/vgabios.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/northbridge/via/cn400/vgabios.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -32,7 +32,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Portions related to the alpha architecture are:
  *

Modified: trunk/coreboot-v2/src/northbridge/via/cn700/vgabios.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/cn700/vgabios.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/northbridge/via/cn700/vgabios.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -32,7 +32,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Portions related to the alpha architecture are:
  *

Modified: trunk/coreboot-v2/src/northbridge/via/vx800/vgabios.c
===================================================================
--- trunk/coreboot-v2/src/northbridge/via/vx800/vgabios.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/src/northbridge/via/vx800/vgabios.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -30,7 +30,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  * Portions related to the alpha architecture are:
  *

Modified: trunk/coreboot-v2/util/ADLO/COPYING
===================================================================
--- trunk/coreboot-v2/util/ADLO/COPYING	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/util/ADLO/COPYING	2009-09-23 21:52:45 UTC (rev 4664)
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 
 Also add information on how to contact you by electronic and paper mail.

Modified: trunk/coreboot-v2/util/ADLO/bochs/bios/Makefile
===================================================================
--- trunk/coreboot-v2/util/ADLO/bochs/bios/Makefile	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/util/ADLO/bochs/bios/Makefile	2009-09-23 21:52:45 UTC (rev 4664)
@@ -18,7 +18,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 # Makefile for the BIOS component of bochs
 

Modified: trunk/coreboot-v2/util/cbfstool/elf.h
===================================================================
--- trunk/coreboot-v2/util/cbfstool/elf.h	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/util/cbfstool/elf.h	2009-09-23 21:52:45 UTC (rev 4664)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+   02110-1301 USA.  */
 
 #ifndef _ELF_H
 #define	_ELF_H 1

Modified: trunk/coreboot-v2/util/cbfstool/lzma/C/LGPL.txt
===================================================================
--- trunk/coreboot-v2/util/cbfstool/lzma/C/LGPL.txt	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/util/cbfstool/lzma/C/LGPL.txt	2009-09-23 21:52:45 UTC (rev 4664)
@@ -2,7 +2,7 @@
            Version 2.1, February 1999
 
  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+     51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -485,7 +485,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 Also add information on how to contact you by electronic and paper mail.
 

Modified: trunk/coreboot-v2/util/x86emu/x86.c
===================================================================
--- trunk/coreboot-v2/util/x86emu/x86.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/util/x86emu/x86.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <device/pci.h>

Modified: trunk/coreboot-v2/util/x86emu/x86_asm.S
===================================================================
--- trunk/coreboot-v2/util/x86emu/x86_asm.S	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/util/x86emu/x86_asm.S	2009-09-23 21:52:45 UTC (rev 4664)
@@ -14,7 +14,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #define REALMODE_BASE		0x500

Modified: trunk/coreboot-v2/util/x86emu/x86_interrupts.c
===================================================================
--- trunk/coreboot-v2/util/x86emu/x86_interrupts.c	2009-09-23 20:32:21 UTC (rev 4663)
+++ trunk/coreboot-v2/util/x86emu/x86_interrupts.c	2009-09-23 21:52:45 UTC (rev 4664)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include <device/pci.h>





More information about the coreboot mailing list