This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository jaxb.
commit edc73966624dd274596ed81df12095a5e0f7db9d Author: Timo Aaltonen <[email protected]> Date: Thu Jun 19 13:41:26 2014 +0300 more verbose long description, copyright fixes --- debian/control | 18 ++++++++++++++++++ debian/copyright | 14 +++++--------- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 6f3aa9a..ad2b2fc 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,15 @@ Recommends: ${java:Recommends} Description: JAXB Reference Implementation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. + . + Java Architecture for XML Binding (JAXB) provides a fast and convenient + way to bind XML schemas and Java representations, making it easy for + Java developers to incorporate XML data and processing functions in Java + applications. As part of this process, JAXB provides methods for + unmarshalling (reading) XML instance documents into Java content trees, + and then marshalling (writing) Java content trees back into XML instance + documents. JAXB also provides a way to generate XML schema from Java + objects. Package: libjaxb-java-doc Architecture: all @@ -61,4 +70,13 @@ Description: JAXB Reference Implementation -- documentation GlassFish Java Architecture for XML Binding (JAXB) Reference Implementation. . + Java Architecture for XML Binding (JAXB) provides a fast and convenient + way to bind XML schemas and Java representations, making it easy for + Java developers to incorporate XML data and processing functions in Java + applications. As part of this process, JAXB provides methods for + unmarshalling (reading) XML instance documents into Java content trees, + and then marshalling (writing) Java content trees back into XML instance + documents. JAXB also provides a way to generate XML schema from Java + objects. + . This package contains the Javadoc API. diff --git a/debian/copyright b/debian/copyright index dde854b..a5885bb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,33 +3,29 @@ Upstream-Name: Glassfish Jaxb Source: https://jaxb.java.net Files: * -Copyright: 1997-2013, Oracle +Copyright: 1997-2012, Oracle and/or its affiliates License: CDDL-1.1 or GPL-2 with classpath exception Files: xjc/src/com/sun/tools/xjc/reader/internalizer/NamespaceContextImpl.java -Copyright: 1997-2011 Oracle +Copyright: 1997-2011 Oracle and/or its affiliates License: CDDL-1.1 or GPL-2 with classpath exception, and Apache-2.0 Files: runtime/src/com/sun/xml/bind/marshaller/XMLWriter.java tools/pretty-printer/src/com/sun/tools/xmlpp/XMLWriter.java -Copyright: 1997-2013, Oracle +Copyright: 1997-2011, Oracle and/or its affiliates License: CDDL-1.1 or GPL-2 with classpath exception, and public-domain Modified version of XMLWriter class by David Megginson. Files: runtime/src/com/sun/xml/bind/util/AttributesImpl.java -Copyright: 1997-2013, Oracle +Copyright: 1997-2011, Oracle and/or its affiliates License: CDDL-1.1 or GPL-2 with classpath exception, and public-domain Modified version of AttributesImpl class by David Megginson. Files: runtime-deprecated/src/com/sun/xml/bind/marshaller/NamespaceSupport.java -Copyright: 1997-2013, Oracle +Copyright: 1997-2011, Oracle and/or its affiliates License: CDDL-1.1 or GPL-2 with classpath exception, and public-domain Modified version of NamespaceSupport class by David Megginson. -License: GPL-2 - On Debian systems, the full text of the Apache-2.0 license - can be found in the file '/usr/share/common-licenses/GPL-2' - Files: debian/* Copyright: 2013, Ade Lee <[email protected]> License: Apache-2.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jaxb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

