Skip to content

Commit cf8afe3

Browse files
committed
chore: update copyright for 2025
1 parent 3717822 commit cf8afe3

File tree

361 files changed

+388
-352
lines changed

Some content is hidden

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

361 files changed

+388
-352
lines changed

cmd/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
This file is part of KubeBlocks project
55

docker/docker.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
#Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
#
44
#This file is part of KubeBlocks project
55
#

hack/boilerplate.cue.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2022-2024 ApeCloud Co., Ltd
1+
// Copyright (C) 2022-2025 ApeCloud Co., Ltd
22
//
33
// This file is part of KubeBlocks project
44
//

hack/boilerplate.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33

44
This file is part of KubeBlocks project
55

hack/boilerplate_apache2.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33

44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

hack/client-sdk-gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (C) 2022-2024 ApeCloud Co., Ltd
3+
# Copyright (C) 2022-2025 ApeCloud Co., Ltd
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

hack/docgen/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022-2024 ApeCloud Co., Ltd
2+
Copyright (C) 2022-2025 ApeCloud Co., Ltd
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

hack/install_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (C) 2022-2024 ApeCloud Co., Ltd
3+
# Copyright (C) 2022-2025 ApeCloud Co., Ltd
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

hack/install_cli_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright (C) 2022-2024 ApeCloud Co., Ltd
3+
# Copyright (C) 2022-2025 ApeCloud Co., Ltd
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

hack/license/header-check.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright (C) 2022-2024 ApeCloud Co., Ltd
3+
# Copyright (C) 2022-2025 ApeCloud Co., Ltd
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ APACHE2_DIRS="apis/\|externalapis/"
2929

3030
for file in $(git ls-files | grep '\.cue\|\.go$' | grep -v ${EXCLUDES_DIRS}); do
3131
echo -n "Header check: $file... "
32-
if [[ -z $(cat ${file} | grep "Copyright (C) 2022-2024 ApeCloud Co., Ltd\|Code generated by") ]]; then
32+
if [[ -z $(cat ${file} | grep "Copyright (C) 2022-2025 ApeCloud Co., Ltd\|Code generated by") ]]; then
3333
ERR=true
3434
fi
3535
if [ $ERR == true ]; then
@@ -52,7 +52,7 @@ done
5252

5353
for file in $(git ls-files | grep '\.go$' | grep ${APACHE2_DIRS}); do
5454
echo -n "Header check: $file... "
55-
if [[ -z $(cat ${file} | grep "Copyright (C) 2022-2024 ApeCloud Co., Ltd\|Code generated by") ]]; then
55+
if [[ -z $(cat ${file} | grep "Copyright (C) 2022-2025 ApeCloud Co., Ltd\|Code generated by") ]]; then
5656
ERR=true
5757
fi
5858
if [ $ERR == true ]; then

0 commit comments

Comments
 (0)