This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libparanamer-java.
commit bddd0321decd4ac698cfc2e45748cf446eb6dbed Author: Emmanuel Bourg <[email protected]> Date: Tue May 19 01:45:17 2015 +0200 debian/copyright: Mention the ASM fork in BytecodeReadingParanamer.java --- debian/changelog | 4 +++- debian/copyright | 12 ++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a9e37f5..1bab8a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,9 @@ libparanamer-java (2.7+repack-1) unstable; urgency=medium as libparanamer-maven-plugin-java (Closes: #776586) * Do not reference the parent POM in the paranamer's POM (Closes: #776583) * Enabled the unit tests (except JavadocParanamerTest) - * debian/copyright: Credited Timothy Cleaver and Stefan Fleiter + * debian/copyright: + - Credited Timothy Cleaver and Stefan Fleiter + - Mention the ASM fork in BytecodeReadingParanamer.java * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Sat, 31 Jan 2015 00:18:09 +0100 diff --git a/debian/copyright b/debian/copyright index 0af1571..322e872 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,12 +3,20 @@ Upstream-Name: ParaNamer Source: https://github.com/paul-hammant/paranamer Files: * -Copyright: 2000-2007 INRIA, France Telecom - 2009, Timothy Cleaver +Copyright: 2009, Timothy Cleaver 2013, Samuel Halliday 2013, Stefan Fleiter 2007-2014, Paul Hammant License: BSD-3-clause + +Files: paranamer/src/java/com/thoughtworks/paranamer/BytecodeReadingParanamer.java +Copyright: 2000-2007 INRIA, France Telecom + 2007-2014, Paul Hammant +License: BSD-3-clause +Comment: + Portions of this source file are a fork of ASM + +License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libparanamer-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

