This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository sikuli.
commit 984c9ec5fdff678047c6886be866535eb0d99374 Author: Gilles Filippini <[email protected]> Date: Thu Oct 30 21:38:30 2014 +0100 d/copyright: Fix missing license for tess4j files --- debian/changelog | 8 ++++++++ debian/copyright | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/debian/changelog b/debian/changelog index d0ee277..03214d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sikulix (1.1.0~beta4-2) experimental; urgency=medium + + * debian/copyright: add missing license for source files + Tesseract4SikuliX/src/main/java/org/sikuli/tesseract/Tess*.java + coming from the tess4j project (closes: #767101). + + -- Gilles Filippini <[email protected]> Thu, 30 Oct 2014 21:36:58 +0100 + sikulix (1.1.0~beta4-1) experimental; urgency=medium * New upstream release. diff --git a/debian/copyright b/debian/copyright index 463d869..ae38e54 100644 --- a/debian/copyright +++ b/debian/copyright @@ -54,6 +54,26 @@ License: Jygment-MIT-variant OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Comment: Based on the works at [Jygments](http://code.google.com/p/jygments/) +Files: Tesseract4SikuliX/src/main/java/org/sikuli/tesseract/Tess*.java +Comment: files taken from the tess4j project + http://http://tess4j.sourceforge.net/ +Copyright: 2010-2012 Quan Nguyen <[email protected]> +License: Apache-2 + 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-based systems the full text of the Apache version 2.0 license + can be found in `/usr/share/common-licenses/Apache-2.0'. + Files: debian/* Copyright: 2010-2013 Debian Java maintainers <[email protected]> License: GPL-3+ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sikuli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

