Fixed up a couple of license names in COPYRIGHT.txt
A couple of entries were using SPDX name over the Debian standard ones.
Switched these over and noted this policy at the top of the file to avoid
confusion.
(cherry picked from commit 6f2977f9c3
)
This commit is contained in:
parent
8514b4d403
commit
d4e4c4f7e3
|
@ -10,8 +10,9 @@
|
|||
# all corresponding files (also recursively in subfolders), apart from those
|
||||
# with a more explicit copyright statement.
|
||||
#
|
||||
# Licenses are given with their SPDX identifier, and are all included in
|
||||
# plain text at the end of this file (in alphabetical order).
|
||||
# Licenses are given with their debian/copyright short name (or SPDX identifier
|
||||
# if no standard short name exists) and are all included in plain text at the
|
||||
# end of this file (in alphabetical order).
|
||||
#
|
||||
# Disclaimer for thirdparty libraries:
|
||||
# ------------------------------------
|
||||
|
@ -351,7 +352,7 @@ Files: ./thirdparty/tinyexr/
|
|||
Comment: TinyEXR
|
||||
Copyright: 2014-2017, Syoyo Fujita
|
||||
2002, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
|
||||
License: BSD-3-Clause
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: ./thirdparty/zlib/
|
||||
Comment: zlib
|
||||
|
@ -361,7 +362,7 @@ License: Zlib
|
|||
Files: ./thirdparty/zstd/
|
||||
Comment: Zstandard
|
||||
Copyright: 2016-2018, Facebook, Inc.
|
||||
License: BSD-3-Clause
|
||||
License: BSD-3-clause
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue