Add SPDX info for `tests/utils/python/typing/typing.py`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 14 Nov 2023 16:03:38 +0000 (11:03 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 20 Nov 2023 21:52:15 +0000 (16:52 -0500)
Putting the info in a separate `.license` file to avoid modifying the
original one (which comes from the CPython project).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: If183d9662f239da27a00b7f8ba8887eaec489270
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11383
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
Makefile.am
tests/utils/python/typing/typing.py.license [new file with mode: 0644]

index ecb25b209eacf8129aead298c972cbd1f909533f..adb11cd82682adc0f1058e865ad719a2f32a67b1 100644 (file)
@@ -29,6 +29,7 @@ EXTRA_DIST = \
        LICENSES/LGPL-2.1-only.txt \
        LICENSES/LicenseRef-Autoconf-exception-macro.txt \
        LICENSES/MIT.txt \
+       LICENSES/PSF-2.0.txt \
        std-ext-lib.txt \
        tools/format-cpp.sh \
        tools/lint-py.sh \
diff --git a/tests/utils/python/typing/typing.py.license b/tests/utils/python/typing/typing.py.license
new file mode 100644 (file)
index 0000000..90a0f1e
--- /dev/null
@@ -0,0 +1,2 @@
+# SPDX-FileCopyrightText: 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software Foundation.
+# SPDX-License-Identifier: PSF-2.0
This page took 0.026144 seconds and 4 git commands to generate.