* lib/extendbuf.c: s/Copyright/Copyright (C)/ * lib/printquoted.h: Likewise. * lib/regextype.c: Likewise. * lib/regextype.h: Likewise. --- lib/extendbuf.c | 2 +- lib/printquoted.h | 2 +- lib/regextype.c | 2 +- lib/regextype.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/extendbuf.c b/lib/extendbuf.c index d385c5b..f35c3cc 100644 --- a/lib/extendbuf.c +++ b/lib/extendbuf.c @@ -1,6 +1,6 @@ /* extendbuf.c -- manage a dynamically-allocated buffer - Copyright 2004-2017 Free Software Foundation, Inc. + Copyright (C) 2004-2017 Free Software Foundation, 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 diff --git a/lib/printquoted.h b/lib/printquoted.h index 7f1817a..fbf70c8 100644 --- a/lib/printquoted.h +++ b/lib/printquoted.h @@ -1,6 +1,6 @@ /* Print a string, appropriately quoted. - Copyright 1997-2017 Free Software Foundation, Inc. + Copyright (C) 1997-2017 Free Software Foundation, 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 diff --git a/lib/regextype.c b/lib/regextype.c index b265e42..a1a7619 100644 --- a/lib/regextype.c +++ b/lib/regextype.c @@ -2,7 +2,7 @@ /* regextype.c -- Decode the name of a regular expression syntax into am option name. - Copyright 2005-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, 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 diff --git a/lib/regextype.h b/lib/regextype.h index 344664f..5329f54 100644 --- a/lib/regextype.h +++ b/lib/regextype.h @@ -1,6 +1,6 @@ /* regextype.h -- Decode the name of a regular expression syntax. - Copyright 2005-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2017 Free Software Foundation, 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 -- 2.1.4