From 4ace869db97d8cea7bc339ccb9ea4ce668568d06 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:59:47 +0100 Subject: [PATCH 1/4] refactor: extracted copyright and license comments Extracted copyright and license comments from the icon markdown files. --- source/_patterns/icons/illustrative/_illustrative.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_patterns/icons/illustrative/_illustrative.md b/source/_patterns/icons/illustrative/_illustrative.md index 212139a8f..d6852573a 100644 --- a/source/_patterns/icons/illustrative/_illustrative.md +++ b/source/_patterns/icons/illustrative/_illustrative.md @@ -2,12 +2,6 @@ title: Illustrative Icons --- - - ### Usage From 9c4ab904626c98f671b86197e7e82346982327db Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:00:22 +0100 Subject: [PATCH 2/4] Update _functional.md --- source/_patterns/icons/functional/_functional.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_patterns/icons/functional/_functional.md b/source/_patterns/icons/functional/_functional.md index 2c45ba63a..a4b2e2156 100644 --- a/source/_patterns/icons/functional/_functional.md +++ b/source/_patterns/icons/functional/_functional.md @@ -2,12 +2,6 @@ title: Functional Icons --- - - ### Usage From fdb5ae141276e9fc72c4b4275cea8d791b572746 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:01:50 +0100 Subject: [PATCH 3/4] Add license information to _functional.md.license --- source/_patterns/icons/functional/_functional.md.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source/_patterns/icons/functional/_functional.md.license diff --git a/source/_patterns/icons/functional/_functional.md.license b/source/_patterns/icons/functional/_functional.md.license new file mode 100644 index 000000000..c68185f23 --- /dev/null +++ b/source/_patterns/icons/functional/_functional.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 DB Systel GmbH + +SPDX-License-Identifier: Apache-2.0 From 8aa61ed4180f95550d384e65ec7e55253b0fe5ec Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:02:30 +0100 Subject: [PATCH 4/4] Create _illustrative.md.license --- source/_patterns/icons/illustrative/_illustrative.md.license | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source/_patterns/icons/illustrative/_illustrative.md.license diff --git a/source/_patterns/icons/illustrative/_illustrative.md.license b/source/_patterns/icons/illustrative/_illustrative.md.license new file mode 100644 index 000000000..c68185f23 --- /dev/null +++ b/source/_patterns/icons/illustrative/_illustrative.md.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 DB Systel GmbH + +SPDX-License-Identifier: Apache-2.0