Skip to content

Commit

Permalink
Clean up license headers
Browse files Browse the repository at this point in the history
 - 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>
  • Loading branch information
reinauer committed Dec 1, 2019
1 parent 3f66bc6 commit 72b9baf
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 66 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:=@
Expand Down
4 changes: 0 additions & 4 deletions chips.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions em100.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions em100.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
4 changes: 0 additions & 4 deletions firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions fpga.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
13 changes: 4 additions & 9 deletions hexdump.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
4 changes: 0 additions & 4 deletions makechips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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&productName=EM100Pro-G2+SPI+NOR+Flash+Emulator&fileType=10"
Expand Down
6 changes: 1 addition & 5 deletions makedpfw.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions sdram.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions system.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions tar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 72b9baf

Please sign in to comment.