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

Bug#601285: Licensing of LaTeX-Decode and small patch for Decode/Data.pm



Bonjour François

I'm preparing the liblatex-decode-perl package for inclusion in Debian
(as a dependency of Biber).
There are two issues I have.

1) I'm a bit confused about the licensing.
The source files only mention the Artistic License.  The README
mentions both the Artistic License and GPLv1+.
META.yml and Changelog mention Artistic License v2 explicitly.

If you only license it under Artistic 2, can you modify the .pm files,
README and latex2utf to reflect this?

2) Below is a patch for Decode/Data.pm.  It only adds a NAME and
VERSION block for perldoc, and has been created to disable some Debian
build warnings.  If you wish, you can include them upstream.

--- ../lib/LaTeX/Decode/Data.pm.orig	2010-10-30 00:47:11.511237512 +0200
+++ ../lib/LaTeX/Decode/Data.pm	2010-10-30 00:48:11.347708217 +0200
@@ -2,6 +2,17 @@
 use strict;
 use warnings;
 use base qw(Exporter);
+
+=head1 NAME
+
+LaTeX::Decode::Data - Data to decode from LaTeX to Unicode
+
+=head1 VERSION
+
+Version 0.03
+
+=cut
+
 our @EXPORT    = qw[ %ACCENTS %WORDMACROS %DIACRITICS
%WORDMACROSEXTRA %DIACRITICSEXTRA %PUNCTUATION %NEGATEDSYMBOLS
%SUPERSCRIPTS %SYMBOLS %CMDSUPERSCRIPTS %DINGS %GREEK $ACCENTS_RE
$DIAC_RE_BASE $DIAC_RE_EXTRA $NEG_SYMB_RE $SUPER_RE $SUPERCMD_RE ];
 #our @EXPORT_OK = qw[
 #  %WORDMACROSEXTRA %DIACRITICSEXTRA %PUNCTUATION %NEGATEDSYMBOLS
%SUPERSCRIPTS %SYMBOLS %CMDSUPERSCRIPTS %DINGS %GREEK



Cordialement


-- 
Danai



Reply to: