Skip to content

Commit e6a7fca

Browse files
update copyright statement (#126)
1 parent d3cd835 commit e6a7fca

28 files changed

+28
-28
lines changed

src/ansys/sherlock/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved.
22

33
"""PySherlock client library."""
44
from ansys.sherlock.core._version import __version__

src/ansys/sherlock/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved.
22

33
"""Version of ``ansys-sherlock-core`` module.
44

src/ansys/sherlock/core/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved.
22

33
"""Module containing all analysis capabilities."""
44

src/ansys/sherlock/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved
22

33
"""Module for running the gRPC APIs in the Sherlock Common service."""
44
try:

src/ansys/sherlock/core/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved
22

33
"""pysherlock specific errors."""
44

src/ansys/sherlock/core/grpc_stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved
22

33
"""Module for shared methods for the gRPC stubs."""
44
try:

src/ansys/sherlock/core/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved
22

33
"""Module for launching Sherlock locally or connecting to a local instance with gRPC."""
44
import errno

src/ansys/sherlock/core/layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved
22

33
"""Module containing all layer management capabilities."""
44

src/ansys/sherlock/core/lifecycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved
22

33
"""Module containing all life cycle management capabilities."""
44

src/ansys/sherlock/core/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 ANSYS, Inc. and/or its affiliates.
1+
# © 2023 ANSYS, Inc. All rights reserved
22

33
"""PySherlock logger."""
44
from datetime import datetime

0 commit comments

Comments
 (0)