http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/js/publisher.js
----------------------------------------------------------------------
diff --git a/streams-web/src/main/webapp/demo/js/publisher.js 
b/streams-web/src/main/webapp/demo/js/publisher.js
index 8b7809d..15d2c0e 100644
--- a/streams-web/src/main/webapp/demo/js/publisher.js
+++ b/streams-web/src/main/webapp/demo/js/publisher.js
@@ -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
+ ~
+ ~   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.
+ */
 var publisher = publisher || (function(){
 
     //registers a new publisher, and returns the publisher's unique URL that 
you can use to POST activities

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/js/subscriber.js
----------------------------------------------------------------------
diff --git a/streams-web/src/main/webapp/demo/js/subscriber.js 
b/streams-web/src/main/webapp/demo/js/subscriber.js
index 127d12f..c2e7d4d 100644
--- a/streams-web/src/main/webapp/demo/js/subscriber.js
+++ b/streams-web/src/main/webapp/demo/js/subscriber.js
@@ -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
+ ~
+ ~   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.
+ */
 var subscriber = subscriber || (function(){
 
     //registers a new subscriber, and returns the subscriber's unique URL

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/publisher.html
----------------------------------------------------------------------
diff --git a/streams-web/src/main/webapp/demo/publisher.html 
b/streams-web/src/main/webapp/demo/publisher.html
index f1940d8..9fe42a2 100644
--- a/streams-web/src/main/webapp/demo/publisher.html
+++ b/streams-web/src/main/webapp/demo/publisher.html
@@ -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
+  ~
+  ~   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.
+  -->
 <!DOCTYPE HTML>
 <html>
 <head>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/subscriber.html
----------------------------------------------------------------------
diff --git a/streams-web/src/main/webapp/demo/subscriber.html 
b/streams-web/src/main/webapp/demo/subscriber.html
index ee3133d..b5b1466 100644
--- a/streams-web/src/main/webapp/demo/subscriber.html
+++ b/streams-web/src/main/webapp/demo/subscriber.html
@@ -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
+  ~
+  ~   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.
+  -->
 <!DOCTYPE HTML>
 <html>
 <head>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/index.html
----------------------------------------------------------------------
diff --git a/streams-web/src/main/webapp/index.html 
b/streams-web/src/main/webapp/index.html
index 3053f1c..5653542 100644
--- a/streams-web/src/main/webapp/index.html
+++ b/streams-web/src/main/webapp/index.html
@@ -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
+  ~
+  ~   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.
+  -->
 <!DOCTYPE HTML>
 <html>
 <head>

Reply via email to