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 <andrew.shadura@collabora.co.uk>

* Add .reuse to the ignore list of Apache Rat

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
This commit is contained in:
Andrej Shadura 2020-05-07 16:06:26 +02:00 committed by GitHub
parent 54d0a37832
commit 639f51d340
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

31
.reuse/dep5 Normal file
View file

@ -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

View file

@ -474,6 +474,7 @@
<version>0.13</version>
<configuration>
<excludes>
<exclude>.reuse/*</exclude>
<exclude>**/.*</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/*.iml</exclude>