[LinuxBIOS] r2520 - in trunk/LinuxBIOSv2/src: arch/ppc/include arch/ppc/lib cpu/ppc/mpc74xx cpu/ppc/ppc7xx mainboard/motorola/sandpoint mainboard/motorola/sandpoint/flash mainboard/motorola/sandpoint/nvram pmc/altimus/mpc7410

svn at openbios.org svn at openbios.org
Tue Dec 5 16:27:47 CET 2006


Author: uwe
Date: 2006-12-05 16:27:46 +0100 (Tue, 05 Dec 2006)
New Revision: 2520

Modified:
   trunk/LinuxBIOSv2/src/arch/ppc/include/ppc.h
   trunk/LinuxBIOSv2/src/arch/ppc/include/ppcreg.h
   trunk/LinuxBIOSv2/src/arch/ppc/include/timer.h
   trunk/LinuxBIOSv2/src/arch/ppc/lib/c_start.S
   trunk/LinuxBIOSv2/src/arch/ppc/lib/cpuid.c
   trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.S
   trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.inc
   trunk/LinuxBIOSv2/src/arch/ppc/lib/ppc.c
   trunk/LinuxBIOSv2/src/arch/ppc/lib/timer.c
   trunk/LinuxBIOSv2/src/cpu/ppc/mpc74xx/mpc74xx.inc
   trunk/LinuxBIOSv2/src/cpu/ppc/ppc7xx/ppc7xx.inc
   trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/clock.c
   trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash.h
   trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/amd800.c
   trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/flash.c
   trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram.h
   trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram/nvram.c
   trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/mpc7410.c
   trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/setup.c
Log:
Use the common LinuxBIOS license header (trivial). Refs #5.

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



Modified: trunk/LinuxBIOSv2/src/arch/ppc/include/ppc.h
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/include/ppc.h	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/include/ppc.h	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #ifndef _PPC_H
 #define _PPC_H

Modified: trunk/LinuxBIOSv2/src/arch/ppc/include/ppcreg.h
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/include/ppcreg.h	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/include/ppcreg.h	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 /* In the MSR, not all bits are interesting to us
    16 - EE  - External interrupts

Modified: trunk/LinuxBIOSv2/src/arch/ppc/include/timer.h
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/include/timer.h	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/include/timer.h	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #ifndef _TIMER_H
 #define __TIMER_H

Modified: trunk/LinuxBIOSv2/src/arch/ppc/lib/c_start.S
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/lib/c_start.S	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/lib/c_start.S	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 /*
  * The assumption is that we're located in ROM and we have a fake stack

Modified: trunk/LinuxBIOSv2/src/arch/ppc/lib/cpuid.c
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/lib/cpuid.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/lib/cpuid.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include "ppc.h"
 #include "ppcreg.h"

Modified: trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.S
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.S	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.S	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 1999-2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 1999-2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include <ppc_asm.tmpl>
 

Modified: trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.inc
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.inc	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/lib/floats.inc	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 1999-2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 1999-2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 /*    .text*/
     .globl  _init_float_registers

Modified: trunk/LinuxBIOSv2/src/arch/ppc/lib/ppc.c
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/lib/ppc.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/lib/ppc.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include "ppc.h"
 #include "ppcreg.h"

Modified: trunk/LinuxBIOSv2/src/arch/ppc/lib/timer.c
===================================================================
--- trunk/LinuxBIOSv2/src/arch/ppc/lib/timer.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/arch/ppc/lib/timer.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include <ppc.h>
 #include <timer.h>

Modified: trunk/LinuxBIOSv2/src/cpu/ppc/mpc74xx/mpc74xx.inc
===================================================================
--- trunk/LinuxBIOSv2/src/cpu/ppc/mpc74xx/mpc74xx.inc	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/cpu/ppc/mpc74xx/mpc74xx.inc	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 /*
  * The aim of this code is to bring the machine from power-on to the point 

Modified: trunk/LinuxBIOSv2/src/cpu/ppc/ppc7xx/ppc7xx.inc
===================================================================
--- trunk/LinuxBIOSv2/src/cpu/ppc/ppc7xx/ppc7xx.inc	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/cpu/ppc/ppc7xx/ppc7xx.inc	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 /*
  * The aim of this code is to bring the machine from power-on to the point 

Modified: trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/clock.c
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/clock.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/clock.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include <ppc.h>
 

Modified: trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/amd800.c
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/amd800.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/amd800.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include <console/console.h>
 #include <stdlib.h>

Modified: trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/flash.c
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/flash.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash/flash.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include <string.h>
 #include <console/console.h>

Modified: trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash.h
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash.h	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/flash.h	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #ifndef _FLASH_H
 #define _FLASH_H

Modified: trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram/nvram.c
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram/nvram.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram/nvram.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include <console/console.h>
 #include <stdlib.h>

Modified: trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram.h
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram.h	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/mainboard/motorola/sandpoint/nvram.h	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,22 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
 /* Definitions for nvram devices - these are flash or eeprom devices used to
    store information across power cycles and resets. Though they are byte
    addressable, writes must be committed to allow flash devices to write

Modified: trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/mpc7410.c
===================================================================
--- trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/mpc7410.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/mpc7410.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include <ppc.h>
 #include <ppcreg.h>

Modified: trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/setup.c
===================================================================
--- trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/setup.c	2006-12-05 14:13:10 UTC (rev 2519)
+++ trunk/LinuxBIOSv2/src/pmc/altimus/mpc7410/setup.c	2006-12-05 15:27:46 UTC (rev 2520)
@@ -1,5 +1,21 @@
-/* Copyright 2000  AG Electronics Ltd. */
-/* This code is distributed without warranty under the GPL v2 (see COPYING) */
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2000 AG Electronics Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
 
 #include "ppc.h"
 #include "ppcreg.h"





More information about the coreboot mailing list