From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] doc: Improve the copyright notice. Date: Sat, 12 Oct 2013 15:10:12 +0200 Message-ID: <87k3hid497.fsf@gnu.org> References: <201310112340.r9BNemXM027765@freefriends.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUz2Q-0002T8-JS for guix-devel@gnu.org; Sat, 12 Oct 2013 09:15:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUz2K-0008Th-Ex for guix-devel@gnu.org; Sat, 12 Oct 2013 09:15:22 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:37378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUz2K-0008TX-8Y for guix-devel@gnu.org; Sat, 12 Oct 2013 09:15:16 -0400 In-Reply-To: <201310112340.r9BNemXM027765@freefriends.org> (Karl Berry's message of "Fri, 11 Oct 2013 23:40:48 GMT") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Karl Berry Cc: guix-devel@gnu.org karl@freefriends.org (Karl Berry) skribis: > make sure the copyright notice still shows up in Info, > HTML, and PS/PDF > > It's always good to check, but like I said, that is exactly why I > invented @copying in the first place (back in 2002). I wrote about it > in the Texinfo manual. > > I think it was not working for you (if indeed it wasn't) because your > use of @copying was too late in the source file. OK. > visible in Info and HTML.) > > It depends on what you mean by "visible". The @copying on its own will > include the copying text as a comment in all the makeinfo output files > (Info, HTML, Docbook, XML). That's how rms wanted it, and that's what > takes care of the legal necessities. By visible I meant that the copyright notice would appear in the Top node in Info, and at the beginning of the HTML document (I see the Coreutils and gawk manuals do that, but not the Texinfo and libc manuals, for instance.) I thought this was good practice, but I=E2=80=99m glad to hear it=E2=80=99s= actually not the recommended way to deal with it. > If you want casual readers of the manual to see the copying terms, as > well as people looking at the source, then you can use @insertcopying in > the Top node (as well as in the @titlepage, which is what takes care of > TeX). Like I also said, rms prefers that not be done, but didn't feel > strongly enough to make it a GNU requirement either way, so it's up to yo= u. OK, then I=E2=80=99m happy to follow the recommended approach. So Nikita: please ignore what I wrote and follow Karl=E2=80=99s advice. :-) Thanks for taking the time to explain, Ludo=E2=80=99.