You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2015/03/10 05:42:45 UTC

svn commit: r1665406 - in /chukwa/trunk: CHANGES.txt pom.xml src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java

Author: eyang
Date: Tue Mar 10 04:42:44 2015
New Revision: 1665406

URL: http://svn.apache.org/r1665406
Log:
CHUKWA-742. Updated license header for StatusCheckerException.java and exclude 
            README.md from release audit tool scan.  (Eric Yang)

Modified:
    chukwa/trunk/CHANGES.txt
    chukwa/trunk/pom.xml
    chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java

Modified: chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/chukwa/trunk/CHANGES.txt?rev=1665406&r1=1665405&r2=1665406&view=diff
==============================================================================
--- chukwa/trunk/CHANGES.txt (original)
+++ chukwa/trunk/CHANGES.txt Tue Mar 10 04:42:44 2015
@@ -22,6 +22,9 @@ Trunk (unreleased changes)
 
   BUGS
 
+    CHUKWA-742. Updated license header for StatusCheckerException.java and exclude 
+                README.md from release audit tool scan.  (Eric Yang)
+
     CHUKWA-735. Updated Nagios support to support basic encryption.  (Eric Yang)
 
 Release 0.6 - 09/28/2014

Modified: chukwa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chukwa/trunk/pom.xml?rev=1665406&r1=1665405&r2=1665406&view=diff
==============================================================================
--- chukwa/trunk/pom.xml (original)
+++ chukwa/trunk/pom.xml Tue Mar 10 04:42:44 2015
@@ -744,6 +744,7 @@
                     <excludes>
 			            <!-- notice files -->
 			            <exclude>CHANGES.txt</exclude>
+			            <exclude>README.md</exclude>
 
 			            <!-- generated files -->
 			            <exclude>bin/VERSION</exclude>
@@ -795,6 +796,7 @@
 			            <exclude>src/main/web/hicc/js/iui.js</exclude>
 			            <exclude>src/main/web/hicc/js/yahoo-dom-event.js</exclude>
 			            <exclude>src/main/web/hicc/js/treeview-min.js</exclude>
+                                    <exclude>src/main/resources/ESAPI.properties</exclude>
 
 			            <!-- MIT licensed files -->
 			            <exclude>contrib/solr/logs/conf/velocity/jquery.autocomplete.js</exclude>

Modified: chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java
URL: http://svn.apache.org/viewvc/chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java?rev=1665406&r1=1665405&r2=1665406&view=diff
==============================================================================
--- chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java (original)
+++ chukwa/trunk/src/main/java/org/apache/hadoop/chukwa/datacollection/adaptor/heartbeat/StatusCheckerException.java Tue Mar 10 04:42:44 2015
@@ -1,3 +1,20 @@
+/*
+ * 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.hadoop.chukwa.datacollection.adaptor.heartbeat;
 
 public class StatusCheckerException extends Exception {