From 4625495c480d846e1ca3a322509f1bed95a4d680 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Mon, 23 Oct 2017 00:57:35 +0200 Subject: [PATCH] maint: align copyright header line * 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 d385c5bb..f35c3ccd 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 7f1817a5..fbf70c85 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 b265e42a..a1a7619e 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 344664f3..5329f548 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