From 3d24796c5fc00ec6dfb17ea0b01592e78bd1d1d7 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 14 Nov 2023 11:03:38 -0500 Subject: [PATCH] Add SPDX info for `tests/utils/python/typing/typing.py` 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 Change-Id: If183d9662f239da27a00b7f8ba8887eaec489270 Reviewed-on: https://review.lttng.org/c/babeltrace/+/11383 Reviewed-by: Michael Jeanson --- Makefile.am | 1 + tests/utils/python/typing/typing.py.license | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tests/utils/python/typing/typing.py.license diff --git a/Makefile.am b/Makefile.am index ecb25b20..adb11cd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 00000000..90a0f1e2 --- /dev/null +++ b/tests/utils/python/typing/typing.py.license @@ -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 -- 2.34.1