From 20f82d169b1fdf3931aaf7122551ac13a3b91a65 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:40:18 +0100 Subject: [PATCH] ci: downgrade add-license-headers ansys precommit hook. (#3667) * ci: downgrade add-license-headers ansys precommit hook. * chore: adding changelog file 3667.maintenance.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- LICENSE | 4 ++-- doc/changelog.d/3667.maintenance.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/changelog.d/3667.maintenance.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 687cdbf431..a4d6bd8eaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ ci: repos: - repo: https://github.com/ansys/pre-commit-hooks - rev: v0.5.0 + rev: v0.4.4 hooks: - id: add-license-headers args: diff --git a/LICENSE b/LICENSE index e488f76cfb..b92019e249 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 ANSYS, Inc. and/or its affiliates. +Copyright (c) 2016 - 2025 ANSYS, Inc. and/or its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/doc/changelog.d/3667.maintenance.md b/doc/changelog.d/3667.maintenance.md new file mode 100644 index 0000000000..eb2fcb96db --- /dev/null +++ b/doc/changelog.d/3667.maintenance.md @@ -0,0 +1 @@ +ci: downgrade add-license-headers ansys precommit hook. \ No newline at end of file