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 2014/06/03 14:03:36 UTC

git commit: fixing licenses

Repository: activemq
Updated Branches:
  refs/heads/trunk 14fcd7cbe -> 159196088


fixing licenses


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/15919608
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/15919608
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/15919608

Branch: refs/heads/trunk
Commit: 15919608873c6d833842b2a70b04cb0d9c2b178e
Parents: 14fcd7c
Author: Dejan Bosanac <de...@nighttale.net>
Authored: Tue Jun 3 14:03:28 2014 +0200
Committer: Dejan Bosanac <de...@nighttale.net>
Committed: Tue Jun 3 14:03:28 2014 +0200

----------------------------------------------------------------------
 .../transport/amqp/JMSClientTestSupport.java        | 16 ++++++++++++++++
 .../security/AuthorizationDestinationFilter.java    | 16 ++++++++++++++++
 .../src/release/examples/mqtt/websocket/index.html  | 16 ++++++++++++++++
 .../examples/openwire/exploring-jms/build.xml       | 16 ++++++++++++++++
 .../src/release/examples/stomp/websocket/index.html | 16 ++++++++++++++++
 pom.xml                                             | 13 ++++++++++++-
 6 files changed, 92 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/15919608/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTestSupport.java
----------------------------------------------------------------------
diff --git a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTestSupport.java b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTestSupport.java
index 3629b1e..81af2ca 100644
--- a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTestSupport.java
+++ b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTestSupport.java
@@ -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.transport.amqp;
 
 import javax.jms.Connection;

http://git-wip-us.apache.org/repos/asf/activemq/blob/15919608/activemq-broker/src/main/java/org/apache/activemq/security/AuthorizationDestinationFilter.java
----------------------------------------------------------------------
diff --git a/activemq-broker/src/main/java/org/apache/activemq/security/AuthorizationDestinationFilter.java b/activemq-broker/src/main/java/org/apache/activemq/security/AuthorizationDestinationFilter.java
index 6f9012e..f0ac8b8 100644
--- a/activemq-broker/src/main/java/org/apache/activemq/security/AuthorizationDestinationFilter.java
+++ b/activemq-broker/src/main/java/org/apache/activemq/security/AuthorizationDestinationFilter.java
@@ -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.security;
 
 import java.util.Set;

http://git-wip-us.apache.org/repos/asf/activemq/blob/15919608/assembly/src/release/examples/mqtt/websocket/index.html
----------------------------------------------------------------------
diff --git a/assembly/src/release/examples/mqtt/websocket/index.html b/assembly/src/release/examples/mqtt/websocket/index.html
index 31201a2..3923d18 100644
--- a/assembly/src/release/examples/mqtt/websocket/index.html
+++ b/assembly/src/release/examples/mqtt/websocket/index.html
@@ -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.
+-->
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/activemq/blob/15919608/assembly/src/release/examples/openwire/exploring-jms/build.xml
----------------------------------------------------------------------
diff --git a/assembly/src/release/examples/openwire/exploring-jms/build.xml b/assembly/src/release/examples/openwire/exploring-jms/build.xml
index c546a9c..0e559ec 100644
--- a/assembly/src/release/examples/openwire/exploring-jms/build.xml
+++ b/assembly/src/release/examples/openwire/exploring-jms/build.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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.
+-->
 <project name="JMS_Samples">
 
    <property name="activemq.home" value="../../.." />

http://git-wip-us.apache.org/repos/asf/activemq/blob/15919608/assembly/src/release/examples/stomp/websocket/index.html
----------------------------------------------------------------------
diff --git a/assembly/src/release/examples/stomp/websocket/index.html b/assembly/src/release/examples/stomp/websocket/index.html
index 26b02df..937256c 100644
--- a/assembly/src/release/examples/stomp/websocket/index.html
+++ b/assembly/src/release/examples/stomp/websocket/index.html
@@ -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.
+-->
 <!DOCTYPE html>
 <html lang="en">
   <head>

http://git-wip-us.apache.org/repos/asf/activemq/blob/15919608/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42518e0..0676721 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1367,7 +1367,9 @@
             <!-- web, web-console, web-demo files -->
             <exclude>**/webapp/mqtt/mqttws31.js</exclude>
             <exclude>**/webapp/js/dojo.js</exclude>
-            <exclude>**/webapp/js/jquery-*.js</exclude>
+            <exclude>**/jquery-*.js</exclude>
+            <exclude>**/bootstrap.min.css</exclude>
+            <exclude>**/bootstrap.min.responsive.css</exclude>
             <exclude>**/webapp/js/prototype.js</exclude>
             <exclude>**/web/behaviour.js</exclude>
             <exclude>**/webapp/js/common.js</exclude>
@@ -1389,6 +1391,15 @@
             <exclude>**/*.iws</exclude>
             <exclude>**/.idea/**/*</exclude>
             <exclude>.git/**/*</exclude>
+            <exclude>**/LevelDB/**/*</exclude>
+            <exclude>**/dependency-reduced-pom.xml</exclude>
+            <exclude>**/*.sln</exclude>
+            <exclude>**/*.userprefs</exclude>
+            <exclude>**/*.csproj</exclude>
+            <exclude>**/mqttws31.js</exclude>
+            <exclude>**/stomp.js</exclude>
+            <exclude>**/__init__.py</exclude>
+            <exclude>**/webapp/decorators/footer.jsp</exclude>
           </excludes>
         </configuration>
       </plugin>