This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snappy-java.
commit 0ef16116edfcba27f1d6eb9c2e84fafcab32f6e8 Author: Charles Plessy <[email protected]> Date: Sat Nov 5 15:39:07 2011 +0900 Documented copyrights and licenses. Normalised the file with config-edit. --- debian/copyright | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..08b0210 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,39 @@ +Format: http://dep.debian.net/deps/dep5 +Source: http://snappy-java.googlecode.com/files/snappy-java-1.0.4.1.tar.gz +Comment: lib/silk-weaver.jar is not packaged in Debian, and the other files in + this directory are not useful to the Debian package. +Removed: lib + +Files: * +Copyright: © 2008–2011 Taro L. Saito + © 2011 xerial.org +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the complete text of the Apache License version 2.0 + can be found in ‘/usr/share/common-licenses/Apache-2.0’. +Comment: + This product includes software developed by Google + Snappy: http://code.google.com/p/snappy/ (New BSD License) + . + . + This library containd statically linked libstdc++. This inclusion is allowed by + "GCC RUntime Library Exception" + http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html + . + == Contributors == + * Tatu Saloranta + * Providing benchmark suite + * Alec Wysoker + * Performance and memory usage improvement + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

