[
https://issues.apache.org/jira/browse/RAT-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591353#action_12591353
]
Matt Benson commented on RAT-8:
-------------------------------
Can't figure out why the attachment is failing. The following patch IS
intended for inclusion under the Apache Software License, version 2.0:
Index: src/java/rat/analysis/generation/GeneratedLicenseNotRequired.java
===================================================================
--- src/java/rat/analysis/generation/GeneratedLicenseNotRequired.java
(revision 650559)
+++ src/java/rat/analysis/generation/GeneratedLicenseNotRequired.java
(working copy)
@@ -30,6 +30,7 @@
private static final Pattern[] DEFAULT_PATTERNS =
{Pattern.compile(".*generated by Cayenne.*"),
Pattern.compile(".*Generated By:JJTree:.*"),
+ Pattern.compile(".*Generated By:JavaCC:.*"),
Pattern.compile(".*THIS FILE IS AUTOMATICALLY GENERATED.*"),
Pattern.compile(".*NOTE: this file is autogenerated by XBeans.*"),
Pattern.compile(".*This file was automatically generated by .*"),
> [PATCH] add JavaCC to GeneratedLicenseNotRequired patterns
> ----------------------------------------------------------
>
> Key: RAT-8
> URL: https://issues.apache.org/jira/browse/RAT-8
> Project: RAT
> Issue Type: Improvement
> Reporter: Matt Benson
>
> as described
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.