diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2017-10-31 22:34:27 -0400 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2017-10-31 22:34:27 -0400 |
commit | d0f0f3fffadaa2c28e8aabe919dfbf6ca3a73d61 (patch) | |
tree | d0361a2a9d3117c8efa5e366a372c10117ea646f /arch/misc | |
parent | b501da8808a77345463c22d079a566c147d2bd01 (diff) | |
download | groff-git-d0f0f3fffadaa2c28e8aabe919dfbf6ca3a73d61.tar.gz |
Put two spaces between sentences in GPL notice.
Fixes half of Savannah #51609 but applies it much more generally.
This is a wide-ranging change, but it makes these notices consistent
with modern copies of the GPLv3 text. (Some of these files are not
GPLv3, but that's where the boilerplate comes from; GPLv2 and LGPLv2.x
used semicolons to separate these clauses instead.)
If the next resync with Autotools regresses some of these, well, that's
a bug in Autotools.
I checked with wc -L, and no file grew its longest line to 81 characters
due to this change.
contrib/hdtbl/hdmisc.tmac-u only:
Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Blame me for the rest.
Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
Diffstat (limited to 'arch/misc')
-rw-r--r-- | arch/misc/misc.am | 2 | ||||
-rw-r--r-- | arch/misc/shdeps.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/misc/misc.am b/arch/misc/misc.am index addf480bc..215c28b1d 100644 --- a/arch/misc/misc.am +++ b/arch/misc/misc.am @@ -18,7 +18,7 @@ # for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. EXTRA_DIST += arch/misc/shdeps.sh MOSTLYCLEANFILES += shdeps.sed diff --git a/arch/misc/shdeps.sh b/arch/misc/shdeps.sh index 9a9438162..4ccd5cee0 100644 --- a/arch/misc/shdeps.sh +++ b/arch/misc/shdeps.sh @@ -20,7 +20,7 @@ # for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <http://www.gnu.org/licenses/>. cat << ETX # shdeps.sed: Script generated automatically by \`make' -- do not modify! |