From a20ac2f7b3aaa9156e003b8b3746d0bddf93eec0 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 12 Jan 2016 13:42:19 -0700 Subject: tree: drop last paragraph of GPL copyright header from new files This continues what was done in commit a73b93157f2 (tree: drop last paragraph of GPL copyright header) Change-Id: Ifb8d2d13f7787657445817bdde8dc15df375e173 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12914 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/superio/intel/i8900/Makefile.inc | 4 ---- src/superio/intel/i8900/early_serial.c | 4 ---- src/superio/intel/i8900/i8900.h | 4 ---- src/superio/intel/i8900/superio.c | 4 ---- 4 files changed, 16 deletions(-) (limited to 'src/superio/intel') diff --git a/src/superio/intel/i8900/Makefile.inc b/src/superio/intel/i8900/Makefile.inc index abdc473efb..fd1db21805 100644 --- a/src/superio/intel/i8900/Makefile.inc +++ b/src/superio/intel/i8900/Makefile.inc @@ -13,10 +13,6 @@ ## 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. -## romstage-$(CONFIG_SUPERIO_INTEL_I8900) += early_serial.c ramstage-$(CONFIG_SUPERIO_INTEL_I8900) += superio.c diff --git a/src/superio/intel/i8900/early_serial.c b/src/superio/intel/i8900/early_serial.c index fb211e96e6..2ec31fa7e4 100644 --- a/src/superio/intel/i8900/early_serial.c +++ b/src/superio/intel/i8900/early_serial.c @@ -12,10 +12,6 @@ * 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. */ #include diff --git a/src/superio/intel/i8900/i8900.h b/src/superio/intel/i8900/i8900.h index e53a0a86e1..0312d41cbb 100644 --- a/src/superio/intel/i8900/i8900.h +++ b/src/superio/intel/i8900/i8900.h @@ -12,10 +12,6 @@ * 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 SUPERIO_INTEL_I8900_I8900_H diff --git a/src/superio/intel/i8900/superio.c b/src/superio/intel/i8900/superio.c index f92f457253..57649a86ba 100644 --- a/src/superio/intel/i8900/superio.c +++ b/src/superio/intel/i8900/superio.c @@ -12,10 +12,6 @@ * 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. */ #include -- cgit v1.2.3