Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/37259 )
Change subject: Clean up license headers ......................................................................
Clean up license headers
- Google Inc. became Google LLC in 2017 - Drop last paragraph of GPLv2 - Fix GPLv2 header in hexdump.c
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Change-Id: I81375366181d59d835db43b413ec51f041e25488 --- M Makefile M chips.c M curl.c M em100.c M em100.h M firmware.c M fpga.c M hexdump.c M makechips.sh M makedpfw.c M sdram.c M spi.c M system.c M tar.c M trace.c M usb.c 16 files changed, 5 insertions(+), 70 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/59/37259/1
diff --git a/Makefile b/Makefile index 3bdb103..93a2474 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -#
# Make is silent per default, but 'make V=1' will show all compiler calls. Q:=@ diff --git a/chips.c b/chips.c index 7a776cc..52b01c9 100644 --- a/chips.c +++ b/chips.c @@ -9,10 +9,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 <unistd.h> diff --git a/curl.c b/curl.c index 8a4f482..a4ee371 100644 --- a/curl.c +++ b/curl.c @@ -9,10 +9,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 <stdio.h> diff --git a/em100.c b/em100.c index abd8415..fd6d002 100644 --- a/em100.c +++ b/em100.c @@ -9,10 +9,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 <stdio.h> diff --git a/em100.h b/em100.h index 448e6bb..3d9cdc8 100644 --- a/em100.h +++ b/em100.h @@ -9,10 +9,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. */
#ifndef __EM100_H__ diff --git a/firmware.c b/firmware.c index 0f1c1d0..8cf6091 100644 --- a/firmware.c +++ b/firmware.c @@ -9,10 +9,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 <stdio.h> diff --git a/fpga.c b/fpga.c index 2fecc3b..301427c 100644 --- a/fpga.c +++ b/fpga.c @@ -9,10 +9,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 <stdio.h> diff --git a/hexdump.c b/hexdump.c index b217123..1653a2b 100644 --- a/hexdump.c +++ b/hexdump.c @@ -1,19 +1,14 @@ /* * Copyright 2013-2015 Google Inc. * - * 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 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; version 2 of the License. * * This program is distributed in the hope that it will be useful, - * but without any warranty; without even the implied warranty of + * 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 <stdio.h> diff --git a/makechips.sh b/makechips.sh index d216442..8c16ded 100755 --- a/makechips.sh +++ b/makechips.sh @@ -11,10 +11,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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -#
URL="https://www.dediprog.com/download/save/78.msi" VURL="https://www.dediprog.com/download?productCategory=SPI+Flash+Solution&pro..." diff --git a/makedpfw.c b/makedpfw.c index 2b03138..5b3f1a2 100644 --- a/makedpfw.c +++ b/makedpfw.c @@ -1,5 +1,5 @@ /* - * Copyright 2017 Google Inc. + * Copyright 2017 Google LLC * * 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 @@ -9,10 +9,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 <stdio.h> diff --git a/sdram.c b/sdram.c index 6da1f14..408afd8 100644 --- a/sdram.c +++ b/sdram.c @@ -9,10 +9,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 <stdio.h> diff --git a/spi.c b/spi.c index d24273f..a775ff8 100644 --- a/spi.c +++ b/spi.c @@ -9,10 +9,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 <stdio.h> diff --git a/system.c b/system.c index a738144..9286118 100644 --- a/system.c +++ b/system.c @@ -9,10 +9,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 <stdio.h> diff --git a/tar.c b/tar.c index 219efd4..ff103ce 100644 --- a/tar.c +++ b/tar.c @@ -9,10 +9,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. */
#define _GNU_SOURCE diff --git a/trace.c b/trace.c index d7616b3..31b6e06 100644 --- a/trace.c +++ b/trace.c @@ -9,10 +9,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 <stdio.h> diff --git a/usb.c b/usb.c index 77828bd..c7d52d8 100644 --- a/usb.c +++ b/usb.c @@ -9,10 +9,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 <stdio.h>