This is an automated email from the git hooks/post-receive script. gio pushed a commit to branch master in repository freehep-graphicsio.
commit f8b62e1b7af0f8b6c72174bd30239e816d40efde Author: Giovanni Mascellani <[email protected]> Date: Sat Jun 11 11:53:48 2016 +0200 Fix d/copyright. --- debian/changelog | 1 + debian/copyright | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 19bf0e6..e6dc571 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,7 @@ freehep-graphicsio (2.1.1-4) UNRELEASED; urgency=medium * Quit using topgit and remove leftovers. * Remove trivial information in debian/README.source. * Add classpath to the JAR manifest. + * Make debian/copyright standards compliant. -- Giovanni Mascellani <[email protected]> Sat, 11 Jun 2016 11:48:33 +0200 diff --git a/debian/copyright b/debian/copyright index 491acad..9c6db19 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,12 +8,10 @@ Copyright: 2000-2007, CERN, Geneva, Switzerland 2000-2007, SLAC, Stanford, California, U.S.A. 2000-2007, University of California Santa Cruz, U.S.A. License: LGPL-2.1+ - On Debian GNU/Linux system you can find the complete text of the - LGPL-2.1 license in '/usr/share/common-licenses/LGPL-2.1' - No license files are included in upstream tarball but copyright holders - list is available at +Comment: No license files are included in upstream tarball but + copyright holders list is available at <http://java.freehep.org/svn/repos/freehep/show/freehep/trunk/vectorgraphics/LICENSE.txt> - and adopted license at <http://java.freehep.org/license.html> + and adopted license at <http://java.freehep.org/license.html>. Files: src/main/java/org/freehep/graphicsio/ppm/ImageEncoder.java src/main/java/org/freehep/graphicsio/ppm/PPMEncoder.java @@ -21,7 +19,7 @@ Files: src/main/java/org/freehep/graphicsio/ppm/ImageEncoder.java src/main/java/org/freehep/graphicsio/gif/ImageEncoder.java src/main/java/org/freehep/graphicsio/gif/GIFEncoder.java Copyright: 1996-1998, Jef Poskanzer <[email protected]> -License: other +License: other1 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -45,13 +43,11 @@ License: other Files: src/main/java/org/freehep/graphicsio/png/PNGEncoder.java Copyright: 2000, J. David Eisenberg <[email protected]> License: LGPL-2.1+ - On Debian GNU/Linux systems you can find the complete text of the LGPL-2.1 - license in '/usr/share/common-licenses/LGPL-2.1'. Files: src/main/java/org/freehep/graphicsio/gif/Quantize.java Copyright: 1998, E. I. du Pont de Nemours and Company 2000, Adam Doppelt -License: other +License: imagemagick Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ("ImageMagick"), to deal in ImageMagick without restriction, including without limitation @@ -77,7 +73,7 @@ License: other Files: src/main/java/org/freehep/graphicsio/gif/NeuQuant.java Copyright: 1994, Anthony Dekker -License: other +License: other2 Any party obtaining a copy of these files from the author, directly or indirectly, is granted, free of charge, a full and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive right and license to deal @@ -94,3 +90,7 @@ Copyright: 2010-2012, Giovanni Mascellani <[email protected]> License: GPL-3+ On Debian GNU/Linux system you can find the complete text of the GPL-3 license in '/usr/share/common-licenses/GPL-3' + +License: LGPL-2.1+ + On Debian GNU/Linux systems you can find the complete text of the LGPL-2.1 + license in '/usr/share/common-licenses/LGPL-2.1'. -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/freehep/freehep-graphicsio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

