Remove license modules

2020-05-12 Thread Asher Gordon
00:00:00 2001 From: Asher Gordon Date: Tue, 12 May 2020 13:34:34 -0400 Subject: [PATCH] doc: Remove Texinfo-format license modules. It doesn't make sense to provide these modules, since licenses are required to be under version control anyway. * modules/agpl-3.0: Remove. * modules/fdl: Remove. *

Re: Remove license modules

2020-05-16 Thread Asher Gordon
." (see (texinfo) Ending a Sentence). From 022bd24bebde0e033a37b6c43770382fed996a39 Mon Sep 17 00:00:00 2001 From: Asher Gordon Date: Sat, 16 May 2020 13:49:02 -0400 Subject: [PATCH] doc: Update to indicate that license files must always be included. * doc/gnulib-tool.texi (VCS Omissions): New anchor under the VC

Licensing issues for gendocs_template_min

2020-05-16 Thread Asher Gordon
would like to make: --- gendocs_template_min.gnulib +++ gendocs_template_min @@ -4,23 +4,20 @@ http://www.w3.org/1999/xhtml"; xml:lang="en"> -%%TITLE%% - GNU Project - Free Software Foundation +%%TITLE%% - Documentation - + %%TITLE%% -Free Software Foundation

Re: Remove license modules

2020-05-17 Thread Asher Gordon
e picture is worth 128K words. GPG fingerprint: 38F3 975C D173 4037 B397 8095 D4C9 C4FC 5460 8E68 From 43eb9428a29c91a19bb46a4ce2c117aae4dddb84 Mon Sep 17 00:00:00 2001 From: Asher Gordon Date: Sun, 17 May 2020 15:34:20 -0400 Subject: [PATCH] doc: Change '.' to '@.' where approp

Re: Remove license modules

2020-05-17 Thread Asher Gordon
Asher Gordon writes: > Perhaps Texinfo should change its heuristics so that a '.' preceding a > capital letter always starts a sentence, even when it is preceded by a > capital letter. I just realized that this would treat names such as "J. Random Hacker" incorrectl

Re: Licensing issues for gendocs_template_min

2020-05-20 Thread Asher Gordon
Asher Gordon writes: > However, gendocs_template_min is licensed under the Creative Commons > Attribution-NoDerivs 3.0 United States License. After noticing that the gendocs_template for GNU Tar is licensed under the GNU All-Permissive license, I figured that perhaps gendocs_template in

[gnu.org #1534539] Re: Licensing issues for gendocs_template_min

2020-05-20 Thread Asher Gordon
Whoops, I forgot to include the string "[gnu.org #1531751]" in the Subject of my previous message, so it created new issue (to which this is a reply). I have never written to licens...@fsf.org before, so I didn't realize how it works. I apologize for any inconvenience this may have caused. If you

[gnu.org #1534539] Re: Licensing issues for gendocs_template_min

2020-05-22 Thread Asher Gordon
e.) And, as you can see: $ wc -l gendocs_template{,_min} 91 gendocs_template 93 gendocs_template_min 184 total > This discrepancy has always existed but no one has brought it up > before. Anyone can feel free to fix it in gnulib as far as I'm > concerned. How's this:

Re: [gnu.org #1534539] Re: Licensing issues for gendocs_template_min

2020-05-22 Thread Asher Gordon
e > time there was a semi-automated way to merge changes in the template > into people's per-project index.html files using that. Ok, I've updated my patch; see below. Let me know if the copyright years are acceptable as well. From 813ffbca35b9cf2f8fbaa2c255ccde46548dd68a Mon Sep 17

Re: [gnu.org #1534539] Re: Licensing issues for gendocs_template_min

2020-05-22 Thread Asher Gordon
Asher Gordon writes: > Ok, I've updated my patch; see below. Whoops, I meant to amend the commit, not create a new one. Here's the full patch: From d6859cd978ed2ff787b062b5094656b3c3608c91 Mon Sep 17 00:00:00 2001 From: Asher Gordon Date: Fri, 22 May 2020 13:39:01 -0400 Su

Re: [gnu.org #1534539] Re: Licensing issues for gendocs_template_min

2020-05-23 Thread Asher Gordon
Bruno Haible writes: > Thanks. Pushed. Great, thanks! Asher -- : The following (relative to AutoSplit 1.03) attempts to please everyone : and perhaps pleases no one: I think that's way cool. -- Larry Wall in <199709292015.naa09...@wall.org> GPG fingerprint: 38F3 975C D173 40

Typographical errors in Texinfo format licenses

2020-06-01 Thread Asher Gordon
Hello, I have discovered some typographical errors in some licenses in Texinfo format. There are some '.'s that end sentences but follow capital letters. These must be changed to '@.'. See also here¹. Note: Paul Eggert suggests here² that I should write to g...@gnu.org for this issue, so that is