Skip to content

Commit

Permalink
copyright: fix license headers
Browse files Browse the repository at this point in the history
Remove line "#All right reserved" from the files added by previous MR.

Signed-off-by: Mikhail Tsukerman <mikhail.tcukerman@daimler.com>
Signed-off-by: Magnus Feuer <magnus.feuer@mercedes-benz.com>
  • Loading branch information
miketsukerman authored and gunnarx committed Sep 23, 2022
1 parent 3fdd7e2 commit 38d28a9
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0
1 change: 0 additions & 1 deletion tests/input.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0

name: named_service
Expand Down
1 change: 0 additions & 1 deletion vsc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0
1 change: 0 additions & 1 deletion vsc/generators/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0
1 change: 0 additions & 1 deletion vsc/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0
1 change: 0 additions & 1 deletion vsc/model/vsc_ast.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0

from dataclasses import dataclass, field
Expand Down
1 change: 0 additions & 1 deletion vsc/scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0
1 change: 0 additions & 1 deletion vsc/scripts/generator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0

from vsc.model.vsc_generator import gen
Expand Down
1 change: 0 additions & 1 deletion vsc/templates/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2022 MBition GmbH.
# All rights reserved.
# SPDX-License-Identifier: MPL-2.0

import os
Expand Down

0 comments on commit 38d28a9

Please sign in to comment.