Skip to content

Commit

Permalink
License and copyrights (zxing#1281)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Add .reuse to the ignore list of Apache Rat

Signed-off-by: Andrej Shadura <[email protected]>
  • Loading branch information
andrewshadura authored May 7, 2020
1 parent 54d0a37 commit 639f51d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -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

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@
<version>0.13</version>
<configuration>
<excludes>
<exclude>.reuse/*</exclude>
<exclude>**/.*</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/*.iml</exclude>
Expand Down

0 comments on commit 639f51d

Please sign in to comment.