Codebase list libjdom2-intellij-java / fa1acd4
Wrap and sort Andrej Shadura 5 years ago
2 changed file(s) with 31 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
55 Andrej Shadura <andrewsh@debian.org>,
66 Emmanuel Bourg <ebourg@apache.org>,
77 Saif Abdul Cassim <saif.15@cse.mrt.ac.lk>
8 Build-Depends: ant, ant-optional, debhelper (>= 9), default-jdk
9 Build-Depends-Indep: javahelper,
10 junit4,
11 libisorelax-java,
12 libjaxen-java,
13 libxalan2-java,
14 libxerces2-java,
15 maven-repo-helper (>= 1.5)
8 Build-Depends:
9 ant,
10 ant-optional,
11 debhelper (>= 9),
12 default-jdk
13 Build-Depends-Indep:
14 javahelper,
15 junit4,
16 libisorelax-java,
17 libjaxen-java,
18 libxalan2-java,
19 libxerces2-java,
20 maven-repo-helper (>= 1.5)
1621 Standards-Version: 3.9.5
1722 Vcs-Git: https://salsa.debian.org/java-team/libjdom2-intellij-java.git
1823 Vcs-Browser: https://salsa.debian.org/java-team/libjdom2-intellij-java
2025
2126 Package: libjdom2-intellij-java
2227 Architecture: all
23 Depends: libjaxen-java, ${misc:Depends}
24 Suggests: libjdom2-intellij-java-doc
28 Depends:
29 libjaxen-java,
30 ${misc:Depends}
31 Suggests:
32 libjdom2-intellij-java-doc
2533 Description: lightweight and fast XML DOM library (IntelliJ version)
2634 JDOM is, quite simply, a Java representation of an XML document. JDOM
2735 provides a way to represent that document for easy and efficient
3745 Package: libjdom2-intellij-java-doc
3846 Architecture: all
3947 Section: doc
40 Depends: ${misc:Depends}
41 Suggests: libjdom2-intellij-java
48 Depends:
49 ${misc:Depends}
50 Suggests:
51 libjdom2-intellij-java
4252 Description: documentation for IntelliJ version of JDOM2 library
4353 JDOM is, quite simply, a Java representation of an XML document. JDOM
4454 provides a way to represent that document for easy and efficient
1818 From: Rolf <jdom@tuis.net>
1919 Date: 01/12/2014 12:33 PM
2020 To: Emmanuel Bourg <ebourg@apache.org>, Jason Hunter <jhunter@servlets.com>
21 .
21 .
2222 Hi Emmanuel,
23 .
23 .
2424 All source code in JDOM is licensed and copyrighted the same way. This
2525 license is available in the root folder of all distributions, as well
2626 as on the JDOM site, and in the root of the source code.
2727 .
2828 For convenience, it is also inserted in (apparently not all) the
2929 source files.
30 .
30 .
3131 I have inspected these files and can assure you that:
32 .
32 .
3333 1. those files were all personally written by me with the exception of
3434 contrib/src/java/org/jdom2/contrib/ids/doc-files/TestIds.java
35 .
35 .
3636 2. the license for those files (including TestIds.java) is the same
3737 as all other files in JDOM, as expressed in the LICENSE.txt file here:
3838 https://github.com/hunterhacker/jdom/blob/master/LICENSE.txt
39 .
39 .
4040 All these files are in the contrib package, which is not commonly
4141 used by JDOM users. It is not likely that you are using, or shipping
4242 these files. Are you sure this impacts your uncertainty?
43 .
43 .
4444 Regardless, the ommission of the duplication of the licence text at
4545 the top of the files is an ommission that can be corrected. Not that
4646 I do not plan to do a new JDOM release just to get this header data
4747 in to source code which is already licensed that way..
4848 .
4949 Rolf
50 .
50 .
5151 On 11/01/2014 2:55 PM, Emmanuel Bourg wrote:
5252 > Hi Rolf,
5353 >
7272 >
7373 > Thank you,
7474 >
75 > Emmanuel Bourg
75 > Emmanuel Bourg
7676
7777 Files: debian/*
7878 Copyright: 2008, Marcus Better