This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git.
from 2a54886 Add more known comment styles (#9)
new ce3f048 Add script to build release tars and move licenses to
belonging subproject
new bdfdff0 Ignore cases when comment indicators contain alphabets
new cedf44a Also add *.txt to ignore paths because plain text format can
not have comments
new aecc801 Add more known comment styles
new 5bffd2c Add more known comment styles
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
LICENSE | 9 ------
license-eye/CHANGES.md | 6 ++++
LICENSE => license-eye/LICENSE | 0
license-eye/Makefile | 35 +++++++++++++++++++---
license-eye/assets/languages.yaml | 18 +++++++++++
{dist => license-eye/dist}/LICENSE | 0
{dist => license-eye/dist}/NOTICE | 0
.../dist}/licenses/LICENSE-doublestar.txt | 0
.../dist}/licenses/LICENSE-go-github.txt | 0
.../dist}/licenses/LICENSE-golang-oauth2.txt | 0
.../dist}/licenses/LICENSE-linguist.txt | 0
.../dist}/licenses/LICENSE-logrus.txt | 0
.../dist}/licenses/LICENSE-yaml.v3.txt | 0
.../licenses}/LICENSE-linguist | 0
license-eye/pkg/header/config.go | 2 +-
license-eye/pkg/license/norm.go | 4 +--
16 files changed, 58 insertions(+), 16 deletions(-)
create mode 100644 license-eye/CHANGES.md
copy LICENSE => license-eye/LICENSE (100%)
rename {dist => license-eye/dist}/LICENSE (100%)
rename {dist => license-eye/dist}/NOTICE (100%)
rename {dist => license-eye/dist}/licenses/LICENSE-doublestar.txt (100%)
rename {dist => license-eye/dist}/licenses/LICENSE-go-github.txt (100%)
rename {dist => license-eye/dist}/licenses/LICENSE-golang-oauth2.txt (100%)
rename {dist => license-eye/dist}/licenses/LICENSE-linguist.txt (100%)
rename {dist => license-eye/dist}/licenses/LICENSE-logrus.txt (100%)
rename {dist => license-eye/dist}/licenses/LICENSE-yaml.v3.txt (100%)
rename {licenses => license-eye/licenses}/LICENSE-linguist (100%)