Stefan Reinauer has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/em100/+/37259 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: David Hendricks david.hendricks@gmail.com --- M Makefile M chips.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 15 files changed, 5 insertions(+), 66 deletions(-)
Approvals: build bot (Jenkins): Verified David Hendricks: Looks good to me, approved
diff --git a/Makefile b/Makefile index 6fd9d90..5880840 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/em100.c b/em100.c index f4f1152..682f3a5 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 e436fbb..cd0fc91 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 8712d62..96e2565 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 501a6bb..72accfb 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 cf908db..849ae57 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 2973f75..eaa85a0 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 1be25b7..1ac7004 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>