[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#649674: [copyright-format] Proofreading of the examples.



Hi,

Charles Plessy wrote:

> Example 1: missing opening bracket in the fourth paragraph.

Sure (missing "[" before "LICENSE TEXT]").

> Example 3: missing license short name for debian/* files.
> Example 4: missing license short name for debian/* files.

True.  A previous version of the format included a default
license short name of "other", and the examples were probably
just not updated since them.

Here's a patch.  I think it would be better to set a good example
by providing examples without templates like "[LICENSE TEXT]" in
them, though.
---
 copyright-format/copyright-format.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/copyright-format/copyright-format.xml b/copyright-format/copyright-format.xml
index d6790aa3..1cf1acf2 100644
--- a/copyright-format/copyright-format.xml
+++ b/copyright-format/copyright-format.xml
@@ -488,7 +488,7 @@ License: GPL-2
  [LICENSE TEXT]
 
 License: LGPL-2.1
- LICENSE TEXT]</programlisting>
+ [LICENSE TEXT]</programlisting>
       </example>
 
       <example>
@@ -1090,7 +1090,7 @@ License: GPL-2+
 
 Files: debian/*
 Copyright: Copyright 1998 Jane Smith <jsmith@example.net>
-License:
+License: GPL-2+
  [LICENSE TEXT]]]></programlisting>
       </para>
     </example>
@@ -1116,7 +1116,7 @@ License: PSF-2
 
 Files: debian/*
 Copyright: 2008, Dan Developer <dan@debian.example.com>
-License:
+License: permissive
  Copying and distribution of this package, with or without
  modification, are permitted in any medium without royalty
  provided the copyright notice and this notice are
-- 
1.7.8.rc3




Reply to: