Skip to content

Commit 780bc7c

Browse files
Update year range (#39)
* Fix tests * Update pre-commit hooks
1 parent 6b0d153 commit 780bc7c

Some content is hidden

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

52 files changed

+69
-65
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
// Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
//
33
// This program and the accompanying materials are made available under the
44
// terms of the Apache License, Version 2.0 which is available at

.devcontainer/scripts/configure-proxies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.github/ISSUE_TEMPLATE/feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.github/ISSUE_TEMPLATE/question.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/check-licenses.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2024-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at
@@ -42,7 +42,7 @@ jobs:
4242
pip install -r src/requirements.txt
4343
4444
- name: Run Linters
45-
uses: pre-commit/[email protected].0
45+
uses: pre-commit/[email protected].1
4646

4747
unit-test:
4848
name: "Run unit tests"

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.github/workflows/create-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.licensechecker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.ort.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at
@@ -16,7 +16,7 @@
1616
# See https://pre-commit.com/hooks.html for more hooks
1717
repos:
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.5.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: trailing-whitespace
2222
- id: end-of-file-fixer

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

NOTICE-3RD-PARTY-CONTENT.md

+11-12

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

license_header.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Contributors to the Eclipse Foundation
1+
Copyright (c) 2025 Contributors to the Eclipse Foundation
22

33
This program and the accompanying materials are made available under the
44
terms of the Apache License, Version 2.0 which is available at

run-container.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
33
#
44
# This program and the accompanying materials are made available under the
55
# terms of the Apache License, Version 2.0 which is available at

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/dash/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/dash/dashgenerator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/dependency_decisions_overwrites.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/checklicenses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/findlicenses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/lib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/lib/dependency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/lib/licensefinder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/lib/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/lib/workflowlicenses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/licensevalidator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/licensevalidator/noticegenerator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

src/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ GitPython>=3.1.27
44
str2bool>=1.1
55
types-PyYAML
66
types-requests
7-
types-setuptools

test/lib/test_dependency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

test/lib/test_licensefinder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

test/lib/test_workflowlicenses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

test/test_action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

test/test_checklicenses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

test/test_licensevalidator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

testbench/javascript-npm/.lc.config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

testbench/multilang/.github/workflows/my-other-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

testbench/multilang/.github/workflows/my-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

testbench/multilang/.lc.config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

testbench/multilang/cpp-proj/conanfile.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
#********************************************************************************
3-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
3+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
44
#
55
# See the NOTICE file(s) distributed with this work for additional
66
# information regarding copyright ownership.

testbench/python-with-workflows/.github/workflows/my-other-workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

testbench/python-with-workflows/.github/workflows/my-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2022-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2022-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

testbench/python-with-workflows/.lc.config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
yarl==1.9.4
1+
# Pin all versions to enable stable test execution
2+
idna==3.7
3+
multidict==6.0.5
24
six==1.16.0
5+
yarl==1.9.4

testbench/python-without-workflows/.lc.config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
yarl==1.9.4
1+
# Pin all versions to enable stable test execution
2+
idna==3.7
3+
multidict==6.0.5
24
six==1.16.0
5+
yarl==1.9.4

testbench/rust/.lc.config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation
1+
# Copyright (c) 2023-2025 Contributors to the Eclipse Foundation
22
#
33
# This program and the accompanying materials are made available under the
44
# terms of the Apache License, Version 2.0 which is available at

0 commit comments

Comments
 (0)