Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master 1fb1e0e11 -> 92e001373


Fix License Headers in each of the Zeppelin notebooks


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/92e00137
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/92e00137
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/92e00137

Branch: refs/heads/master
Commit: 92e0013739853cda1824e35c9307b2310836cec1
Parents: 1fb1e0e
Author: smarthi <smar...@apache.org>
Authored: Sun Dec 18 03:21:22 2016 -0500
Committer: smarthi <smar...@apache.org>
Committed: Sun Dec 18 03:21:22 2016 -0500

----------------------------------------------------------------------
 .../src/main/scala/facebook.scala               | 18 ++++++++++++++++++
 .../src/main/scala/gplus.scala                  | 20 +++++++++++++++++---
 .../src/main/scala/setup.scala                  | 18 ++++++++++++++++++
 .../src/main/scala/twitter.scala                | 18 ++++++++++++++++++
 .../src/main/scala/youtube.scala                | 18 ++++++++++++++++++
 5 files changed, 89 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/92e00137/zeppelin/apache-zeppelin-dashboard/src/main/scala/facebook.scala
----------------------------------------------------------------------
diff --git a/zeppelin/apache-zeppelin-dashboard/src/main/scala/facebook.scala 
b/zeppelin/apache-zeppelin-dashboard/src/main/scala/facebook.scala
index aae12ec..9a7afcf 100644
--- a/zeppelin/apache-zeppelin-dashboard/src/main/scala/facebook.scala
+++ b/zeppelin/apache-zeppelin-dashboard/src/main/scala/facebook.scala
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ *   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.
+ */
+
 %spark.dep
 z.reset()
 
z.addRepo("apache-snapshots").url("https://repository.apache.org/content/repositories/snapshots";).snapshot()

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/92e00137/zeppelin/apache-zeppelin-dashboard/src/main/scala/gplus.scala
----------------------------------------------------------------------
diff --git a/zeppelin/apache-zeppelin-dashboard/src/main/scala/gplus.scala 
b/zeppelin/apache-zeppelin-dashboard/src/main/scala/gplus.scala
index 9734ded..971d5f5 100644
--- a/zeppelin/apache-zeppelin-dashboard/src/main/scala/gplus.scala
+++ b/zeppelin/apache-zeppelin-dashboard/src/main/scala/gplus.scala
@@ -1,6 +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
+ *
+ *   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.
+ */
 
 %spark
 val reference = ConfigFactory.load()

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/92e00137/zeppelin/apache-zeppelin-dashboard/src/main/scala/setup.scala
----------------------------------------------------------------------
diff --git a/zeppelin/apache-zeppelin-dashboard/src/main/scala/setup.scala 
b/zeppelin/apache-zeppelin-dashboard/src/main/scala/setup.scala
index 7c67f75..3f224ff 100644
--- a/zeppelin/apache-zeppelin-dashboard/src/main/scala/setup.scala
+++ b/zeppelin/apache-zeppelin-dashboard/src/main/scala/setup.scala
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ *   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.
+ */
+
 %spark.dep
 z.reset()
 z.load("org.apache.streams:streams-core:0.4-incubating")

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/92e00137/zeppelin/apache-zeppelin-dashboard/src/main/scala/twitter.scala
----------------------------------------------------------------------
diff --git a/zeppelin/apache-zeppelin-dashboard/src/main/scala/twitter.scala 
b/zeppelin/apache-zeppelin-dashboard/src/main/scala/twitter.scala
index 86c83d9..0911102 100644
--- a/zeppelin/apache-zeppelin-dashboard/src/main/scala/twitter.scala
+++ b/zeppelin/apache-zeppelin-dashboard/src/main/scala/twitter.scala
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ *   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.
+ */
+
 %spark.dep
 z.reset()
 
z.addRepo("apache-snapshots").url("https://repository.apache.org/content/repositories/snapshots";).snapshot()

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/92e00137/zeppelin/apache-zeppelin-dashboard/src/main/scala/youtube.scala
----------------------------------------------------------------------
diff --git a/zeppelin/apache-zeppelin-dashboard/src/main/scala/youtube.scala 
b/zeppelin/apache-zeppelin-dashboard/src/main/scala/youtube.scala
index 2743952..e988752 100644
--- a/zeppelin/apache-zeppelin-dashboard/src/main/scala/youtube.scala
+++ b/zeppelin/apache-zeppelin-dashboard/src/main/scala/youtube.scala
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ *   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.
+ */
+
 %spark.dep
 z.reset()
 
z.addRepo("apache-snapshots").url("https://repository.apache.org/content/repositories/snapshots";).snapshot()

Reply via email to