On Sun, Mar 13, 2016 at 11:32:34PM +0100, Ludovic Courtès wrote: > Leo Famulari <l...@famulari.name> skribis: > > > * gnu/packages/mail.scm (khard): New variable. > > [...] > > > + (home-page "https://github.com/scheibler/khard") > > + (license gpl3))) ; "later version" never mentioned > > If the source file headers or other documents do not specify a version, > then we write it as ‘gpl3+’ (in fact, Section 14 of GPLv3 says: “If the > Program does not specify a version number of the GNU General Public > License, you may choose any version ever published by the Free Software > Foundation.”)
Okay, thanks for clarifying this. I've made the change. In this case, the source files have no license headers. There is only the LICENSE file. > > > On Thu, Mar 03, 2016 at 05:11:56PM -0500, Leo Famulari wrote: > >> * gnu/packages/mail.scm (khard): New variable. > >> + (description "Khard is an address book for the console. It creates, > >> reads, > >> +modifies and removes CardDAV address book entries at your local machine. > >> For > >> +synchronizing with a remote address book, @command{vdirsyncer} is > >> recommended. > >> +Khard can also be used from within the email client @command{mutt}.") > > > > Is this an appropriate use of texinfo? > > Yes. > > Thanks for your work, and sorry again for the delay! > > Ludo’.