Skip to content

Commit 30630e2

Browse files
authored
Update license header to add 2025 (#120)
Signed-off-by: dkwon17 <dakwon@redhat.com>
1 parent aaa2d25 commit 30630e2

34 files changed

+34
-34
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019-2024 Red Hat, Inc.
2+
# Copyright (c) 2019-2025 Red Hat, Inc.
33
# This program and the accompanying materials are made
44
# available under the terms of the Eclipse Public License 2.0
55
# which is available at https://www.eclipse.org/legal/epl-2.0/

.github/workflows/next-container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019-2024 Red Hat, Inc.
2+
# Copyright (c) 2019-2025 Red Hat, Inc.
33
# This program and the accompanying materials are made
44
# available under the terms of the Eclipse Public License 2.0
55
# which is available at https://www.eclipse.org/legal/epl-2.0/

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019-2024 Red Hat, Inc.
2+
# Copyright (c) 2019-2025 Red Hat, Inc.
33
# This program and the accompanying materials are made
44
# available under the terms of the Eclipse Public License 2.0
55
# which is available at https://www.eclipse.org/legal/epl-2.0/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019-2024 Red Hat, Inc.
2+
# Copyright (c) 2019-2025 Red Hat, Inc.
33
# This program and the accompanying materials are made
44
# available under the terms of the Eclipse Public License 2.0
55
# which is available at https://www.eclipse.org/legal/epl-2.0/

license_header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2024 Red Hat, Inc.
1+
Copyright (c) 2019-2025 Red Hat, Inc.
22
This program and the accompanying materials are made
33
available under the terms of the Eclipse Public License 2.0
44
which is available at https://www.eclipse.org/legal/epl-2.0/

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2019-2024 Red Hat, Inc.
2+
// Copyright (c) 2019-2025 Red Hat, Inc.
33
// This program and the accompanying materials are made
44
// available under the terms of the Eclipse Public License 2.0
55
// which is available at https://www.eclipse.org/legal/epl-2.0/

pkg/activity/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2024 Red Hat, Inc.
1+
// Copyright (c) 2019-2025 Red Hat, Inc.
22
// This program and the accompanying materials are made
33
// available under the terms of the Eclipse Public License 2.0
44
// which is available at https://www.eclipse.org/legal/epl-2.0/

pkg/activity/manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2024 Red Hat, Inc.
1+
// Copyright (c) 2019-2025 Red Hat, Inc.
22
// This program and the accompanying materials are made
33
// available under the terms of the Eclipse Public License 2.0
44
// which is available at https://www.eclipse.org/legal/epl-2.0/

pkg/api/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2024 Red Hat, Inc.
1+
// Copyright (c) 2019-2025 Red Hat, Inc.
22
// This program and the accompanying materials are made
33
// available under the terms of the Eclipse Public License 2.0
44
// which is available at https://www.eclipse.org/legal/epl-2.0/

pkg/auth/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019-2024 Red Hat, Inc.
1+
// Copyright (c) 2019-2025 Red Hat, Inc.
22
// This program and the accompanying materials are made
33
// available under the terms of the Eclipse Public License 2.0
44
// which is available at https://www.eclipse.org/legal/epl-2.0/

0 commit comments

Comments
 (0)