From: NeilBrown Date: Sat, 3 Oct 2020 10:45:48 +0000 (+1000) Subject: Add copyright claims through to 2020 X-Git-Tag: v1.3~1 X-Git-Url: http://git.neil.brown.name/?a=commitdiff_plain;h=edfd08b5a55b37646aa50c3170064ad668868011;p=wiggle.git Add copyright claims through to 2020 Update copyright claims. also update email address (though old one is still good too) Signed-off-by: NeilBrown --- diff --git a/ReadMe.c b/ReadMe.c index c717092..e7ad487 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Neil Brown * Copyright (C) 2010-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/bestmatch.c b/bestmatch.c index df872d4..9438b31 100644 --- a/bestmatch.c +++ b/bestmatch.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Neil Brown * Copyright (C) 2011-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/diff.c b/diff.c index 951dd9f..65b06cb 100644 --- a/diff.c +++ b/diff.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Neil Brown * Copyright (C) 2011-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/extract.c b/extract.c index 9a60fc9..345b9da 100644 --- a/extract.c +++ b/extract.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Neil Brown * Copyright (C) 2010-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/load.c b/load.c index b2a8e5f..291000c 100644 --- a/load.c +++ b/load.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Neil Brown * Copyright (C) 2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/merge2.c b/merge2.c index 448d73c..6c8fad7 100644 --- a/merge2.c +++ b/merge2.c @@ -3,6 +3,7 @@ * * Copyright (C) 2005 Neil Brown * Copyright (C) 2010-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ #include "wiggle.h" diff --git a/parse.c b/parse.c index c56fa4c..c3673d4 100644 --- a/parse.c +++ b/parse.c @@ -2,6 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -18,7 +19,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/split.c b/split.c index 2fa99b3..386a6a9 100644 --- a/split.c +++ b/split.c @@ -2,6 +2,7 @@ * wiggle - apply rejected patches * * Copyright (C) 2003-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -18,7 +19,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/vpatch.c b/vpatch.c index 23ba128..51f88c7 100644 --- a/vpatch.c +++ b/vpatch.c @@ -3,6 +3,7 @@ * * Copyright (C) 2005 Neil Brown * Copyright (C) 2010-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/wiggle.1 b/wiggle.1 index e5a6511..1715c28 100644 --- a/wiggle.1 +++ b/wiggle.1 @@ -3,7 +3,7 @@ .\" .\" Copyright (C) 2003 Neil Brown .\" Copyright (C) 2010-2013 Neil Brown -.\" Copyright (C) 2018-2019 Neil Brown +.\" Copyright (C) 2018-2020 Neil Brown .\" .\" .\" This program is free software; you can redistribute it and/or modify diff --git a/wiggle.c b/wiggle.c index 712e7fe..ccd2f7f 100644 --- a/wiggle.c +++ b/wiggle.c @@ -3,6 +3,7 @@ * * Copyright (C) 2003 Neil Brown * Copyright (C) 2010-2013 Neil Brown + * Copyright (C) 2014-2020 Neil Brown * * * This program is free software; you can redistribute it and/or modify @@ -19,7 +20,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ /* diff --git a/wiggle.h b/wiggle.h index fa588ed..f42ed11 100644 --- a/wiggle.h +++ b/wiggle.h @@ -18,7 +18,7 @@ * along with this program. * * Author: Neil Brown - * Email: + * Email: */ #define _GNU_SOURCE /* for asprintf */