This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-composer.git
The following commit(s) were added to refs/heads/master by this push:
new 1f161c4 Use correct ASF header for tool scripts (#48)
1f161c4 is described below
commit 1f161c4d5951d29475a91b089bc14cbee4dbbcb3
Author: Matt Rutkowski <[email protected]>
AuthorDate: Sat Jul 27 19:47:13 2019 -0500
Use correct ASF header for tool scripts (#48)
* full header for tool scripts
* ignore apache license header in 'bin' dir.
* ignore apache license header in 'bin' dir.
---
bin/compose.js | 13 ++++++++-----
bin/deploy.js | 13 ++++++++-----
package.json | 7 ++++++-
3 files changed, 22 insertions(+), 11 deletions(-)
diff --git a/bin/compose.js b/bin/compose.js
index 64aba12..4b95b4b 100755
--- a/bin/compose.js
+++ b/bin/compose.js
@@ -1,11 +1,14 @@
#!/usr/bin/env node
-/*
- * Licensed 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
+ /*
+ * 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
+ * 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,
diff --git a/bin/deploy.js b/bin/deploy.js
index 9374f99..046dace 100755
--- a/bin/deploy.js
+++ b/bin/deploy.js
@@ -1,11 +1,14 @@
#!/usr/bin/env node
-/*
- * Licensed 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
+ /*
+ * 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
+ * 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,
diff --git a/package.json b/package.json
index 4afaaf9..1369d04 100644
--- a/package.json
+++ b/package.json
@@ -1,4 +1,5 @@
{
+ "license": "Apache-2.0",
"name": "openwhisk-composer",
"version": "0.11.0",
"description": "Composer is a new programming model for composing cloud
functions built on Apache OpenWhisk.",
@@ -58,5 +59,9 @@
"email": "[email protected]"
}
],
- "license": "Apache-2.0"
+ "standard": {
+ "ignore": [
+ "/bin/"
+ ]
+ }
}