From b890a1228d22b2d48792575986d4750e88751c8b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 26 Mar 2015 15:17:45 +0100 Subject: Remove address from GPLv2 headers As per discussion with lawyers[tm], it's not a good idea to shorten the license header too much - not for legal reasons but because there are tools that look for them, and giving them a standard pattern simplifies things. However, we got confirmation that we don't have to update every file ever added to coreboot whenever the FSF gets a new lease, but can drop the address instead. util/kconfig is excluded because that's imported code that we may want to synchronize every now and then. $ find * -type f -exec sed -i "s:Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *MA[, ]*02110-1301[, ]*USA:Foundation, Inc.:" {} + $ find * -type f -exec sed -i "s:Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA:Foundation, Inc.:" {} + $ find * -type f -exec sed -i "s:Foundation, Inc., 59 Temple Place[-, ]*Suite 330, Boston, MA *02111-1307[, ]*USA:Foundation, Inc.:" {} + $ find * -type f -exec sed -i "s:Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.:Foundation, Inc.:" {} + $ find * -type f -a \! -name \*.patch \ -a \! -name \*_shipped \ -a \! -name LICENSE_GPL \ -a \! -name LGPL.txt \ -a \! -name COPYING \ -a \! -name DISCLAIMER \ -exec sed -i "/Foundation, Inc./ N;s:Foundation, Inc.* USA\.* *:Foundation, Inc. :;s:Foundation, Inc. $:Foundation, Inc.:" {} + Change-Id: Icc968a5a5f3a5df8d32b940f9cdb35350654bef9 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/9233 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko --- util/inteltool/Makefile | 2 +- util/inteltool/amb.c | 2 +- util/inteltool/cpu.c | 2 +- util/inteltool/gpio.c | 2 +- util/inteltool/inteltool.c | 2 +- util/inteltool/inteltool.h | 2 +- util/inteltool/ivy_memory.c | 2 +- util/inteltool/memory.c | 2 +- util/inteltool/pcie.c | 2 +- util/inteltool/powermgt.c | 2 +- util/inteltool/rootcmplx.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'util/inteltool') diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index f846672f7e..f598ad4056 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -16,7 +16,7 @@ # # 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., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc. # PROGRAM = inteltool diff --git a/util/inteltool/amb.c b/util/inteltool/amb.c index 13397dbf5e..e83575187c 100644 --- a/util/inteltool/amb.c +++ b/util/inteltool/amb.c @@ -14,7 +14,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/cpu.c b/util/inteltool/cpu.c index 626d735e34..b13e04bfdb 100644 --- a/util/inteltool/cpu.c +++ b/util/inteltool/cpu.c @@ -14,7 +14,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index 7084c446ec..07d838b169 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -14,7 +14,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/inteltool.c b/util/inteltool/inteltool.c index a3712c5406..f3520e2ce4 100644 --- a/util/inteltool/inteltool.c +++ b/util/inteltool/inteltool.c @@ -16,7 +16,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/inteltool.h b/util/inteltool/inteltool.h index 6c1977e3b1..283425f879 100644 --- a/util/inteltool/inteltool.h +++ b/util/inteltool/inteltool.h @@ -15,7 +15,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/ivy_memory.c b/util/inteltool/ivy_memory.c index 50ee4c53bb..ba59b51bfd 100644 --- a/util/inteltool/ivy_memory.c +++ b/util/inteltool/ivy_memory.c @@ -12,7 +12,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index 950d4a3a53..a4ff1af7ea 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -14,7 +14,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ diff --git a/util/inteltool/pcie.c b/util/inteltool/pcie.c index ecfa2f15c9..a3d827041a 100644 --- a/util/inteltool/pcie.c +++ b/util/inteltool/pcie.c @@ -15,7 +15,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/powermgt.c b/util/inteltool/powermgt.c index 865cfba672..d0fd0e0405 100644 --- a/util/inteltool/powermgt.c +++ b/util/inteltool/powermgt.c @@ -15,7 +15,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c index c0997372a2..9fd05bef35 100644 --- a/util/inteltool/rootcmplx.c +++ b/util/inteltool/rootcmplx.c @@ -15,7 +15,7 @@ * * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc. */ #include -- cgit v1.2.3