You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by ha...@apache.org on 2016/08/05 05:29:04 UTC

incubator-eagle git commit: [EAGLE-415] Compilation failure in develop branch - Copyright missing

Repository: incubator-eagle
Updated Branches:
  refs/heads/develop 1c7cb62e5 -> 9581b66c3


[EAGLE-415] Compilation failure in develop branch - Copyright missing

Author: Don Bosco Durai <bo...@apache.org>

Closes #302 from dbosco/develop-415.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/9581b66c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/9581b66c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/9581b66c

Branch: refs/heads/develop
Commit: 9581b66c3cc0cf68ef41cbbb8d4ef83867e8febf
Parents: 1c7cb62
Author: Don Bosco Durai <bo...@apache.org>
Authored: Fri Aug 5 13:28:55 2016 +0800
Committer: Hao Chen <ha...@apache.org>
Committed: Fri Aug 5 13:28:55 2016 +0800

----------------------------------------------------------------------
 .../eagle/app/example/ExampleStormConfig.java     | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/9581b66c/eagle-examples/eagle-app-example/src/main/java/org/apache/eagle/app/example/ExampleStormConfig.java
----------------------------------------------------------------------
diff --git a/eagle-examples/eagle-app-example/src/main/java/org/apache/eagle/app/example/ExampleStormConfig.java b/eagle-examples/eagle-app-example/src/main/java/org/apache/eagle/app/example/ExampleStormConfig.java
index 7c35bcf..bcb84a7 100644
--- a/eagle-examples/eagle-app-example/src/main/java/org/apache/eagle/app/example/ExampleStormConfig.java
+++ b/eagle-examples/eagle-app-example/src/main/java/org/apache/eagle/app/example/ExampleStormConfig.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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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.eagle.app.example;
 
 import org.apache.eagle.app.Configuration;
@@ -17,4 +33,4 @@ public class ExampleStormConfig extends Configuration {
     public void setSpoutNum(int spoutNum) {
         this.spoutNum = spoutNum;
     }
-}
\ No newline at end of file
+}