This is an automated email from the ASF dual-hosted git repository.

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git

commit 8c3cefe551fd77630373eddc2c923e52f95a258a
Author: Rob Fellows <[email protected]>
AuthorDate: Fri Jun 7 16:18:50 2019 -0400

    NIFI-6249 - put license headers back in package files.
    
    This closes #30
    
    Signed-off-by: Scott Aslan <[email protected]>
---
 package-lock.json | 16 +++++++++++++++-
 package.json      | 13 +++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/package-lock.json b/package-lock.json
index b073b00..b323fd0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,20 @@
 {
+    "//": "Licensed to the Apache Software Foundation (ASF) under one or more",
+    "//": "contributor license agreements.  See the NOTICE file distributed 
with",
+    "//": "this work for additional information regarding copyright 
ownership.",
+    "//": "The ASF licenses this file to You under the Apache License, Version 
2.0",
+    "//": "(the \"License\"); you may not use this file except in compliance 
with",
+    "//": "the License.  You may obtain a copy of the License at",
+    "//": "",
+    "//": "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.",
     "name": "nifi-fds",
-    "version": "0.1.0",
+    "version": "0.2.0-SNAPSHOT",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
diff --git a/package.json b/package.json
index 166716b..f51f300 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,17 @@
 {
+    "//": "Licensed to the Apache Software Foundation (ASF) under one or more",
+    "//": "contributor license agreements.  See the NOTICE file distributed 
with",
+    "//": "this work for additional information regarding copyright 
ownership.",
+    "//": "The ASF licenses this file to You under the Apache License, Version 
2.0",
+    "//": "(the \"License\"); you may not use this file except in compliance 
with",
+    "//": "the License.  You may obtain a copy of the License at",
+    "//": "",
+    "//": "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.",
     "name": "nifi-fds",
     "version": "0.2.0-SNAPSHOT",

Reply via email to