Adding Apache license header to new files.

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

Branch: refs/heads/1.x-branch
Commit: e84528bb10196e6441d8784d5b8125b690027129
Parents: ea6cccf
Author: Kishor Patil <[email protected]>
Authored: Wed Feb 3 16:21:06 2016 -0600
Committer: Kishor Patil <[email protected]>
Committed: Fri Feb 5 19:28:32 2016 +0000

----------------------------------------------------------------------
 .../apache/storm/statistics/StatisticsUtils.java   | 17 +++++++++++++++++
 .../reporters/ConsolePreparableReporter.java       | 17 +++++++++++++++++
 .../reporters/CsvPreparableReporter.java           | 17 +++++++++++++++++
 .../reporters/JmxPreparableReporter.java           | 17 +++++++++++++++++
 .../statistics/reporters/PreparableReporter.java   | 17 +++++++++++++++++
 5 files changed, 85 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e84528bb/storm-core/src/jvm/org/apache/storm/statistics/StatisticsUtils.java
----------------------------------------------------------------------
diff --git 
a/storm-core/src/jvm/org/apache/storm/statistics/StatisticsUtils.java 
b/storm-core/src/jvm/org/apache/storm/statistics/StatisticsUtils.java
index 666e44d..ba7edc4 100644
--- a/storm-core/src/jvm/org/apache/storm/statistics/StatisticsUtils.java
+++ b/storm-core/src/jvm/org/apache/storm/statistics/StatisticsUtils.java
@@ -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.storm.statistics;
 
 import org.apache.storm.Config;

http://git-wip-us.apache.org/repos/asf/storm/blob/e84528bb/storm-core/src/jvm/org/apache/storm/statistics/reporters/ConsolePreparableReporter.java
----------------------------------------------------------------------
diff --git 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/ConsolePreparableReporter.java
 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/ConsolePreparableReporter.java
index f545b5b..35ae83f 100644
--- 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/ConsolePreparableReporter.java
+++ 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/ConsolePreparableReporter.java
@@ -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.storm.statistics.reporters;
 
 import com.codahale.metrics.ConsoleReporter;

http://git-wip-us.apache.org/repos/asf/storm/blob/e84528bb/storm-core/src/jvm/org/apache/storm/statistics/reporters/CsvPreparableReporter.java
----------------------------------------------------------------------
diff --git 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/CsvPreparableReporter.java
 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/CsvPreparableReporter.java
index 610df33..8ed0b3e 100644
--- 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/CsvPreparableReporter.java
+++ 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/CsvPreparableReporter.java
@@ -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.storm.statistics.reporters;
 
 import com.codahale.metrics.CsvReporter;

http://git-wip-us.apache.org/repos/asf/storm/blob/e84528bb/storm-core/src/jvm/org/apache/storm/statistics/reporters/JmxPreparableReporter.java
----------------------------------------------------------------------
diff --git 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/JmxPreparableReporter.java
 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/JmxPreparableReporter.java
index ba59611..6b0cbda 100644
--- 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/JmxPreparableReporter.java
+++ 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/JmxPreparableReporter.java
@@ -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.storm.statistics.reporters;
 
 import com.codahale.metrics.JmxReporter;

http://git-wip-us.apache.org/repos/asf/storm/blob/e84528bb/storm-core/src/jvm/org/apache/storm/statistics/reporters/PreparableReporter.java
----------------------------------------------------------------------
diff --git 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/PreparableReporter.java
 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/PreparableReporter.java
index f6e8b2b..ce3e8fe 100644
--- 
a/storm-core/src/jvm/org/apache/storm/statistics/reporters/PreparableReporter.java
+++ 
b/storm-core/src/jvm/org/apache/storm/statistics/reporters/PreparableReporter.java
@@ -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.storm.statistics.reporters;
 
 import com.codahale.metrics.MetricRegistry;

Reply via email to