Skip to content

Commit dd88f1f

Browse files
committed
refactor: added licenses
1 parent d56297b commit dd88f1f

File tree

57 files changed

+282
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+282
-16
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

source/_data/data.json.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

source/_data/listitems.json.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

source/_meta/README.md

Lines changed: 6 additions & 0 deletions

source/_meta/_foot.hbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
{{!--
2+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
--}}
16

27
<!--DO NOT REMOVE-->
38
{{{ patternLabFoot }}}

source/_meta/_head.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
{{!--
2+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
--}}
6+
17
<!DOCTYPE html>
28
<html class="{{ htmlClass }}" lang="{{ htmlLang }}">
39
<head>

source/_patterns/colors/colors.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
{{!--
2+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
--}}
6+
17
{{#color}}
28
{{#each this}}
39
<h2>{{@key}}</h2>

source/_patterns/icons/_icons.demonstration.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 DB Systel GmbH
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
17
.DO-NOT-COPY-THIS-CLASS-example-icon-list {
28
&,
39
ol {

source/_patterns/icons/functional/_functional.md

Lines changed: 12 additions & 6 deletions

source/_patterns/icons/functional/functional-icons.hbs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
{{!--
2+
SPDX-FileCopyrightText: 2025 DB Systel GmbH
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
--}}
6+
17
{{#unless icons}}<p>Please keep in mind that it's optional to set the variant combination of size ({{ icon-size }}) and style ({{ icon-style }}) as these are defined as default.<br>In case that you'll need another default in your project, you could overwrite the defaults by overwriting the <code>$icon-size</code> and <code>$icon-style</code> SCSS variables.</p>{{/unless }}
28
<ol class="DO-NOT-COPY-THIS-CLASS-example-icon-list icons functional">
39
{{#each icons }}<li>

0 commit comments

Comments
 (0)