You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2012/09/21 09:43:00 UTC

svn commit: r1388356 - in /activemq/trunk: assembly/src/release/bin/diag pom.xml

Author: davsclaus
Date: Fri Sep 21 07:42:59 2012
New Revision: 1388356

URL: http://svn.apache.org/viewvc?rev=1388356&view=rev
Log:
Added missing license header. More exclude to rat plugin.

Modified:
    activemq/trunk/assembly/src/release/bin/diag
    activemq/trunk/pom.xml

Modified: activemq/trunk/assembly/src/release/bin/diag
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/bin/diag?rev=1388356&r1=1388355&r2=1388356&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/bin/diag (original)
+++ activemq/trunk/assembly/src/release/bin/diag Fri Sep 21 07:42:59 2012
@@ -1,6 +1,22 @@
 #!/bin/sh
+# ------------------------------------------------------------------------
+# 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
 #
-# diag.sh - a script to run diagnostic commands and save output to a log file
+# 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.
+# ------------------------------------------------------------------------
+#
+## diag.sh - a script to run diagnostic commands and save output to a log file
 # 
 # Author: Cal Lott <ca...@ihg.com>
 #

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1388356&r1=1388355&r2=1388356&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Fri Sep 21 07:42:59 2012
@@ -1259,6 +1259,8 @@
             <exclude>**/*.data</exclude>
             <exclude>**/webapp/test/assets/*</exclude>
             <exclude>**/*.lck</exclude>
+            <exclude>**/*.patch</exclude>
+            <exclude>**/*.diff</exclude>
             <!-- plotkit -->
             <exclude>**/webapp/js/plotkit/**/*</exclude>
             <!-- Eclipse files -->