~ubuntu-branches/ubuntu/quantal/libjgraph-java/quantal

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-05-09 18:29:56 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080509182956-n9mkbgtt36kkj2h0
Tags: 5.12.1.0.dfsg-1
* New upstream release.
* Switch from dpatch to quilt.
* Change my email address in several files under debian/.
* debian/copyright: update and compact.
* debian/control: build depend on default-jdk-builddep, depend on
  default-jre instead of specifying a specific JDK/JRE; change JAVA_HOME
  in debian/rules accordingly.
* Install API documentation to /usr/share/doc/libjgraph-java-doc/api/
  instead of directly under libjgraph-java-doc/

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
Files: *
7
7
Copyright:
8
 
 © 2001-2007
 
8
 © 2001-2008 Gaudenz Alder
9
9
 All source and binaries in this package remain copyrighted to Gaudenz Alder
10
10
 unless otherwise specified.
11
11
License: LGPL-2+
17
17
On Debian systems, the complete text of the GNU Lesser General
18
18
Public License can be found in `/usr/share/common-licenses/LGPL'.
19
19
 
20
 
Files: src/org/jgraph/event/GraphLayoutCacheEvent.java,
21
 
 src/org/jgraph/graph/GraphLayoutCache.java,
22
 
 src/org/jgraph/graph/DefaultGraphModel.java,
23
 
 src/org/jgraph/JGraph.java,
24
 
 build.xml
25
 
Copyright: © 2001-2008 Gaudenz Alder
26
 
License: LPGL2+
27
 
 
28
20
Files: debian/*
29
21
Copyright:
30
 
 © 2006, 2007, gregor herrmann <gregor+debian@comodo.priv.at>
31
 
 © 2006, 2007, tony mancill <tmancill@debian.org>
 
22
 © 2006-2008, gregor herrmann <gregoa@debian.org>
 
23
 © 2006-2008, tony mancill <tmancill@debian.org>
32
24
License: GPL
33
25
 
34
26
Files: examples/com/jgraph/example/portlabels/PortLabelCell.java,