Skip to content

Commit c733673

Browse files
committed
fix: Update the copyright year
Update the copyright year to 2025. Signed-off-by: Lindsey Cheng <beckysocute@gmail.com>
1 parent 470e743 commit c733673

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

cmd/security-proxy-auth/res/db/sql/00-utils.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2024 IOTech Ltd
2+
-- Copyright (C) 2025 IOTech Ltd
33
--
44
-- SPDX-License-Identifier: Apache-2.0
55

cmd/security-proxy-auth/res/db/sql/01-tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2024 IOTech Ltd
2+
-- Copyright (C) 2025 IOTech Ltd
33
--
44
-- SPDX-License-Identifier: Apache-2.0
55

internal/core/command/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2021-2024 IOTech Ltd
2+
// Copyright (C) 2021-2025 IOTech Ltd
33
// Copyright (C) 2023 Intel Corporation
44
//
55
// SPDX-License-Identifier: Apache-2.0

internal/core/data/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2021-2024 IOTech Ltd
2+
// Copyright (C) 2021-2025 IOTech Ltd
33
// Copyright (C) 2023 Intel Corporation
44
//
55
// SPDX-License-Identifier: Apache-2.0

internal/core/keeper/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2024 IOTech Ltd
2+
// Copyright (C) 2024-2025 IOTech Ltd
33
//
44
// SPDX-License-Identifier: Apache-2.0
55

internal/core/metadata/router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2021-2024 IOTech Ltd
2+
// Copyright (C) 2021-2025 IOTech Ltd
33
// Copyright (C) 2023 Intel Corporation
44
//
55
// SPDX-License-Identifier: Apache-2.0

internal/pkg/infrastructure/postgres/consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2024 IOTech Ltd
2+
// Copyright (C) 2024-2025 IOTech Ltd
33
//
44
// SPDX-License-Identifier: Apache-2.0
55

internal/pkg/infrastructure/postgres/keystore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2024 IOTech Ltd
2+
// Copyright (C) 2025 IOTech Ltd
33
//
44
// SPDX-License-Identifier: Apache-2.0
55

internal/pkg/utils/crypto/aes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2024 IOTech Ltd
2+
// Copyright (C) 2025 IOTech Ltd
33
//
44
// SPDX-License-Identifier: Apache-2.0
55

internal/pkg/utils/crypto/aes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (C) 2024 IOTech Ltd
2+
// Copyright (C) 2025 IOTech Ltd
33
//
44
// SPDX-License-Identifier: Apache-2.0
55

0 commit comments

Comments
 (0)