You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/07/21 12:02:33 UTC

[GitHub] [skywalking-eyes] jmjoy commented on a diff in pull request #127: Add MulanPSL-2.0 support.

jmjoy commented on code in PR #127:
URL: https://github.com/apache/skywalking-eyes/pull/127#discussion_r926590789


##########
pkg/header/config.go:
##########
@@ -45,10 +45,11 @@ var (
 )
 
 type LicenseConfig struct {
-	SpdxID         string `yaml:"spdx-id"`
-	CopyrightOwner string `yaml:"copyright-owner"`
-	Content        string `yaml:"content"`
-	Pattern        string `yaml:"pattern"`
+	SpdxID            string `yaml:"spdx-id"`
+	CopyrightOwner    string `yaml:"copyright-owner"`
+	CopyrightSoftware string `yaml:"copyright-software"`

Review Comment:
   Add this field because MulanPSL-2.0 header require a [software] placeholder.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org