Skip to content

Commit 9b84ce1

Browse files
authored
Update license headers and package versions (#556)
1 parent 7313aef commit 9b84ce1

Some content is hidden

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

53 files changed

+55
-52
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ repos:
2727
- id: codespell
2828

2929
- repo: https://github.com/ansys/pre-commit-hooks
30-
rev: v0.2.4
30+
rev: v0.2.6
3131
hooks:
3232
- id: add-license-headers
33+
args:
34+
- --start_year=2022
3335

3436
- repo: https://github.com/pycqa/pydocstyle
3537
rev: 6.3.0

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

examples/embedding_n_remote/embedding_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"ansys_api_mechanical==0.1.1",
33-
"ansys-mechanical-env==0.1.0",
33+
"ansys-mechanical-env==0.1.2",
3434
"ansys-platform-instancemanagement>=1.0.1",
3535
"ansys-pythonnet>=3.1.0rc2",
3636
"ansys-tools-path>=0.3.1",

src/ansys/mechanical/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 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/mechanical/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 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/mechanical/core/embedding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/mechanical/core/embedding/addins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/mechanical/core/embedding/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

src/ansys/mechanical/core/embedding/app_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2023 - 2024 ANSYS, Inc. and/or its affiliates.
1+
# Copyright (C) 2022 - 2024 ANSYS, Inc. and/or its affiliates.
22
# SPDX-License-Identifier: MIT
33
#
44
#

0 commit comments

Comments
 (0)