http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-moreover/pom.xml 
b/streams-contrib/streams-provider-moreover/pom.xml
index 0b210b9..29535ca 100644
--- a/streams-contrib/streams-provider-moreover/pom.xml
+++ b/streams-contrib/streams-provider-moreover/pom.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
index 9ecf328..8708e82 100644
--- 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
+++ 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
@@ -1,8 +1,12 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
-    "javaType": "com.moreover.Moreover",
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
+    "javaType": "com.moreover.Moreover",
+    "javaInterfaces": ["java.io.Serializable"],
     "properties": {
         "tags": {
             "type": "string"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
index d88f28c..bbbda5d 100644
--- 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
+++ 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
@@ -1,7 +1,10 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.moreover.MoreoverConfiguration",
     "javaInterfaces": ["java.io.Serializable"],
     "properties": {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
 
b/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
index 629719a..f95a891 100644
--- 
a/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
+++ 
b/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
 <xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema";>
 
     <xs:element name="response" type="articlesResponse"/>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/binding.xjb
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/binding.xjb
 
b/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/binding.xjb
index 0f31d3c..d94a76b 100644
--- 
a/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/binding.xjb
+++ 
b/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/binding.xjb
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
 <jaxb:bindings xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";
                xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb 
http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd";

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/test/java/org/apache/streams/data/util/MoreoverTestUtil.java
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-moreover/src/test/java/org/apache/streams/data/util/MoreoverTestUtil.java
 
b/streams-contrib/streams-provider-moreover/src/test/java/org/apache/streams/data/util/MoreoverTestUtil.java
index e676b4f..a8cd816 100644
--- 
a/streams-contrib/streams-provider-moreover/src/test/java/org/apache/streams/data/util/MoreoverTestUtil.java
+++ 
b/streams-contrib/streams-provider-moreover/src/test/java/org/apache/streams/data/util/MoreoverTestUtil.java
@@ -1,5 +1,22 @@
-package org.apache.streams.data.util;
+/*
+ * 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.
+ */
 
+package org.apache.streams.data.util;
 
 import com.fasterxml.jackson.databind.JsonNode;
 import org.apache.streams.pojo.json.Activity;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-rss/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-rss/pom.xml 
b/streams-contrib/streams-provider-rss/pom.xml
index f4dbdcf..886b684 100644
--- a/streams-contrib/streams-provider-rss/pom.xml
+++ b/streams-contrib/streams-provider-rss/pom.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-rss/src/main/jsonschema/RssStreamConfiguration.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-rss/src/main/jsonschema/RssStreamConfiguration.json
 
b/streams-contrib/streams-provider-rss/src/main/jsonschema/RssStreamConfiguration.json
index ac12d27..5365aed 100644
--- 
a/streams-contrib/streams-provider-rss/src/main/jsonschema/RssStreamConfiguration.json
+++ 
b/streams-contrib/streams-provider-rss/src/main/jsonschema/RssStreamConfiguration.json
@@ -1,7 +1,10 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.rss.RssStreamConfiguration",
     "javaInterfaces": ["java.io.Serializable"],
     "properties": {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-rss/src/main/xmlschema/contents.xsd
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-rss/src/main/xmlschema/contents.xsd 
b/streams-contrib/streams-provider-rss/src/main/xmlschema/contents.xsd
index 5844f9a..b3ce748 100644
--- a/streams-contrib/streams-provider-rss/src/main/xmlschema/contents.xsd
+++ b/streams-contrib/streams-provider-rss/src/main/xmlschema/contents.xsd
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: contents.xsd,v 1.3 2009/12/17 22:02:23 ginger Exp $ -->
+<!--
+  ~ 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.
+  -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" attributeFormDefault="unqualified">
        <xs:annotation>
                <xs:documentation>**********************</xs:documentation>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-rss/src/main/xmlschema/opml.xsd
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-rss/src/main/xmlschema/opml.xsd 
b/streams-contrib/streams-provider-rss/src/main/xmlschema/opml.xsd
index 6f7f325..2cc3ce1 100644
--- a/streams-contrib/streams-provider-rss/src/main/xmlschema/opml.xsd
+++ b/streams-contrib/streams-provider-rss/src/main/xmlschema/opml.xsd
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+~ 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.
+-->
 <xs:schema  targetNamespace="http://www.dlese.org/Metadata/opml"; 
xmlns="http://www.dlese.org/Metadata/opml";  
xmlns:xs="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" 
attributeFormDefault="unqualified">
        <xs:annotation>
                <xs:documentation>**********************</xs:documentation>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-rss/src/test/java/org/apache/streams/rss/provider/RssStreamProviderTest.java
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-rss/src/test/java/org/apache/streams/rss/provider/RssStreamProviderTest.java
 
b/streams-contrib/streams-provider-rss/src/test/java/org/apache/streams/rss/provider/RssStreamProviderTest.java
index 1cce391..40aa376 100644
--- 
a/streams-contrib/streams-provider-rss/src/test/java/org/apache/streams/rss/provider/RssStreamProviderTest.java
+++ 
b/streams-contrib/streams-provider-rss/src/test/java/org/apache/streams/rss/provider/RssStreamProviderTest.java
@@ -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.
+ */
+
 package org.apache.streams.rss.provider;
 
 import com.carrotsearch.randomizedtesting.RandomizedTest;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-sysomos/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-sysomos/pom.xml 
b/streams-contrib/streams-provider-sysomos/pom.xml
index 662b401..1c34923 100644
--- a/streams-contrib/streams-provider-sysomos/pom.xml
+++ b/streams-contrib/streams-provider-sysomos/pom.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/Sysomos.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/Sysomos.json
 
b/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/Sysomos.json
index 35424a2..d9080e8 100644
--- 
a/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/Sysomos.json
+++ 
b/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/Sysomos.json
@@ -1,8 +1,12 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
-    "javaType": "com.sysomos.json.Sysomos",
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
+    "javaType": "com.sysomos.json.Sysomos",
+    "javaInterfaces": ["java.io.Serializable"],
     "properties": {
         "tweetJsonLink": {
             "type": "string"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/SysomosConfiguration.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/SysomosConfiguration.json
 
b/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/SysomosConfiguration.json
index f8563ef..4ce336e 100644
--- 
a/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/SysomosConfiguration.json
+++ 
b/streams-contrib/streams-provider-sysomos/src/main/jsonschema/com/sysomos/SysomosConfiguration.json
@@ -1,8 +1,12 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "com.sysomos.SysomosConfiguration",
+    "javaInterfaces": ["java.io.Serializable"],
     "properties": {
         "apiKey": {
             "type": "string"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/binding.xjb
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/binding.xjb
 
b/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/binding.xjb
index 0f31d3c..d94a76b 100644
--- 
a/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/binding.xjb
+++ 
b/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/binding.xjb
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
 <jaxb:bindings xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";
                xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                xsi:schemaLocation="http://java.sun.com/xml/ns/jaxb 
http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd";

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/sysomos.xsd
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/sysomos.xsd
 
b/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/sysomos.xsd
index 904cade..d5b949b 100644
--- 
a/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/sysomos.xsd
+++ 
b/streams-contrib/streams-provider-sysomos/src/main/xmlschema/com/sysomos/sysomos.xsd
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+  ~ 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.
+  -->
 <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" 
targetNamespace="http://www.blogscope.net/api/namespace/schema/SearchResponse"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema";>
     <xs:element name="beatApi">
         <xs:complexType>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-twitter/pom.xml 
b/streams-contrib/streams-provider-twitter/pom.xml
index 3880135..b3884ae 100644
--- a/streams-contrib/streams-provider-twitter/pom.xml
+++ b/streams-contrib/streams-provider-twitter/pom.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Delete.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Delete.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Delete.json
index 6b2efb0..03b801d 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Delete.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Delete.json
@@ -1,12 +1,16 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
     "javaType" : "org.apache.streams.twitter.pojo.Delete",
+    "javaInterfaces": ["java.io.Serializable"],
     "properties": {
         "delete": {
             "type": "object",
             "javaType" : "org.apache.streams.twitter.pojo.DeleteDetails",
+            "javaInterfaces": ["java.io.Serializable"],
             "properties": {
                 "status": {
                     "type": "object",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/FriendList.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/FriendList.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/FriendList.json
index 5dd7687..ae7a021 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/FriendList.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/FriendList.json
@@ -1,8 +1,12 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.twitter.pojo.FriendList",
+    "javaInterfaces": ["java.io.Serializable"],
     "properties": {
         "friends": {
             "type": "array",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Retweet.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Retweet.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Retweet.json
index 018a263..a449525 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Retweet.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/Retweet.json
@@ -1,8 +1,12 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.twitter.pojo.Retweet",
+    "javaInterfaces": ["java.io.Serializable"],
     "extends": {"$ref":"tweet.json"},
     "properties": {
         "retweeted_status": {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterConfiguration.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterConfiguration.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterConfiguration.json
index 9e22b93..884603a 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterConfiguration.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterConfiguration.json
@@ -1,7 +1,10 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.twitter.TwitterConfiguration",
     "javaInterfaces": ["java.io.Serializable"],
     "properties": {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterStreamConfiguration.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterStreamConfiguration.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterStreamConfiguration.json
index 2ff7362..6fa2a73 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterStreamConfiguration.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterStreamConfiguration.json
@@ -1,7 +1,10 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.twitter.TwitterStreamConfiguration",
     "extends": {"$ref":"TwitterConfiguration.json"},
     "javaInterfaces": ["java.io.Serializable"],

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterUserInformationConfiguration.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterUserInformationConfiguration.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterUserInformationConfiguration.json
index afd203f..b31a6a3 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterUserInformationConfiguration.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/TwitterUserInformationConfiguration.json
@@ -1,7 +1,10 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : 
"org.apache.streams.twitter.TwitterUserInformationConfiguration",
     "extends": {"$ref":"TwitterConfiguration.json"},
     "javaInterfaces": ["java.io.Serializable"],

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/UserstreamEvent.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/UserstreamEvent.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/UserstreamEvent.json
index 07b5883..1fa6df7 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/UserstreamEvent.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/UserstreamEvent.json
@@ -1,8 +1,12 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.twitter.pojo.UserstreamEvent",
+    "javaInterfaces": ["java.io.Serializable"],
     "properties": {
         "created_at": {
             "type": "string",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/tweet.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/tweet.json
 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/tweet.json
index dee4fe0..cfdc35d 100644
--- 
a/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/tweet.json
+++ 
b/streams-contrib/streams-provider-twitter/src/main/jsonschema/com/twitter/tweet.json
@@ -1,7 +1,10 @@
 {
-    "type": "object",
     "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
     "id": "#",
+    "type": "object",
     "javaType" : "org.apache.streams.twitter.pojo.Tweet",
     "javaInterfaces": ["java.io.Serializable"],
     "properties": {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-monitoring/src/main/java/org/apache/streams/monitoring/persist/impl/SLF4JMessagePersister.java
----------------------------------------------------------------------
diff --git 
a/streams-monitoring/src/main/java/org/apache/streams/monitoring/persist/impl/SLF4JMessagePersister.java
 
b/streams-monitoring/src/main/java/org/apache/streams/monitoring/persist/impl/SLF4JMessagePersister.java
index b44c36b..19c36f2 100644
--- 
a/streams-monitoring/src/main/java/org/apache/streams/monitoring/persist/impl/SLF4JMessagePersister.java
+++ 
b/streams-monitoring/src/main/java/org/apache/streams/monitoring/persist/impl/SLF4JMessagePersister.java
@@ -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.
+ */
+
 package org.apache.streams.monitoring.persist.impl;
 
 import org.apache.streams.monitoring.persist.MessagePersister;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/Broadcast.json
----------------------------------------------------------------------
diff --git 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/Broadcast.json
 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/Broadcast.json
index 687ef9c..6bd7ad6 100644
--- 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/Broadcast.json
+++ 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/Broadcast.json
@@ -1,21 +1,26 @@
 {
-  "type" : "object",
-  "title" : "object",
-  "javaType": "org.apache.streams.pojo.json.Broadcast",
-  "javaInterfaces": ["java.io.Serializable"],
-  "description" : "Base Broadcast class",
-  "properties" : {
-    "name": {
-      "type": "string",
-      "description": "Name of the MBean"
-    },
-    "streamIdentifier": {
-      "type": "string",
-      "description": "The name of the Stream that is currently executing"
-    },
-    "startedAt": {
-      "type": "integer",
-      "description": "Milliseconds since epoch when this Stream was started"
+    "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "object",
+    "javaType": "org.apache.streams.pojo.json.Broadcast",
+    "javaInterfaces": ["java.io.Serializable"],
+    "description": "Base Broadcast class",
+    "properties": {
+        "name": {
+            "type": "string",
+            "description": "Name of the MBean"
+        },
+        "streamIdentifier": {
+            "type": "string",
+            "description": "The name of the Stream that is currently executing"
+        },
+        "startedAt": {
+            "type": "integer",
+            "description": "Milliseconds since epoch when this Stream was 
started"
+        }
     }
-  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/DatumStatusCounterBroadcast.json
----------------------------------------------------------------------
diff --git 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/DatumStatusCounterBroadcast.json
 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/DatumStatusCounterBroadcast.json
index ac86d21..21d9f6a 100644
--- 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/DatumStatusCounterBroadcast.json
+++ 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/DatumStatusCounterBroadcast.json
@@ -1,22 +1,29 @@
 {
-  "type" : "object",
-  "title" : "object",
-  "extends" : {"$ref": "./Broadcast.json"},
-  "javaType": "org.apache.streams.pojo.json.DatumStatusCounterBroadcast",
-  "javaInterfaces": ["java.io.Serializable"],
-  "description" : "Snapshot of the DatumStatusCounter",
-  "properties" : {
-    "passed": {
-      "type": "boolean",
-      "description": "Number of objects that have passed"
+    "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "object",
+    "extends": {
+        "$ref": "./Broadcast.json"
     },
-    "failed": {
-      "type": "boolean",
-      "description": "Number of objects that have faile"
-    },
-    "name": {
-      "type": "string",
-      "description": "Name of the MBean"
+    "javaType": "org.apache.streams.pojo.json.DatumStatusCounterBroadcast",
+    "javaInterfaces": ["java.io.Serializable"],
+    "description": "Snapshot of the DatumStatusCounter",
+    "properties": {
+        "passed": {
+            "type": "boolean",
+            "description": "Number of objects that have passed"
+        },
+        "failed": {
+            "type": "boolean",
+            "description": "Number of objects that have faile"
+        },
+        "name": {
+            "type": "string",
+            "description": "Name of the MBean"
+        }
     }
-  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/MemoryUsageBroadcast.json
----------------------------------------------------------------------
diff --git 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/MemoryUsageBroadcast.json
 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/MemoryUsageBroadcast.json
index 4a17d41..b29284e 100644
--- 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/MemoryUsageBroadcast.json
+++ 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/MemoryUsageBroadcast.json
@@ -1,30 +1,37 @@
 {
-  "type" : "object",
-  "title" : "object",
-  "extends" : {"$ref": "./Broadcast.json"},
-  "javaType": "org.apache.streams.pojo.json.MemoryUsageBroadcast",
-  "javaInterfaces": ["java.io.Serializable"],
-  "description" : "Snapshot of current memory usage",
-  "properties" : {
-    "verbose" : {
-      "type" : "boolean",
-      "description": "Whether or not this is verbose"
+    "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "object",
+    "extends": {
+        "$ref": "./Broadcast.json"
     },
-    "objectPendingFinalizationCount": {
-      "type": "integer",
-      "description": "The number of objects that are pending finalization"
-    },
-    "heapMemoryUsage": {
-      "type": "integer",
-      "description": "The amount of heap memory we are currently using"
-    },
-    "nonHeapMemoryUsage": {
-      "type": "integer",
-      "description": "The amount of non-heap memory we are using"
-    },
-    "name": {
-      "type": "string",
-      "description": "The name of this MBean"
+    "javaType": "org.apache.streams.pojo.json.MemoryUsageBroadcast",
+    "javaInterfaces": ["java.io.Serializable"],
+    "description": "Snapshot of current memory usage",
+    "properties": {
+        "verbose": {
+            "type": "boolean",
+            "description": "Whether or not this is verbose"
+        },
+        "objectPendingFinalizationCount": {
+            "type": "integer",
+            "description": "The number of objects that are pending 
finalization"
+        },
+        "heapMemoryUsage": {
+            "type": "integer",
+            "description": "The amount of heap memory we are currently using"
+        },
+        "nonHeapMemoryUsage": {
+            "type": "integer",
+            "description": "The amount of non-heap memory we are using"
+        },
+        "name": {
+            "type": "string",
+            "description": "The name of this MBean"
+        }
     }
-  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/StreamsTaskCounterBroadcast.json
----------------------------------------------------------------------
diff --git 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/StreamsTaskCounterBroadcast.json
 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/StreamsTaskCounterBroadcast.json
index d599697..bfb7817 100644
--- 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/StreamsTaskCounterBroadcast.json
+++ 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/StreamsTaskCounterBroadcast.json
@@ -1,38 +1,45 @@
 {
-  "type" : "object",
-  "title" : "object",
-  "javaType": "org.apache.streams.pojo.json.StreamsTaskCounterBroadcast",
-  "javaInterfaces": ["java.io.Serializable"],
-  "extends" : {"$ref": "./Broadcast.json"},
-  "description" : "Snapshot of a Stream Task Counter",
-  "properties" : {
-    "errorRate": {
-      "type": "double",
-      "description": "Rate of failed items"
+    "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "object",
+    "javaType": "org.apache.streams.pojo.json.StreamsTaskCounterBroadcast",
+    "javaInterfaces": ["java.io.Serializable"],
+    "extends": {
+        "$ref": "./Broadcast.json"
     },
-    "numEmitted": {
-      "type": "integer",
-      "description": "Number of items that have been emitted"
-    },
-    "numReceived": {
-      "type": "integer",
-      "description": "Number of items this Task has received"
-    },
-    "numUnhandledErrors": {
-      "type": "integer",
-      "description": "Number of unhandled errors"
-    },
-    "avgTime": {
-      "type": "double",
-      "description": "Average amount of time an item spent in this Task"
-    },
-    "maxTime": {
-      "type": "integer",
-      "description": "Longest amount of time an item spent in this Task"
-    },
-    "name": {
-      "type": "string",
-      "description": "Name of the MBean"
+    "description": "Snapshot of a Stream Task Counter",
+    "properties": {
+        "errorRate": {
+            "type": "double",
+            "description": "Rate of failed items"
+        },
+        "numEmitted": {
+            "type": "integer",
+            "description": "Number of items that have been emitted"
+        },
+        "numReceived": {
+            "type": "integer",
+            "description": "Number of items this Task has received"
+        },
+        "numUnhandledErrors": {
+            "type": "integer",
+            "description": "Number of unhandled errors"
+        },
+        "avgTime": {
+            "type": "double",
+            "description": "Average amount of time an item spent in this Task"
+        },
+        "maxTime": {
+            "type": "integer",
+            "description": "Longest amount of time an item spent in this Task"
+        },
+        "name": {
+            "type": "string",
+            "description": "Name of the MBean"
+        }
     }
-  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/ThroughputQueueBroadcast.json
----------------------------------------------------------------------
diff --git 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/ThroughputQueueBroadcast.json
 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/ThroughputQueueBroadcast.json
index 60796db..14f949d 100644
--- 
a/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/ThroughputQueueBroadcast.json
+++ 
b/streams-monitoring/src/main/jsonschema/org/apache/streams/pojo/json/ThroughputQueueBroadcast.json
@@ -1,38 +1,45 @@
 {
-  "type" : "object",
-  "title" : "object",
-  "extends" : {"$ref": "./Broadcast.json"},
-  "javaType": "org.apache.streams.pojo.json.ThroughputQueueBroadcast",
-  "javaInterfaces": ["java.io.Serializable"],
-  "description" : "Snapshot of a ThroughputQueue's performance",
-  "properties" : {
-    "currentSize": {
-      "type": "integer",
-      "description": "Current size of the queue"
+    "$schema": "http://json-schema.org/draft-03/schema";,
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
+    "id": "#",
+    "type": "object",
+    "title": "object",
+    "extends": {
+        "$ref": "./Broadcast.json"
     },
-    "avgWait": {
-      "type": "double",
-      "description": "Average wait time"
-    },
-    "maxWait": {
-      "type": "double",
-      "description": "Maximum wait time"
-    },
-    "removed": {
-      "type": "integer",
-      "description": "Number of elements removed from the queue"
-    },
-    "added": {
-      "type": "integer",
-      "description": "Number of elements added to the queue"
-    },
-    "throughput": {
-      "type": "double",
-      "description": "Number of elements that have passed through the queue 
per second"
-    },
-    "name": {
-      "type": "string",
-      "description": "Name of the MBean"
+    "javaType": "org.apache.streams.pojo.json.ThroughputQueueBroadcast",
+    "javaInterfaces": ["java.io.Serializable"],
+    "description": "Snapshot of a ThroughputQueue's performance",
+    "properties": {
+        "currentSize": {
+            "type": "integer",
+            "description": "Current size of the queue"
+        },
+        "avgWait": {
+            "type": "double",
+            "description": "Average wait time"
+        },
+        "maxWait": {
+            "type": "double",
+            "description": "Maximum wait time"
+        },
+        "removed": {
+            "type": "integer",
+            "description": "Number of elements removed from the queue"
+        },
+        "added": {
+            "type": "integer",
+            "description": "Number of elements added to the queue"
+        },
+        "throughput": {
+            "type": "double",
+            "description": "Number of elements that have passed through the 
queue per second"
+        },
+        "name": {
+            "type": "string",
+            "description": "Name of the MBean"
+        }
     }
-  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-consumer/osgi.bnd
----------------------------------------------------------------------
diff --git a/streams-osgi-components/activity-consumer/osgi.bnd 
b/streams-osgi-components/activity-consumer/osgi.bnd
index 55bbd6d..53f60f9 100644
--- a/streams-osgi-components/activity-consumer/osgi.bnd
+++ b/streams-osgi-components/activity-consumer/osgi.bnd
@@ -1,3 +1,7 @@
+#--------------------------------------------------------------------------------
+# Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0
+#--------------------------------------------------------------------------------
+
 #-----------------------------------------------------------------
 # Use this file to add customized Bnd instructions for the bundle
 #-----------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-context.xml
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-context.xml
 
b/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-context.xml
index 3507e27..f12ab82 100644
--- 
a/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-context.xml
+++ 
b/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-context.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-osgi.xml
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-osgi.xml
 
b/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-osgi.xml
index 2c46c12..408ce95 100644
--- 
a/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-osgi.xml
+++ 
b/streams-osgi-components/activity-consumer/src/main/resources/META-INF/spring/activity-consumer-osgi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:osgi="http://www.springframework.org/schema/osgi";

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-registration/osgi.bnd
----------------------------------------------------------------------
diff --git a/streams-osgi-components/activity-registration/osgi.bnd 
b/streams-osgi-components/activity-registration/osgi.bnd
index 55bbd6d..53f60f9 100644
--- a/streams-osgi-components/activity-registration/osgi.bnd
+++ b/streams-osgi-components/activity-registration/osgi.bnd
@@ -1,3 +1,7 @@
+#--------------------------------------------------------------------------------
+# Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0
+#--------------------------------------------------------------------------------
+
 #-----------------------------------------------------------------
 # Use this file to add customized Bnd instructions for the bundle
 #-----------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityPublisherRegistrationImpl.java
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityPublisherRegistrationImpl.java
 
b/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityPublisherRegistrationImpl.java
index f0b8649..e621f43 100644
--- 
a/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityPublisherRegistrationImpl.java
+++ 
b/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityPublisherRegistrationImpl.java
@@ -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.
+ */
+
 package org.apache.streams.osgi.components.impl;
 
 import java.util.Date;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityStreamsSubscriberRegistrationImpl.java
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityStreamsSubscriberRegistrationImpl.java
 
b/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityStreamsSubscriberRegistrationImpl.java
index 0992cbe..6a270d6 100644
--- 
a/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityStreamsSubscriberRegistrationImpl.java
+++ 
b/streams-osgi-components/activity-registration/src/main/java/org/apache/streams/osgi/components/impl/ActivityStreamsSubscriberRegistrationImpl.java
@@ -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.
+ */
+
 package org.apache.streams.osgi.components.impl;
 
 import org.apache.commons.logging.Log;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context-osgi.xml
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context-osgi.xml
 
b/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context-osgi.xml
index f4d0cb7..af9e3b7 100644
--- 
a/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context-osgi.xml
+++ 
b/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context-osgi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:osgi="http://www.springframework.org/schema/osgi";

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context.xml
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context.xml
 
b/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context.xml
index 287053d..4e58ace 100644
--- 
a/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context.xml
+++ 
b/streams-osgi-components/activity-registration/src/main/resources/META-INF/spring/activity-registration-context.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-subscriber/osgi.bnd
----------------------------------------------------------------------
diff --git a/streams-osgi-components/activity-subscriber/osgi.bnd 
b/streams-osgi-components/activity-subscriber/osgi.bnd
index 55bbd6d..53f60f9 100644
--- a/streams-osgi-components/activity-subscriber/osgi.bnd
+++ b/streams-osgi-components/activity-subscriber/osgi.bnd
@@ -1,3 +1,7 @@
+#--------------------------------------------------------------------------------
+# Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0
+#--------------------------------------------------------------------------------
+
 #-----------------------------------------------------------------
 # Use this file to add customized Bnd instructions for the bundle
 #-----------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-context.xml
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-context.xml
 
b/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-context.xml
index 7fff1ec..65c58bd 100644
--- 
a/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-context.xml
+++ 
b/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-context.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-osgi.xml
----------------------------------------------------------------------
diff --git 
a/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-osgi.xml
 
b/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-osgi.xml
index c83f8b3..8988824 100644
--- 
a/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-osgi.xml
+++ 
b/streams-osgi-components/activity-subscriber/src/main/resources/META-INF/spring/activity-subscriber-osgi.xml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <beans xmlns="http://www.springframework.org/schema/beans";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:osgi="http://www.springframework.org/schema/osgi";

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-pojo/metadata/Serializer.mup
----------------------------------------------------------------------
diff --git a/streams-pojo/metadata/Serializer.mup 
b/streams-pojo/metadata/Serializer.mup
index e8f88ca..8552b3b 100644
--- a/streams-pojo/metadata/Serializer.mup
+++ b/streams-pojo/metadata/Serializer.mup
@@ -1,371 +1,374 @@
 {
-  "title": "Serializer",
-  "id": 1,
-  "formatVersion": 2,
-  "attr": {
-    "style": {}
-  },
-  "ideas": {
-    "1": {
-      "title": "Activity",
-      "id": 2,
-      "ideas": {
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
+    "title": "Serializer",
+    "id": 1,
+    "formatVersion": 2,
+    "attr": {
+        "style": {}
+    },
+    "ideas": {
         "1": {
-          "title": "actor",
-          "id": 4,
-          "ideas": {
-            "1": {
-              "title": "summary",
-              "id": 28
-            },
-            "7": {
-              "title": "url",
-              "id": 41
-            },
-            "0.5": {
-              "title": "displayName",
-              "id": 32,
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.75": {
-              "title": "extensions",
-              "id": 33,
-              "ideas": {
+            "title": "Activity",
+            "id": 2,
+            "ideas": {
                 "1": {
-                  "title": "followers",
-                  "id": 34
+                    "title": "actor",
+                    "id": 4,
+                    "ideas": {
+                        "1": {
+                            "title": "summary",
+                            "id": 28
+                        },
+                        "7": {
+                            "title": "url",
+                            "id": 41
+                        },
+                        "0.5": {
+                            "title": "displayName",
+                            "id": 32,
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.75": {
+                            "title": "extensions",
+                            "id": 33,
+                            "ideas": {
+                                "1": {
+                                    "title": "followers",
+                                    "id": 34
+                                },
+                                "2": {
+                                    "title": "handle",
+                                    "id": 35
+                                },
+                                "3": {
+                                    "title": "location",
+                                    "id": 36
+                                },
+                                "4": {
+                                    "title": "location",
+                                    "id": 37
+                                },
+                                "5": {
+                                    "title": "screenName",
+                                    "id": 38
+                                },
+                                "6": {
+                                    "title": "posts",
+                                    "id": 39
+                                },
+                                "7": {
+                                    "title": "favorites",
+                                    "id": 40
+                                }
+                            },
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.875": {
+                            "title": "handle",
+                            "id": 30,
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.9375": {
+                            "title": "id",
+                            "id": 29,
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.96875": {
+                            "title": "image",
+                            "id": 31,
+                            "attr": {
+                                "style": {}
+                            }
+                        }
+                    }
                 },
                 "2": {
-                  "title": "handle",
-                  "id": 35
+                    "title": "id",
+                    "id": 5
                 },
                 "3": {
-                  "title": "location",
-                  "id": 36
+                    "title": "verb",
+                    "id": 6
                 },
-                "4": {
-                  "title": "location",
-                  "id": 37
+                "1.5": {
+                    "title": "content",
+                    "id": 16,
+                    "attr": {
+                        "style": {}
+                    }
                 },
-                "5": {
-                  "title": "screenName",
-                  "id": 38
+                "2.5": {
+                    "title": "icon",
+                    "id": 13,
+                    "attr": {
+                        "style": {}
+                    }
                 },
-                "6": {
-                  "title": "posts",
-                  "id": 39
+                "1.75": {
+                    "title": "generator",
+                    "id": 12,
+                    "attr": {
+                        "style": {}
+                    },
+                    "ideas": {
+                        "1": {
+                            "title": "id",
+                            "id": 62
+                        },
+                        "0.5": {
+                            "title": "displayName",
+                            "id": 63,
+                            "attr": {
+                                "style": {}
+                            }
+                        }
+                    }
                 },
-                "7": {
-                  "title": "favorites",
-                  "id": 40
-                }
-              },
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.875": {
-              "title": "handle",
-              "id": 30,
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.9375": {
-              "title": "id",
-              "id": 29,
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.96875": {
-              "title": "image",
-              "id": 31,
-              "attr": {
-                "style": {}
-              }
-            }
-          }
-        },
-        "2": {
-          "title": "id",
-          "id": 5
-        },
-        "3": {
-          "title": "verb",
-          "id": 6
-        },
-        "1.5": {
-          "title": "content",
-          "id": 16,
-          "attr": {
-            "style": {}
-          }
-        },
-        "2.5": {
-          "title": "icon",
-          "id": 13,
-          "attr": {
-            "style": {}
-          }
-        },
-        "1.75": {
-          "title": "generator",
-          "id": 12,
-          "attr": {
-            "style": {}
-          },
-          "ideas": {
-            "1": {
-              "title": "id",
-              "id": 62
-            },
-            "0.5": {
-              "title": "displayName",
-              "id": 63,
-              "attr": {
-                "style": {}
-              }
-            }
-          }
-        },
-        "2.75": {
-          "title": "links",
-          "id": 18,
-          "attr": {
-            "style": {}
-          }
-        },
-        "2.875": {
-          "title": "object",
-          "id": 8,
-          "attr": {
-            "style": {}
-          },
-          "ideas": {
-            "1": {
-              "title": "content",
-              "id": 22
-            },
-            "2": {
-              "title": "id",
-              "id": 23
-            },
-            "4": {
-              "title": "objectType",
-              "id": 25
-            },
-            "1.5": {
-              "title": "geo",
-              "id": 24,
-              "ideas": {
-                "1": {
-                  "title": "coordinates",
-                  "id": 26
-                }
-              },
-              "attr": {
-                "style": {}
-              }
-            }
-          }
-        },
-        "2.9375": {
-          "title": "published",
-          "id": 10,
-          "attr": {
-            "style": {}
-          },
-          "ideas": {}
-        },
-        "2.90625": {
-          "title": "provider",
-          "id": 14,
-          "attr": {
-            "style": {}
-          },
-          "ideas": {
-            "1": {
-              "title": "id",
-              "id": 20
-            },
-            "0.5": {
-              "title": "displayName",
-              "id": 21,
-              "attr": {
-                "style": {}
-              }
-            }
-          }
-        },
-        "2.96875": {
-          "title": "target",
-          "id": 9,
-          "attr": {
-            "style": {}
-          },
-          "ideas": {
-            "1": {
-              "title": "id",
-              "id": 64
-            },
-            "2": {
-              "title": "image",
-              "id": 65
-            },
-            "4": {
-              "title": "summary",
-              "id": 67
-            },
-            "0.5": {
-              "title": "displayName",
-              "id": 66,
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.25": {
-              "title": "content",
-              "id": 68,
-              "attr": {
-                "style": {}
-              }
-            }
-          }
-        },
-        "2.984375": {
-          "title": "updated",
-          "id": 11,
-          "attr": {
-            "style": {}
-          }
-        },
-        "2.9765625": {
-          "title": "title",
-          "id": 15,
-          "attr": {
-            "style": {}
-          }
-        },
-        "2.9921875": {
-          "title": "url",
-          "id": 17,
-          "attr": {
-            "style": {}
-          }
-        },
-        "1.625": {
-          "title": "extensions",
-          "id": 42,
-          "ideas": {
-            "1": {
-              "title": "source",
-              "id": 43,
-              "ideas": {
-                "1": {
-                  "title": "source json",
-                  "id": 44
-                }
-              }
-            },
-            "6": {
-              "title": "user_mentions",
-              "id": 58,
-              "ideas": {
-                "1": {
-                  "title": "id",
-                  "id": 59
+                "2.75": {
+                    "title": "links",
+                    "id": 18,
+                    "attr": {
+                        "style": {}
+                    }
                 },
-                "2": {
-                  "title": "handle",
-                  "id": 60
+                "2.875": {
+                    "title": "object",
+                    "id": 8,
+                    "attr": {
+                        "style": {}
+                    },
+                    "ideas": {
+                        "1": {
+                            "title": "content",
+                            "id": 22
+                        },
+                        "2": {
+                            "title": "id",
+                            "id": 23
+                        },
+                        "4": {
+                            "title": "objectType",
+                            "id": 25
+                        },
+                        "1.5": {
+                            "title": "geo",
+                            "id": 24,
+                            "ideas": {
+                                "1": {
+                                    "title": "coordinates",
+                                    "id": 26
+                                }
+                            },
+                            "attr": {
+                                "style": {}
+                            }
+                        }
+                    }
                 },
-                "3": {
-                  "title": "displayName",
-                  "id": 61
-                }
-              }
-            },
-            "0.5": {
-              "title": "hashtags",
-              "id": 57,
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.75": {
-              "title": "location",
-              "id": 48,
-              "ideas": {
-                "1": {
-                  "title": "id",
-                  "id": 49
+                "2.9375": {
+                    "title": "published",
+                    "id": 10,
+                    "attr": {
+                        "style": {}
+                    },
+                    "ideas": {}
                 },
-                "2": {
-                  "title": "coordinates",
-                  "id": 50,
-                  "ideas": {
-                    "1": {
-                      "title": "type",
-                      "id": 52
+                "2.90625": {
+                    "title": "provider",
+                    "id": 14,
+                    "attr": {
+                        "style": {}
                     },
-                    "2": {
-                      "title": "coordinates",
-                      "id": 53
+                    "ideas": {
+                        "1": {
+                            "title": "id",
+                            "id": 20
+                        },
+                        "0.5": {
+                            "title": "displayName",
+                            "id": 21,
+                            "attr": {
+                                "style": {}
+                            }
+                        }
                     }
-                  }
-                }
-              },
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.625": {
-              "title": "likes",
-              "id": 54,
-              "ideas": {
-                "1": {
-                  "title": "perspectival",
-                  "id": 55
                 },
-                "2": {
-                  "title": "count",
-                  "id": 56
-                }
-              },
-              "attr": {
-                "style": {}
-              }
-            },
-            "0.875": {
-              "title": "rebroadcasts",
-              "id": 45,
-              "ideas": {
-                "1": {
-                  "title": "perspectival",
-                  "id": 46
+                "2.96875": {
+                    "title": "target",
+                    "id": 9,
+                    "attr": {
+                        "style": {}
+                    },
+                    "ideas": {
+                        "1": {
+                            "title": "id",
+                            "id": 64
+                        },
+                        "2": {
+                            "title": "image",
+                            "id": 65
+                        },
+                        "4": {
+                            "title": "summary",
+                            "id": 67
+                        },
+                        "0.5": {
+                            "title": "displayName",
+                            "id": 66,
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.25": {
+                            "title": "content",
+                            "id": 68,
+                            "attr": {
+                                "style": {}
+                            }
+                        }
+                    }
                 },
-                "2": {
-                  "title": "count",
-                  "id": 47
+                "2.984375": {
+                    "title": "updated",
+                    "id": 11,
+                    "attr": {
+                        "style": {}
+                    }
+                },
+                "2.9765625": {
+                    "title": "title",
+                    "id": 15,
+                    "attr": {
+                        "style": {}
+                    }
+                },
+                "2.9921875": {
+                    "title": "url",
+                    "id": 17,
+                    "attr": {
+                        "style": {}
+                    }
+                },
+                "1.625": {
+                    "title": "extensions",
+                    "id": 42,
+                    "ideas": {
+                        "1": {
+                            "title": "source",
+                            "id": 43,
+                            "ideas": {
+                                "1": {
+                                    "title": "source json",
+                                    "id": 44
+                                }
+                            }
+                        },
+                        "6": {
+                            "title": "user_mentions",
+                            "id": 58,
+                            "ideas": {
+                                "1": {
+                                    "title": "id",
+                                    "id": 59
+                                },
+                                "2": {
+                                    "title": "handle",
+                                    "id": 60
+                                },
+                                "3": {
+                                    "title": "displayName",
+                                    "id": 61
+                                }
+                            }
+                        },
+                        "0.5": {
+                            "title": "hashtags",
+                            "id": 57,
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.75": {
+                            "title": "location",
+                            "id": 48,
+                            "ideas": {
+                                "1": {
+                                    "title": "id",
+                                    "id": 49
+                                },
+                                "2": {
+                                    "title": "coordinates",
+                                    "id": 50,
+                                    "ideas": {
+                                        "1": {
+                                            "title": "type",
+                                            "id": 52
+                                        },
+                                        "2": {
+                                            "title": "coordinates",
+                                            "id": 53
+                                        }
+                                    }
+                                }
+                            },
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.625": {
+                            "title": "likes",
+                            "id": 54,
+                            "ideas": {
+                                "1": {
+                                    "title": "perspectival",
+                                    "id": 55
+                                },
+                                "2": {
+                                    "title": "count",
+                                    "id": 56
+                                }
+                            },
+                            "attr": {
+                                "style": {}
+                            }
+                        },
+                        "0.875": {
+                            "title": "rebroadcasts",
+                            "id": 45,
+                            "ideas": {
+                                "1": {
+                                    "title": "perspectival",
+                                    "id": 46
+                                },
+                                "2": {
+                                    "title": "count",
+                                    "id": 47
+                                }
+                            },
+                            "attr": {
+                                "style": {}
+                            }
+                        }
+                    },
+                    "attr": {
+                        "style": {}
+                    }
                 }
-              },
-              "attr": {
-                "style": {}
-              }
             }
-          },
-          "attr": {
-            "style": {}
-          }
+        },
+        "-1": {
+            "title": "Source Data",
+            "id": 3
         }
-      }
-    },
-    "-1": {
-      "title": "Source Data",
-      "id": 3
     }
-  }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-pojo/src/main/java/org/apache/streams/jackson/StreamsDateTimeFormat.java
----------------------------------------------------------------------
diff --git 
a/streams-pojo/src/main/java/org/apache/streams/jackson/StreamsDateTimeFormat.java
 
b/streams-pojo/src/main/java/org/apache/streams/jackson/StreamsDateTimeFormat.java
index 0c3fff6..e9cab58 100644
--- 
a/streams-pojo/src/main/java/org/apache/streams/jackson/StreamsDateTimeFormat.java
+++ 
b/streams-pojo/src/main/java/org/apache/streams/jackson/StreamsDateTimeFormat.java
@@ -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.
+ */
+
 package org.apache.streams.jackson;
 
 /**

Reply via email to