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 /src/roff/troff/node.cpp | |
| 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 'src/roff/troff/node.cpp')
| -rw-r--r-- | src/roff/troff/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp index e17289e15..6bdf5796c 100644 --- a/src/roff/troff/node.cpp +++ b/src/roff/troff/node.cpp @@ -15,7 +15,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the 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, see <http://www.gnu.org/licenses/>. */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ extern int debug_state; |
