[jboss-cvs] JBossAS SVN: r80959 - trunk/varia/src/main/org/jboss/tools/license.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 13 16:11:26 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-13 16:11:25 -0500 (Thu, 13 Nov 2008)
New Revision: 80959

Modified:
   trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java
Log:
JBAS-3916, use the right copyright header

Modified: trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java
===================================================================
--- trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java	2008-11-13 21:09:07 UTC (rev 80958)
+++ trunk/varia/src/main/org/jboss/tools/license/ValidateLicenseHeaders.java	2008-11-13 21:11:25 UTC (rev 80959)
@@ -61,10 +61,10 @@
    static final String COPYRIGHT_REGEX = "copyright\\s(\\(c\\))*\\s*[\\d]+(\\s*,\\s*[\\d]+|\\s*-\\s*[\\d]+)*";
 
    static final String DEFAULT_HEADER = "/*\n" +
-  " * JBoss, Home of Professional Open Source\n" +
-  " * Copyright 2005, JBoss Inc., and individual contributors as indicated\n" +
-  " * by the @authors tag. See the copyright.txt in the distribution for a\n" +
-  " * full listing of individual contributors.\n" +
+  " * JBoss, Home of Professional Open Source.\n" +
+  " * Copyright 2008, Red Hat Middleware LLC, and individual contributors\n" +
+  " * as indicated by the @author tags. See the copyright.txt file in the\n" +
+  " * distribution for a full listing of individual contributors.\n" +
   " *\n" +
   " * This is free software; you can redistribute it and/or modify it\n" +
   " * under the terms of the GNU Lesser General Public License as\n" +




More information about the jboss-cvs-commits mailing list