From edeef003e56955cb48918598b25306a8d5b8ba67 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 1 Apr 2024 12:51:19 +0200 Subject: feat(common/.licensure.yml): Also add support for different licenses for text --- common/.licensure.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/common/.licensure.yml b/common/.licensure.yml index e1f5a01..b7f963a 100644 --- a/common/.licensure.yml +++ b/common/.licensure.yml @@ -14,6 +14,24 @@ excludes: # No default license configuration is provided. This section must be # configured by the user. licenses: + - files: tex + ident: CC-BY-SA-4.0 + authors: + - name: Benedikt Peetz + email: "benedikt.peetz@b-peetz.de" + + template: | + 2024 - [year] (C) by [name of author] + SPDX-License-Identifier: CC-BY-SA-4.0 + + is licensed under a + Creative Commons Attribution-ShareAlike 4.0 International License. + + You should have received a copy of the license along with this + work. If not, see . + + unwrap_text: false + # Either a regex or the string "any" to determine to what files this # license should apply. It is common for projects to have files # under multiple licenses or with multiple copyright holders. This -- cgit 1.4.1