You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2017/09/27 18:14:05 UTC

[2/2] incubator-netbeans-tools git commit: Augmenting recognized license header patterns with a new one reported by Emilian.

Augmenting recognized license header patterns with a new one reported by Emilian.

Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-tools/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-tools/commit/0ff2a41d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-tools/tree/0ff2a41d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans-tools/diff/0ff2a41d

Branch: refs/heads/master
Commit: 0ff2a41d43e4936e62b85bacbd1104336b2ddb31
Parents: f9d0c9d
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Wed Sep 27 20:07:21 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Wed Sep 27 20:07:21 2017 +0200

----------------------------------------------------------------------
 convert/src/convert/Convert.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-tools/blob/0ff2a41d/convert/src/convert/Convert.java
----------------------------------------------------------------------
diff --git a/convert/src/convert/Convert.java b/convert/src/convert/Convert.java
index 034eba2..a44f41f 100644
--- a/convert/src/convert/Convert.java
+++ b/convert/src/convert/Convert.java
@@ -72,6 +72,8 @@ public class Convert {
             "|" +
             "\\QThe Original Software is NetBeans. The Initial Developer of the Original Software is Sun Microsystems, Inc.\nPortions Copyrighted <YEARS> Sun Microsystems, Inc.\\E\\s*" +
             "|" +
+            "\\QThe Original Software is NetBeans. Portions Copyrighted <YEARS> Sun Microsystems, Inc.\\E\\s*" +
+            "|" +
             "\\QPortions Copyrighted <YEARS> Sun Microsystems, Inc.\\E\\s*" +
             "|" +
             "\\QPortions Copyrighted <YEARS> Oracle, Inc.\\E\\s*" +