[jboss-svn-commits] JBL Code SVN: r35766 - in labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server: util and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 27 09:14:18 EDT 2010


Author: ge0ffrey
Date: 2010-10-27 09:14:17 -0400 (Wed, 27 Oct 2010)
New Revision: 35766

Modified:
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/AssetItemFilter.java
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TableDisplayHandler.java
   labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TestEnvironmentSessionHelper.java
Log:
duplicate license headers

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/AssetItemFilter.java
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/AssetItemFilter.java	2010-10-27 13:06:19 UTC (rev 35765)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/AssetItemFilter.java	2010-10-27 13:14:17 UTC (rev 35766)
@@ -16,21 +16,6 @@
 
 package org.drools.guvnor.server;
 
-/*
- * Copyright 2005 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.
- */
 import org.drools.guvnor.server.security.PackageUUIDType;
 import org.drools.repository.AssetItem;
 import org.drools.repository.RepositoryFilter;
@@ -51,4 +36,4 @@
 		}
 	}
 
-}
\ No newline at end of file
+}

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TableDisplayHandler.java
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TableDisplayHandler.java	2010-10-27 13:06:19 UTC (rev 35765)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TableDisplayHandler.java	2010-10-27 13:14:17 UTC (rev 35766)
@@ -16,22 +16,6 @@
 
 package org.drools.guvnor.server.util;
 
-/*
- * Copyright 2005 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.
- */
-
 import java.text.DateFormat;
 import java.util.ArrayList;
 import java.util.Calendar;

Modified: labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TestEnvironmentSessionHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TestEnvironmentSessionHelper.java	2010-10-27 13:06:19 UTC (rev 35765)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/java/org/drools/guvnor/server/util/TestEnvironmentSessionHelper.java	2010-10-27 13:14:17 UTC (rev 35766)
@@ -15,24 +15,7 @@
  */
 
 package org.drools.guvnor.server.util;
-/*
- * Copyright 2005 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.
- */
 
-
-
 import java.io.File;
 import java.io.FileOutputStream;
 import java.io.PrintWriter;
@@ -149,4 +132,4 @@
     
 
 
-}
\ No newline at end of file
+}



More information about the jboss-svn-commits mailing list