add license to conf

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

Branch: refs/heads/0.2-incubating-rc3
Commit: 1052eaa1fb79e41359d59225f3c821a5d6cb080a
Parents: 8020e5f
Author: Steve Blackmon <[email protected]>
Authored: Sat Apr 18 18:09:48 2015 -0500
Committer: Steve Blackmon <[email protected]>
Committed: Sat Apr 18 18:36:20 2015 -0500

----------------------------------------------------------------------
 .../resources/templates/peoplepatternactor.json |  3 ++
 .../src/main/resources/reference.conf           |  2 ++
 .../src/main/resources/reference.conf           |  2 ++
 .../src/main/resources/reference.conf           |  2 ++
 streams-verbs/src/main/resources/delete.json    | 31 +++++++++++---------
 streams-verbs/src/main/resources/follow.json    | 31 +++++++++++---------
 streams-verbs/src/main/resources/post.json      |  3 ++
 streams-verbs/src/main/resources/share.json     | 31 +++++++++++---------
 8 files changed, 63 insertions(+), 42 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-contrib/streams-processor-peoplepattern/src/main/resources/templates/peoplepatternactor.json
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-processor-peoplepattern/src/main/resources/templates/peoplepatternactor.json
 
b/streams-contrib/streams-processor-peoplepattern/src/main/resources/templates/peoplepatternactor.json
index 9a24c5c..21285e4 100644
--- 
a/streams-contrib/streams-processor-peoplepattern/src/main/resources/templates/peoplepatternactor.json
+++ 
b/streams-contrib/streams-processor-peoplepattern/src/main/resources/templates/peoplepatternactor.json
@@ -1,4 +1,7 @@
 {
+    "$license": [
+      "http://www.apache.org/licenses/LICENSE-2.0";
+    ],
        "order": 20,
        "template": "*activity*",
        "settings": {},

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
 
b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
index c6c1e01..fbf456f 100644
--- 
a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
+++ 
b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
@@ -1,3 +1,5 @@
+# Apache Streams (incubating)
+# Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0
 gplus {
     protocol = "https"
     host = "www.googleapis.com/plus"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf 
b/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
index 9a01bf6..2e1f4b2 100644
--- 
a/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
+++ 
b/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
@@ -1,3 +1,5 @@
+# Apache Streams (incubating)
+# Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0
 instagram {
     version = "v1"
     endpoint = "sample"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf
----------------------------------------------------------------------
diff --git 
a/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf 
b/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf
index 680f313..b5c9f6f 100644
--- a/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf
+++ b/streams-contrib/streams-provider-twitter/src/main/resources/reference.conf
@@ -1,3 +1,5 @@
+# Apache Streams (incubating)
+# Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0
 twitter {
     endpoint = "sample"
     filter-level = "none"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-verbs/src/main/resources/delete.json
----------------------------------------------------------------------
diff --git a/streams-verbs/src/main/resources/delete.json 
b/streams-verbs/src/main/resources/delete.json
index d35af1f..e8d9474 100644
--- a/streams-verbs/src/main/resources/delete.json
+++ b/streams-verbs/src/main/resources/delete.json
@@ -1,16 +1,19 @@
 {
-    "objectType": "verb",
-    "id": "http://incubator.streams.apache.org/verbs/delete";,
-    "value": "delete",
-    "objects": [
-        {
-            "actor": "page",
-            "object": "activity",
-            "target": "*",
-            "targetRequired": false,
-            "templates": {
-                "*": "{actor.displayName} deleted {object.displayName}"
-            }
-        }
-    ]
+  "$license": [
+    "http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "objectType": "verb",
+  "id": "http://incubator.streams.apache.org/verbs/delete";,
+  "value": "delete",
+  "objects": [
+    {
+      "actor": "page",
+      "object": "activity",
+      "target": "*",
+      "targetRequired": false,
+      "templates": {
+        "*": "{actor.displayName} deleted {object.displayName}"
+      }
+    }
+  ]
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-verbs/src/main/resources/follow.json
----------------------------------------------------------------------
diff --git a/streams-verbs/src/main/resources/follow.json 
b/streams-verbs/src/main/resources/follow.json
index e0387d3..38de23b 100644
--- a/streams-verbs/src/main/resources/follow.json
+++ b/streams-verbs/src/main/resources/follow.json
@@ -1,16 +1,19 @@
 {
-    "objectType": "verb",
-    "id": "http://incubator.streams.apache.org/verbs/follow";,
-    "value": "follow",
-    "objects": [
-        {
-            "actor": "page",
-            "object": "page",
-            "target": "*",
-            "targetRequired": false,
-            "templates": {
-                "*": "{actor.displayName} followed {object.displayName}"
-            }
-        }
-    ]
+  "$license": [
+    "http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "objectType": "verb",
+  "id": "http://incubator.streams.apache.org/verbs/follow";,
+  "value": "follow",
+  "objects": [
+      {
+          "actor": "page",
+          "object": "page",
+          "target": "*",
+          "targetRequired": false,
+          "templates": {
+              "*": "{actor.displayName} followed {object.displayName}"
+          }
+      }
+  ]
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-verbs/src/main/resources/post.json
----------------------------------------------------------------------
diff --git a/streams-verbs/src/main/resources/post.json 
b/streams-verbs/src/main/resources/post.json
index e37f674..8f85e39 100644
--- a/streams-verbs/src/main/resources/post.json
+++ b/streams-verbs/src/main/resources/post.json
@@ -1,4 +1,7 @@
 {
+  "$license": [
+    "http://www.apache.org/licenses/LICENSE-2.0";
+  ],
   "objectType": "verb",
   "id": "http://incubator.streams.apache.org/verbs/post";,
   "value": "post",

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1052eaa1/streams-verbs/src/main/resources/share.json
----------------------------------------------------------------------
diff --git a/streams-verbs/src/main/resources/share.json 
b/streams-verbs/src/main/resources/share.json
index 9320f7e..efcf0be 100644
--- a/streams-verbs/src/main/resources/share.json
+++ b/streams-verbs/src/main/resources/share.json
@@ -1,16 +1,19 @@
 {
-    "objectType": "verb",
-    "id": "http://incubator.streams.apache.org/verbs/share";,
-    "value": "share",
-    "objects": [
-        {
-            "actor": "page",
-            "object": "activity",
-            "target": "*",
-            "targetRequired": false,
-            "templates": {
-                "*": "{actor.displayName} shared {object.content}"
-            }
-        }
-    ]
+  "$license": [
+    "http://www.apache.org/licenses/LICENSE-2.0";
+  ],
+  "objectType": "verb",
+  "id": "http://incubator.streams.apache.org/verbs/share";,
+  "value": "share",
+  "objects": [
+    {
+      "actor": "page",
+      "object": "activity",
+      "target": "*",
+      "targetRequired": false,
+      "templates": {
+        "*": "{actor.displayName} shared {object.content}"
+      }
+    }
+  ]
 }
\ No newline at end of file

Reply via email to