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

gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new 977d373c8 [improve]fix github unknown licenses found (#1907)
977d373c8 is described below

commit 977d373c8b6c4b240138341e5511b2f217179c9d
Author: yqxxgh <[email protected]>
AuthorDate: Fri May 3 23:15:51 2024 +0800

    [improve]fix github unknown licenses found (#1907)
---
 .gitpod.yml     |  8 --------
 .licenserc.yaml |  1 -
 LICENSE.tpl     | 33 ---------------------------------
 3 files changed, 42 deletions(-)

diff --git a/.gitpod.yml b/.gitpod.yml
deleted file mode 100644
index 9828af3c2..000000000
--- a/.gitpod.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-# This configuration file was automatically generated by Gitpod.
-# Please adjust to your needs (see 
https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
-# and commit this file to your remote git repository to share the goodness 
with others.
-
-# Learn more from ready-to-use templates: 
https://www.gitpod.io/docs/introduction/getting-started/quickstart
-
-tasks:
-  - init: mvn install -DskipTests=false
diff --git a/.licenserc.yaml b/.licenserc.yaml
index ca8f71b3f..0ec0d92ae 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -41,7 +41,6 @@ header:
     - '**/*.txt'
     - '**/target/**'
     - '.gitattributes'
-    - '.gitpod.yml'
     - '**/.gitignore'
     - '**/.gitkeep'
     - 'home/**'
diff --git a/LICENSE.tpl b/LICENSE.tpl
deleted file mode 100644
index 30f0f9edf..000000000
--- a/LICENSE.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-{{ .LicenseContent }}
-
-=======================================================================
-Apache HertzBeat Subcomponents:
-
-The Apache HertzBeat project contains subcomponents with separate copyright
-notices and license terms. Your use of the source code for the these
-subcomponents is subject to the terms and conditions of the following
-licenses.
-========================================================================
-
-{{ range .Groups }}
-========================================================================
-{{ .LicenseID }} licenses
-========================================================================
-The following components are provided under the {{ .LicenseID }} License. See 
project link for details.
-{{- if eq .LicenseID "Apache-2.0" }}
-The text of each license is the standard Apache 2.0 license.
-{{- else }}
-The text of each license is also included in licenses/LICENSE-[project].txt.
-{{ end }}
-
-    {{- range .Deps }}
-      {{- $groupArtifact := regexSplit ":" .Name -1 }}
-      {{- if eq (len $groupArtifact) 2 }}
-        {{- $group := index $groupArtifact 0 }}
-        {{- $artifact := index $groupArtifact 1 }}
-    https://mvnrepository.com/artifact/{{ $group }}/{{ $artifact }}/{{ 
.Version }} {{ .LicenseID }}
-      {{- else }}
-    https://npmjs.com/package/{{ .Name }}/v/{{ .Version }} {{ .Version }} {{ 
.LicenseID }}
-      {{- end }}
-    {{- end }}
-{{ end }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to