You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/11/11 10:26:35 UTC

svn commit: r1033853 - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/util/InetAddressUtil.java activemq-core/src/test/java/org/apache/activemq/usecases/AuthorizationFromAdminViewTest.java pom.xml

Author: dejanb
Date: Thu Nov 11 09:26:35 2010
New Revision: 1033853

URL: http://svn.apache.org/viewvc?rev=1033853&view=rev
Log:
fixing licenses

Modified:
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/InetAddressUtil.java
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/AuthorizationFromAdminViewTest.java
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/InetAddressUtil.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/InetAddressUtil.java?rev=1033853&r1=1033852&r2=1033853&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/InetAddressUtil.java (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/InetAddressUtil.java Thu Nov 11 09:26:35 2010
@@ -1,3 +1,19 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 package org.apache.activemq.util;
 
 import java.net.InetAddress;

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/AuthorizationFromAdminViewTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/AuthorizationFromAdminViewTest.java?rev=1033853&r1=1033852&r2=1033853&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/AuthorizationFromAdminViewTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/AuthorizationFromAdminViewTest.java Thu Nov 11 09:26:35 2010
@@ -1,8 +1,18 @@
-/* 
- * AuthorizationFromAdminViewTest 
- * Date: Oct 21, 2010 
- * Copyright: Sony BMG 
- * Created by: baraza 
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
  */
 package org.apache.activemq.usecases;
 

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1033853&r1=1033852&r2=1033853&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Nov 11 09:26:35 2010
@@ -1188,6 +1188,9 @@
             <exclude>**/.*</exclude>
             <exclude>**/eclipse-classes/**/*</exclude>
             <exclude>**/target/**/*</exclude>
+            <exclude>**/*.iml</exclude>
+            <exclude>.idea/**/*</exclude>
+            <exclude>.git/**/*</exclude>
           </excludes>
         </configuration>
       </plugin>