ottlinger commented on code in PR #233:
URL: https://github.com/apache/creadur-rat/pull/233#discussion_r1555631778


##########
apache-rat-core/src/main/java/org/apache/rat/analysis/matchers/CopyrightMatcher.java:
##########
@@ -57,32 +63,61 @@ public class CopyrightMatcher extends AbstractSimpleMatcher 
{
 
     private final Pattern dateOwnerPattern;
     private final Pattern ownerDatePattern;
+    @ConfigComponent(type = Component.Type.Parameter, desc = "The initial date 
of the copyright")
+    private final String start;
+    @ConfigComponent(type = Component.Type.Parameter, desc = "The last date 
the copyright we modifed")

Review Comment:
   ypo: was instead of we



-- 
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: dev-unsubscr...@creadur.apache.org

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

Reply via email to