This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
commit 088d8cc7eb4a6ada6a5969c0f7a04d6839c27485 Author: Ghoul_Lee <[email protected]> AuthorDate: Wed Jul 20 17:26:26 2022 +0800 fix(license): update license and copyright (#16) Signed-off-by: windghoul <[email protected]> --- .github/workflows/build.yaml | 21 ++++++++-------- .github/workflows/check-license.yml | 21 ++++++++-------- .licenserc.yaml | 23 ++++++++--------- charts/shardingsphere-cluster/Chart.yaml | 21 ++++++++-------- .../templates/shardingsphere_v1alpha1_proxy.yaml | 21 ++++++++-------- .../shardingsphere_v1alpha1_proxyconfig.yaml | 21 ++++++++-------- charts/shardingsphere-cluster/values.yaml | 21 ++++++++-------- charts/shardingsphere-operator/Chart.yaml | 21 ++++++++-------- .../crds/shardingsphere.sphere-ex.com_proxies.yaml | 21 ++++++++-------- .../shardingsphere.sphere-ex.com_proxyconfigs.yaml | 21 ++++++++-------- .../templates/deployment.yaml | 21 ++++++++-------- charts/shardingsphere-operator/templates/rbac.yaml | 21 ++++++++-------- .../webhook/admission-webhook-apiservice.yaml | 21 ++++++++-------- .../webhook/admission-webhook-configuration.yaml | 29 +++++++++++----------- .../webhook/admission-webhook-service.yaml | 21 ++++++++-------- charts/shardingsphere-operator/values.yaml | 21 ++++++++-------- .../api/v1alpha1/groupversion_info.go | 2 +- .../api/v1alpha1/proxy_status.go | 2 +- .../api/v1alpha1/proxy_types.go | 2 +- .../api/v1alpha1/proxy_webhook.go | 2 +- .../api/v1alpha1/proxyconfig_types.go | 2 +- .../api/v1alpha1/serverconfig.go | 2 +- .../api/v1alpha1/webhook_suite_test.go | 2 +- shardingsphere-operator/main.go | 2 +- .../pkg/controllers/proxy_controller.go | 2 +- .../pkg/controllers/proxyconfig_controller.go | 2 +- .../pkg/controllers/suite_test.go | 2 +- shardingsphere-operator/pkg/reconcile/resource.go | 2 +- shardingsphere-operator/pkg/reconcile/status.go | 2 +- shardingsphere-operator/pkg/webhook/webhook.go | 2 +- 30 files changed, 179 insertions(+), 195 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9ac6465..c9f8937 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## name: Create and publish a Docker image diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index 792a5ef..3a31513 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## name: check-license diff --git a/.licenserc.yaml b/.licenserc.yaml index f9749e2..6051e56 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -1,24 +1,23 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## header: license: spdx-id: Apache-2.0 - copyright-owner: Beijing Sifei Software Technology Co., LTD. + copyright-owner: SphereEx Authors paths-ignore: - '.github/ISSUE_TEMPLATE/**' diff --git a/charts/shardingsphere-cluster/Chart.yaml b/charts/shardingsphere-cluster/Chart.yaml index 9fbc4cd..5fd2f48 100644 --- a/charts/shardingsphere-cluster/Chart.yaml +++ b/charts/shardingsphere-cluster/Chart.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## apiVersion: v2 diff --git a/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml b/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml index 5807850..b41fa39 100644 --- a/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml +++ b/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxy.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## apiVersion: shardingsphere.sphere-ex.com/v1alpha1 diff --git a/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxyconfig.yaml b/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxyconfig.yaml index 118a631..3cbc9be 100644 --- a/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxyconfig.yaml +++ b/charts/shardingsphere-cluster/templates/shardingsphere_v1alpha1_proxyconfig.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## apiVersion: shardingsphere.sphere-ex.com/v1alpha1 diff --git a/charts/shardingsphere-cluster/values.yaml b/charts/shardingsphere-cluster/values.yaml index 1e9033c..7aed5b1 100644 --- a/charts/shardingsphere-cluster/values.yaml +++ b/charts/shardingsphere-cluster/values.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## # @section ShardingSphere-Proxy cluster parameters diff --git a/charts/shardingsphere-operator/Chart.yaml b/charts/shardingsphere-operator/Chart.yaml index 7e60e9a..22896e6 100644 --- a/charts/shardingsphere-operator/Chart.yaml +++ b/charts/shardingsphere-operator/Chart.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## apiVersion: v2 diff --git a/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxies.yaml b/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxies.yaml index a620305..bfeae40 100644 --- a/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxies.yaml +++ b/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxies.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## --- diff --git a/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxyconfigs.yaml b/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxyconfigs.yaml index 8d1a380..38416c6 100644 --- a/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxyconfigs.yaml +++ b/charts/shardingsphere-operator/crds/shardingsphere.sphere-ex.com_proxyconfigs.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## --- diff --git a/charts/shardingsphere-operator/templates/deployment.yaml b/charts/shardingsphere-operator/templates/deployment.yaml index 7e7bde3..f059423 100644 --- a/charts/shardingsphere-operator/templates/deployment.yaml +++ b/charts/shardingsphere-operator/templates/deployment.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## apiVersion: apps/v1 diff --git a/charts/shardingsphere-operator/templates/rbac.yaml b/charts/shardingsphere-operator/templates/rbac.yaml index 4ae62d9..bfa3c07 100644 --- a/charts/shardingsphere-operator/templates/rbac.yaml +++ b/charts/shardingsphere-operator/templates/rbac.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## --- diff --git a/charts/shardingsphere-operator/templates/webhook/admission-webhook-apiservice.yaml b/charts/shardingsphere-operator/templates/webhook/admission-webhook-apiservice.yaml index 7300c05..55bf4af 100644 --- a/charts/shardingsphere-operator/templates/webhook/admission-webhook-apiservice.yaml +++ b/charts/shardingsphere-operator/templates/webhook/admission-webhook-apiservice.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## apiVersion: apiregistration.k8s.io/v1 diff --git a/charts/shardingsphere-operator/templates/webhook/admission-webhook-configuration.yaml b/charts/shardingsphere-operator/templates/webhook/admission-webhook-configuration.yaml index 085cc9d..0988128 100644 --- a/charts/shardingsphere-operator/templates/webhook/admission-webhook-configuration.yaml +++ b/charts/shardingsphere-operator/templates/webhook/admission-webhook-configuration.yaml @@ -1,19 +1,18 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. -## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## + ## Copyright 2022 SphereEx Authors + ## + ## Licensed under the Apache License, Version 2.0 (the "License"); + ## you may not use this file except in compliance with the License. + ## You may obtain a copy of the License at + ## + ## http://www.apache.org/licenses/LICENSE-2.0 + ## + ## Unless required by applicable law or agreed to in writing, software + ## distributed under the License is distributed on an "AS IS" BASIS, + ## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ## See the License for the specific language governing permissions and + ## limitations under the License. + ## --- apiVersion: admissionregistration.k8s.io/v1 diff --git a/charts/shardingsphere-operator/templates/webhook/admission-webhook-service.yaml b/charts/shardingsphere-operator/templates/webhook/admission-webhook-service.yaml index 2995c50..7fbde34 100644 --- a/charts/shardingsphere-operator/templates/webhook/admission-webhook-service.yaml +++ b/charts/shardingsphere-operator/templates/webhook/admission-webhook-service.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## apiVersion: v1 diff --git a/charts/shardingsphere-operator/values.yaml b/charts/shardingsphere-operator/values.yaml index 3b8997b..32f4106 100644 --- a/charts/shardingsphere-operator/values.yaml +++ b/charts/shardingsphere-operator/values.yaml @@ -1,18 +1,17 @@ ## -## Copyright © 2022,Beijing Sifei Software Technology Co., LTD. -## All Rights Reserved. +## Copyright 2022 SphereEx Authors ## -## Licensed under the Apache License, Version 2.0 (the "License"); -## you may not use this file except in compliance with the License. -## You may obtain a copy of the License at +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at ## -## http://www.apache.org/licenses/LICENSE-2.0 +## http://www.apache.org/licenses/LICENSE-2.0 ## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. ## ## @section ShardingSphere-Proxy operator parameters diff --git a/shardingsphere-operator/api/v1alpha1/groupversion_info.go b/shardingsphere-operator/api/v1alpha1/groupversion_info.go index 2da40bd..c259a35 100644 --- a/shardingsphere-operator/api/v1alpha1/groupversion_info.go +++ b/shardingsphere-operator/api/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/api/v1alpha1/proxy_status.go b/shardingsphere-operator/api/v1alpha1/proxy_status.go index 01870e6..58d1093 100644 --- a/shardingsphere-operator/api/v1alpha1/proxy_status.go +++ b/shardingsphere-operator/api/v1alpha1/proxy_status.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/api/v1alpha1/proxy_types.go b/shardingsphere-operator/api/v1alpha1/proxy_types.go index 3f1d6d6..452c96f 100644 --- a/shardingsphere-operator/api/v1alpha1/proxy_types.go +++ b/shardingsphere-operator/api/v1alpha1/proxy_types.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/api/v1alpha1/proxy_webhook.go b/shardingsphere-operator/api/v1alpha1/proxy_webhook.go index c25a81c..67d6b5c 100644 --- a/shardingsphere-operator/api/v1alpha1/proxy_webhook.go +++ b/shardingsphere-operator/api/v1alpha1/proxy_webhook.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/api/v1alpha1/proxyconfig_types.go b/shardingsphere-operator/api/v1alpha1/proxyconfig_types.go index e1ab9a2..a184ba0 100644 --- a/shardingsphere-operator/api/v1alpha1/proxyconfig_types.go +++ b/shardingsphere-operator/api/v1alpha1/proxyconfig_types.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/api/v1alpha1/serverconfig.go b/shardingsphere-operator/api/v1alpha1/serverconfig.go index 7cd7484..4267c0c 100644 --- a/shardingsphere-operator/api/v1alpha1/serverconfig.go +++ b/shardingsphere-operator/api/v1alpha1/serverconfig.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/api/v1alpha1/webhook_suite_test.go b/shardingsphere-operator/api/v1alpha1/webhook_suite_test.go index af2c865..6a1f9ff 100644 --- a/shardingsphere-operator/api/v1alpha1/webhook_suite_test.go +++ b/shardingsphere-operator/api/v1alpha1/webhook_suite_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/main.go b/shardingsphere-operator/main.go index c468ea6..e522fd4 100644 --- a/shardingsphere-operator/main.go +++ b/shardingsphere-operator/main.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/pkg/controllers/proxy_controller.go b/shardingsphere-operator/pkg/controllers/proxy_controller.go index ebf6a23..404774b 100644 --- a/shardingsphere-operator/pkg/controllers/proxy_controller.go +++ b/shardingsphere-operator/pkg/controllers/proxy_controller.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/pkg/controllers/proxyconfig_controller.go b/shardingsphere-operator/pkg/controllers/proxyconfig_controller.go index 1d5747c..8910fb9 100644 --- a/shardingsphere-operator/pkg/controllers/proxyconfig_controller.go +++ b/shardingsphere-operator/pkg/controllers/proxyconfig_controller.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/pkg/controllers/suite_test.go b/shardingsphere-operator/pkg/controllers/suite_test.go index 0e63fa5..b2905fa 100644 --- a/shardingsphere-operator/pkg/controllers/suite_test.go +++ b/shardingsphere-operator/pkg/controllers/suite_test.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/pkg/reconcile/resource.go b/shardingsphere-operator/pkg/reconcile/resource.go index 6fef149..34a0d7a 100644 --- a/shardingsphere-operator/pkg/reconcile/resource.go +++ b/shardingsphere-operator/pkg/reconcile/resource.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/pkg/reconcile/status.go b/shardingsphere-operator/pkg/reconcile/status.go index 297b714..a28478c 100644 --- a/shardingsphere-operator/pkg/reconcile/status.go +++ b/shardingsphere-operator/pkg/reconcile/status.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/shardingsphere-operator/pkg/webhook/webhook.go b/shardingsphere-operator/pkg/webhook/webhook.go index 4f93ffb..c339bed 100644 --- a/shardingsphere-operator/pkg/webhook/webhook.go +++ b/shardingsphere-operator/pkg/webhook/webhook.go @@ -1,5 +1,5 @@ /* - * Copyright © 2022,Beijing Sifei Software Technology Co., LTD. + * Copyright © 2022,SphereEx Authors * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License");
