diff options
Diffstat (limited to 'tests/ECMCheckOutboundLicenseTest/testdata/LGPL-3.0-only.cpp')
-rw-r--r-- | tests/ECMCheckOutboundLicenseTest/testdata/LGPL-3.0-only.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ECMCheckOutboundLicenseTest/testdata/LGPL-3.0-only.cpp b/tests/ECMCheckOutboundLicenseTest/testdata/LGPL-3.0-only.cpp new file mode 100644 index 00000000..3ffd899b --- /dev/null +++ b/tests/ECMCheckOutboundLicenseTest/testdata/LGPL-3.0-only.cpp @@ -0,0 +1,6 @@ +/* + SPDX-FileCopyrightText: 2020 Jane Doe <nomail@example.com> + SPDX-License-Identifier: LGPL-3.0-only +*/ + +// nothing in here, it is only a test |