From: NeilBrown Date: Thu, 22 Aug 2013 08:30:33 +0000 (+1000) Subject: Update copyright claims. X-Git-Tag: v1.0~12 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=7390fff07221e17237765dda25569d9213f4736a;p=wiggle.git Update copyright claims. Signed-off-by: NeilBrown --- diff --git a/ReadMe.c b/ReadMe.c index e8025a9..149868e 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -2,7 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003 Neil Brown - * Copyright (C) 2010 Neil Brown + * Copyright (C) 2010-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/bestmatch.c b/bestmatch.c index 988a211..d1dcacf 100644 --- a/bestmatch.c +++ b/bestmatch.c @@ -2,7 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003 Neil Brown - * Copyright (C) 2011 Neil Brown + * Copyright (C) 2011-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/diff.c b/diff.c index 1c3d656..3d16e67 100644 --- a/diff.c +++ b/diff.c @@ -2,7 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003 Neil Brown - * Copyright (C) 2011 Neil Brown + * Copyright (C) 2011-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/extract.c b/extract.c index f469685..a8068d2 100644 --- a/extract.c +++ b/extract.c @@ -2,7 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003 Neil Brown - * Copyright (C) 2010 Neil Brown + * Copyright (C) 2010-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/load.c b/load.c index 108b644..59cc354 100644 --- a/load.c +++ b/load.c @@ -2,6 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003 Neil Brown + * Copyright (C) 2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -15,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/merge2.c b/merge2.c index 2404e7b..4910910 100644 --- a/merge2.c +++ b/merge2.c @@ -2,7 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2005 Neil Brown - * Copyright (C) 2010 Neil Brown + * Copyright (C) 2010-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/parse.c b/parse.c index 474152c..897d0f0 100644 --- a/parse.c +++ b/parse.c @@ -1,7 +1,7 @@ /* * wiggle - apply rejected patches * - * Copyright (C) 2003-2012 Neil Brown + * Copyright (C) 2003-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -15,8 +15,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/split.c b/split.c index 7bc68a1..367a590 100644 --- a/split.c +++ b/split.c @@ -1,7 +1,7 @@ /* * wiggle - apply rejected patches * - * Copyright (C) 2003 Neil Brown + * Copyright (C) 2003-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -15,8 +15,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/vpatch.c b/vpatch.c index a4475f6..da805bc 100644 --- a/vpatch.c +++ b/vpatch.c @@ -2,7 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2005 Neil Brown - * Copyright (C) 2010-2011 Neil Brown + * Copyright (C) 2010-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/wiggle.1 b/wiggle.1 index 1caca21..9430f6f 100644 --- a/wiggle.1 +++ b/wiggle.1 @@ -2,7 +2,7 @@ .\" wiggle - apply rejected patches .\" .\" Copyright (C) 2003 Neil Brown -.\" Copyright (C) 2010 Neil Brown +.\" Copyright (C) 2010-2013 Neil Brown .\" .\" .\" This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ .\" 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +.\" along with this program. .\" .\" Author: Neil Brown .\" Email: diff --git a/wiggle.c b/wiggle.c index c1e9498..4289573 100644 --- a/wiggle.c +++ b/wiggle.c @@ -2,7 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003 Neil Brown - * Copyright (C) 2010 Neil Brown + * Copyright (C) 2010-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -16,8 +16,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: diff --git a/wiggle.h b/wiggle.h index 02fb568..6b967f3 100644 --- a/wiggle.h +++ b/wiggle.h @@ -1,7 +1,7 @@ /* * wiggle - apply rejected patches * - * Copyright (C) 2003 Neil Brown + * Copyright (C) 2003-2013 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -15,8 +15,7 @@ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. + * along with this program. * * Author: Neil Brown * Email: