[jboss-svn-commits] JBL Code SVN: r36161 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Dec 2 06:12:47 EST 2010


Author: ge0ffrey
Date: 2010-12-02 06:12:46 -0500 (Thu, 02 Dec 2010)
New Revision: 36161

Added:
   labs/jbossrules/trunk/LICENSE-ASL-2.0-HEADER.txt
Removed:
   labs/jbossrules/trunk/LICENSE-HEADER.txt
Modified:
   labs/jbossrules/trunk/pom.xml
Log:
rename license header file

Copied: labs/jbossrules/trunk/LICENSE-ASL-2.0-HEADER.txt (from rev 36136, labs/jbossrules/trunk/LICENSE-HEADER.txt)
===================================================================
--- labs/jbossrules/trunk/LICENSE-ASL-2.0-HEADER.txt	                        (rev 0)
+++ labs/jbossrules/trunk/LICENSE-ASL-2.0-HEADER.txt	2010-12-02 11:12:46 UTC (rev 36161)
@@ -0,0 +1,15 @@
+Copyright ${year} JBoss Inc
+ 
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+ 
+     http://www.apache.org/licenses/LICENSE-2.0
+ 
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+


Property changes on: labs/jbossrules/trunk/LICENSE-ASL-2.0-HEADER.txt
___________________________________________________________________
Name: svn:executable
   + *

Deleted: labs/jbossrules/trunk/LICENSE-HEADER.txt
===================================================================
--- labs/jbossrules/trunk/LICENSE-HEADER.txt	2010-12-02 10:56:18 UTC (rev 36160)
+++ labs/jbossrules/trunk/LICENSE-HEADER.txt	2010-12-02 11:12:46 UTC (rev 36161)
@@ -1,15 +0,0 @@
-Copyright ${year} JBoss Inc
- 
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
- 
-     http://www.apache.org/licenses/LICENSE-2.0
- 
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-

Modified: labs/jbossrules/trunk/pom.xml
===================================================================
--- labs/jbossrules/trunk/pom.xml	2010-12-02 10:56:18 UTC (rev 36160)
+++ labs/jbossrules/trunk/pom.xml	2010-12-02 11:12:46 UTC (rev 36161)
@@ -609,7 +609,7 @@
           <artifactId>maven-license-plugin</artifactId>
           <version>1.8.0</version>
           <configuration>
-            <header>${basedir}/../LICENSE-HEADER.txt</header><!-- TODO this is buggy as it only works for first level modules -->
+            <header>${basedir}/../LICENSE-ASL-2.0-HEADER.txt</header><!-- TODO this is buggy as it only works for first level modules -->
             <includes>
               <include>**/*.java</include>
               <include>**/*.drl</include>



More information about the jboss-svn-commits mailing list