Skip to content

Commit 666f5df

Browse files
authored
Merge pull request #705 from db-ui/refactor-corrected-copyright-owners
refactor: corrected copyright owners
2 parents cb1b876 + 0e7029e commit 666f5df

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

LICENSES/MIT.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
MIT License
2+
3+
Copyright (c) <year> <copyright holders>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
9+
following conditions:
10+
11+
The above copyright notice and this permission notice shall be included in all copies or substantial
12+
portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
15+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
16+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
18+
USE OR OTHER DEALINGS IN THE SOFTWARE.

source/css/pattern-scaffolding.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*
2-
* SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
* SPDX-FileCopyrightText: 2025 Contributors to Pattern Lab (https://github.com/pattern-lab/patternlab-node/)
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: MIT
55
*/
6+
67
/**
78
* This stylesheet is for styles you want to include only when displaying demo
89
* styles for grids, animations, color swatches, etc.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
* SPDX-FileCopyrightText: 2025 Contributors to Pattern Lab (https://github.com/pattern-lab/patternlab-node/)
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: MIT
55
*/
66
.demo-animate{background:#ddd;padding:1em;margin-bottom:1em;text-align:center;border-radius:8px;cursor:pointer}.sg-colors{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.sg-colors li{-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;padding:.3em;margin:0 .5em .5em 0;min-width:5em;border:1px solid #ddd;border-radius:8px}.sg-swatch{display:block;height:4em;margin-bottom:.3em;border-radius:5px}.sg-label{font-size:90%;line-height:1}.sg-fonts p{margin-bottom:.3em}

0 commit comments

Comments
 (0)