Skip to content

Commit 59001f6

Browse files
ilaifMidnighter
authored andcommitted
[ADD] contributions
1 parent 6160776 commit 59001f6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

src/structurizr/view/color.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Copyright (c) 2020, Moritz E. Beber, Ilai Fallach.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# https://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
16+
"""Provide a color object to validate and serialize colors."""
17+
18+
119
import pydantic.color
220

321

src/structurizr/view/element_style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, Moritz E. Beber.
1+
# Copyright (c) 2020, Moritz E. Beber, Ilai Fallach.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/structurizr/view/relationship_style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, Moritz E. Beber.
1+
# Copyright (c) 2020, Moritz E. Beber, Ilai Fallach.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)