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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f31717  Fix dependency license check in testify old version (#93)
1f31717 is described below

commit 1f31717f0582ac7304fdd5f5ac27b71867c9a9a1
Author: mrproliu <[email protected]>
AuthorDate: Sat Feb 19 11:33:43 2022 +0800

    Fix dependency license check in testify old version (#93)
---
 pkg/license/norm.go | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pkg/license/norm.go b/pkg/license/norm.go
index c1caa26..d8d96e9 100644
--- a/pkg/license/norm.go
+++ b/pkg/license/norm.go
@@ -255,6 +255,11 @@ var (
                        regexp.MustCompile(`(?im)^\s*.+ is distributed under 
the Simplified BSD License\:?$`),
                        "",
                },
+               // Please consider promoting this project if you find it useful.
+               {
+                       regexp.MustCompile(`(?im)^\s*Please consider promoting 
this project if you find it useful\.?$`),
+                       "",
+               },
 
                // This should be the last one processor
                {

Reply via email to