This is an automated email from the ASF dual-hosted git repository.

jimin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seata-ctl.git


The following commit(s) were added to refs/heads/main by this push:
     new fd373f8  add asf license header to missing files (#18)
fd373f8 is described below

commit fd373f8b00fd625bab846118aa3be68ee075e6b1
Author: Oscar Cheng <oscarcheng...@gmail.com>
AuthorDate: Thu Jun 12 13:58:13 2025 +0800

    add asf license header to missing files (#18)
---
 .gitignore             | 16 +++++++++++++++-
 .golangci.yml          | 16 +++++++++++++++-
 README.md              | 18 +++++++++++++++++-
 changes/en-us/0.0.1.md | 16 ++++++++++++++++
 changes/zh-cn/0.0.1.md | 16 ++++++++++++++++
 config.yml             | 16 +++++++++++++++-
 seata.yaml             | 14 ++++++++++++++
 7 files changed, 108 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 636de07..0a041d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 # Idea configuration file
 .idea/
 
@@ -21,4 +35,4 @@ dist/
 # vendor/
 .vscode
 .codecc
-vendor
\ No newline at end of file
+vendor
diff --git a/.golangci.yml b/.golangci.yml
index aa343c7..7c7521f 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 # https://golangci-lint.run/usage/configuration#config-file
 
 linters:
@@ -19,4 +33,4 @@ linters:
 run:
   deadline: 4m
   skip-dirs:
-    - ".*/go/pkg/mod/.*"
\ No newline at end of file
+    - ".*/go/pkg/mod/.*"
diff --git a/README.md b/README.md
index d0b5940..f26dcf3 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,19 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
 # Introduction
 
 This is a CLI tool for [Seata](https://github.com/seata/seata) named 
`seata-ctl`.
@@ -958,4 +974,4 @@ Peer example-seataserver-2.seata-server-cluster:9091 is 
connected
 Peer example-seataserver-1.seata-server-cluster:9091 is connected
 ```
 
-If any other errors occur, an error message will be displayed.
\ No newline at end of file
+If any other errors occur, an error message will be displayed.
diff --git a/changes/en-us/0.0.1.md b/changes/en-us/0.0.1.md
index 5c43339..4fb5530 100644
--- a/changes/en-us/0.0.1.md
+++ b/changes/en-us/0.0.1.md
@@ -1 +1,17 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
 ### 0.0.1
diff --git a/changes/zh-cn/0.0.1.md b/changes/zh-cn/0.0.1.md
index 5c43339..4fb5530 100644
--- a/changes/zh-cn/0.0.1.md
+++ b/changes/zh-cn/0.0.1.md
@@ -1 +1,17 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
 ### 0.0.1
diff --git a/config.yml b/config.yml
index 9257f47..02c6c6e 100644
--- a/config.yml
+++ b/config.yml
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
 kubernetes:
   clusters:
     - name: "cluster1"
@@ -37,4 +51,4 @@ log:
 context:
   kubernetes: "cluster1"
   prometheus: "prometheus"
-  log: "local"
\ No newline at end of file
+  log: "local"
diff --git a/seata.yaml b/seata.yaml
index 3750c99..cf14208 100644
--- a/seata.yaml
+++ b/seata.yaml
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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: apiextensions.k8s.io/v1
 kind: CustomResourceDefinition


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to