From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 51c790d7 for ; Mon, 26 Nov 2018 12:11:41 -0500 (EST) Date: Mon, 26 Nov 2018 12:11:41 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: Mark Harris pointed out that people might have doubts whether X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-Id: <381d8101ef93a87a@fantadrom.bsd.lv> Log Message: ----------- Mark Harris pointed out that people might have doubts whether all files contained in the mandoc toolkit are "code and documentation", and whether this is of any consequence for licensing, so clarify. Modified Files: -------------- mandoc: LICENSE Revision Data ------------- Index: LICENSE =================================================================== RCS file: /home/cvs/mandoc/mandoc/LICENSE,v retrieving revision 1.20 retrieving revision 1.21 diff -LLICENSE -LLICENSE -u -p -r1.20 -r1.21 --- LICENSE +++ LICENSE @@ -1,8 +1,8 @@ $Id$ -With the exceptions noted below, all code and documentation -contained in the mandoc toolkit is protected by the Copyright -of the following developers: +With the exceptions noted below, all non-trivial files contained +in the mandoc toolkit are protected by the Copyright of the following +developers: Copyright (c) 2008-2012, 2014 Kristaps Dzonsons Copyright (c) 2010-2018 Ingo Schwarze @@ -19,7 +19,7 @@ Copyright (c) 2004 Ted Unangst Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre -See the individual source files for information about who contributed +See the individual files for information about who contributed to which file during which years. -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv