Adapt GPL license headers to match the current conventions.
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 1 Nov 2006 14:31:00 +0000 (14:31 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 1 Nov 2006 14:31:00 +0000 (14:31 +0000)
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2484 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

35 files changed:
src/superio/ite/it8661f/Config.lb
src/superio/ite/it8661f/chip.h
src/superio/ite/it8661f/it8661f.h
src/superio/ite/it8661f/it8661f_early_serial.c
src/superio/ite/it8661f/superio.c
src/superio/ite/it8671f/Config.lb
src/superio/ite/it8671f/chip.h
src/superio/ite/it8671f/it8671f.h
src/superio/ite/it8671f/it8671f_early_serial.c
src/superio/ite/it8671f/superio.c
src/superio/ite/it8673f/Config.lb
src/superio/ite/it8673f/chip.h
src/superio/ite/it8673f/it8673f.h
src/superio/ite/it8673f/it8673f_early_serial.c
src/superio/ite/it8673f/superio.c
src/superio/ite/it8705f/Config.lb
src/superio/ite/it8705f/chip.h
src/superio/ite/it8705f/it8705f.h
src/superio/ite/it8705f/it8705f_early_serial.c
src/superio/ite/it8705f/superio.c
src/superio/ite/it8712f/Config.lb
src/superio/ite/it8712f/chip.h
src/superio/ite/it8712f/it8712f.h
src/superio/ite/it8712f/it8712f_early_serial.c
src/superio/ite/it8712f/superio.c
src/superio/ite/it8716f/Config.lb
src/superio/ite/it8716f/chip.h
src/superio/ite/it8716f/it8716f.h
src/superio/ite/it8716f/it8716f_early_serial.c
src/superio/ite/it8716f/superio.c
src/superio/ite/it8718f/Config.lb
src/superio/ite/it8718f/chip.h
src/superio/ite/it8718f/it8718f.h
src/superio/ite/it8718f/it8718f_early_serial.c
src/superio/ite/it8718f/superio.c

index f62a567d6147c478da0d7c9af5eae21bd508546a..6a4d526a7c7f4ac57cefee2d5331837930306423 100644 (file)
@@ -1,2 +1,22 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## 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
+##
+
 config chip.h
 object superio.o
index deb4cb9a90735ff11d39c0dd94ea2c0a94f51c5e..4931655178735efd610317a0ebb3c55f14751684 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 18b424001f0bd63a0a2dd3769ce8d4b5e2beba90..434aebc2f760e5043602c7f33952cbd53c99b9fd 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 526ec8266a715bafed7c9f95f47b24648fc914ad..ffec3bcd3018d408d2a243037001fe9bc0558bb0 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index c523c49367beed5d582b6dfc7b3f0e232fd48bf7..3ddc0d65dfcb2587bb0626575e052804d2f9ac80 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index f62a567d6147c478da0d7c9af5eae21bd508546a..6a4d526a7c7f4ac57cefee2d5331837930306423 100644 (file)
@@ -1,2 +1,22 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## 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
+##
+
 config chip.h
 object superio.o
index 689d25692963fbe124a3d5f9337da48b50f366bb..7f7f588fc02474d71c0078d3377677220667b4ff 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index ac3733dbc5c5e815f4c01dee1ddb5cf74d959206..d7568c3a021296b9bfc59efaa2ea1838eca76a49 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 26feee27cd95d3fb46500be0f13d89b99a4c1b7b..1c30ff572321c24aaa9360bd81c130821dce7f64 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 007677db4c43dcbd6699037218810a1d41d8296d..d748f85bdfd3b2648b69b96aef7a178c547eff7c 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index f62a567d6147c478da0d7c9af5eae21bd508546a..6a4d526a7c7f4ac57cefee2d5331837930306423 100644 (file)
@@ -1,2 +1,22 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## 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
+##
+
 config chip.h
 object superio.o
index a64f92f0351a3259af3648fc7ad2a60ed424b2d6..a7011dd4efe589b860151da018658d3e7ee7ac13 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 88e2ea0555f8de03c34b462bc3a368852e525b2c..d3e577ec157e1e1012a5cb3e7db6620b2675cf15 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 21f3331802e122bbce0fb0b72cdc022e67a0f561..3047a76299fb3f51047dcede277940625586a566 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 70dd3bc1c6acb468ca24bffb025fbd20808955ad..26296bc13fc24565827d260ea7e875515bde5292 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index f62a567d6147c478da0d7c9af5eae21bd508546a..6a4d526a7c7f4ac57cefee2d5331837930306423 100644 (file)
@@ -1,2 +1,22 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## 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
+##
+
 config chip.h
 object superio.o
index 9ab0019be2a51335db08832c2591afd6dd363973..1a682c7b10ad20fa37e239216a2671ab98f52df0 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 3b93fbe0fb68ffe2b77a2ced7c3b701f4e9ef351..54a2b28744d1414a9c6f10e196feb4d94cb12ec4 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index d80e2ed59bbc2335e9e0f50ee809d4d090bde962..eca0d620beef33c7ae7d30c3e42c4bb0750b77b7 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 9baa5fb442975b2a5db390e029564730724dc58a..f82b1d33798bbf4f16d2556b2a3b554f17142d60 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index f62a567d6147c478da0d7c9af5eae21bd508546a..6a4d526a7c7f4ac57cefee2d5331837930306423 100644 (file)
@@ -1,2 +1,22 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## 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
+##
+
 config chip.h
 object superio.o
index 82c8fc46f68900bd3d062ac3bb8eb4eda003e8d4..44ed0e2a9fa71fba28b5852c7e0581b3284f9743 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index dd60293f1da12f2e365069a11fe7bd58561b196c..dd0413a73637ccc5320111f5dfddf08ef99b3244 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 33e020ea401f9d30bdfb73c156e848ce7c6cae87..dc6b2664942ebb5cf0af2f04555b16e45aeb7cd4 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index a2e4ff048a04deab7ad7523458f35d67e4524697..fde5addfef3f668f030ce9a1a5fc62273612bec8 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index f62a567d6147c478da0d7c9af5eae21bd508546a..6a4d526a7c7f4ac57cefee2d5331837930306423 100644 (file)
@@ -1,2 +1,22 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## 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
+##
+
 config chip.h
 object superio.o
index 897825e210e32c804853aa7f7d7725ddcd394f65..922716c7a66fad37a658772abb9ef02af72de894 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 81cb095a41013f25253d6d1b3df61793c25852c2..f83912484b7c45e3da63febfc833cb74764a50ca 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 65a220f0f9d1dfc8aeb4401475a13cee8070b09d..1865624a1330ca71716d4bf1da0604df0192d582 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 132155480d133d50f2db9ef372befa246318b22e..ddf18c5e3e0281c6b4bab0edea358b8c9eb5b3a1 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index f62a567d6147c478da0d7c9af5eae21bd508546a..6a4d526a7c7f4ac57cefee2d5331837930306423 100644 (file)
@@ -1,2 +1,22 @@
+##
+## This file is part of the LinuxBIOS project.
+##
+## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.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
+## the Free Software Foundation; either version 2 of the License, or
+## (at your option) any later version.
+##
+## 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
+##
+
 config chip.h
 object superio.o
index 0a706f2b14d7f16050b48251745247b24f833ef7..95a8a0582143906807939b317bf19f34e5893c4b 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index f42197c7fa0deef1d21c5b93c3d2258ead9ae757..783d691fc9030f3b72dbb82df664a180dd1987a8 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 0a7964fbb453941c20d6fb07cc91e62a21171351..a75842dc1fa04e30c9989d30f99ae48b364be31e 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify
index 5bd7c76277be34b6d99f2a64b958410a949b950d..fb7c8d12bf7519498aa262d9c7158371605247c5 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * This file is part of the LinuxBIOS project.
+ *
  * Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
  *
  * This program is free software; you can redistribute it and/or modify