From 639f51d3406855e77591a1ca1327cf3c42d71e44 Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Thu, 7 May 2020 16:06:26 +0200 Subject: [PATCH] License and copyrights (#1281) * Add SPDX copyright and license metadata according to REUSE Specify copyrights and licenses for individual bits of the code according to the REUSE Specification 3.0 using the Debian machine-readable copyright format. See https://reuse.software/spec/ for the details. Signed-off-by: Andrej Shadura * Add .reuse to the ignore list of Apache Rat Signed-off-by: Andrej Shadura --- .reuse/dep5 | 31 +++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 32 insertions(+) create mode 100644 .reuse/dep5 diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 000000000..badf3e0f6 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,31 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ZXing +Source: https://github.com/zxing/zxing.git + +Files: * +Copyright: 2007-2020, ZXing authors +License: Apache-2.0 + +Files: + core/src/main/java/com/google/zxing/datamatrix/encoder/* + core/src/test/java/com/google/zxing/datamatrix/encoder/* +Copyright: 2006-2007, Jeremias Märki +License: Apache-2.0 + +Files: docs/js/* +Copyright: 2005-2014, jQuery Foundation, Inc. and other contributors +License: MIT + +Files: docs/css/apache-maven-fluido-* +Copyright: 2013, Twitter Inc +License: Apache-2.0 + +Files: + docs/images/application-certificate.png + docs/images/drive-harddisk.png + docs/images/icon_info_sml.gif + docs/images/internet-web-browser.png + docs/images/update.gif +Copyright: 2003, 2004, Jakub Steiner +License: CC-BY-SA-2.5 or public-domain + diff --git a/pom.xml b/pom.xml index f765ff20d..b7b1c2b15 100644 --- a/pom.xml +++ b/pom.xml @@ -474,6 +474,7 @@ 0.13 + .reuse/* **/.* **/.settings/** **/*.iml