You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2017/04/28 01:44:30 UTC

[4/6] storm git commit: STORM-2468: Added in missing license header

STORM-2468: Added in missing license header


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

Branch: refs/heads/master
Commit: 8e1128ac9fc7cc7b9df20096e2b639615e29650d
Parents: a4cf917
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Apr 14 20:53:08 2017 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Apr 14 20:53:08 2017 -0500

----------------------------------------------------------------------
 ...apache.storm.serialization.SerializationRegister | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/8e1128ac/storm-clojure/src/main/resources/META-INF/services/org.apache.storm.serialization.SerializationRegister
----------------------------------------------------------------------
diff --git a/storm-clojure/src/main/resources/META-INF/services/org.apache.storm.serialization.SerializationRegister b/storm-clojure/src/main/resources/META-INF/services/org.apache.storm.serialization.SerializationRegister
index cb66fd0..a90e755 100644
--- a/storm-clojure/src/main/resources/META-INF/services/org.apache.storm.serialization.SerializationRegister
+++ b/storm-clojure/src/main/resources/META-INF/services/org.apache.storm.serialization.SerializationRegister
@@ -1 +1,17 @@
+# 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.
+
 org.apache.storm.clojure.ClojureSerializationRegister