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-package-alarms.git
The following commit(s) were added to refs/heads/master by this push:
new ca984b8 boilerplate files (#178)
ca984b8 is described below
commit ca984b8ebfcc11e51abe8f1cc2d537d8e0fd4a7e
Author: David Grove <[email protected]>
AuthorDate: Sun Mar 17 08:37:40 2019 -0400
boilerplate files (#178)
---
DISCLAIMER.txt | 1 +
LICENSE.txt | 3 ++-
NOTICE.txt | 5 +++++
README.md | 4 ++++
4 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/DISCLAIMER.txt b/DISCLAIMER.txt
new file mode 100644
index 0000000..baf6e4c
--- /dev/null
+++ b/DISCLAIMER.txt
@@ -0,0 +1 @@
+Apache OpenWhisk Package Alarms is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation
is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate [...]
diff --git a/LICENSE.txt b/LICENSE.txt
index aa88e48..d645695 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,3 +1,4 @@
+
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
@@ -186,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2015-2016 IBM Corporation
+ Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/NOTICE.txt b/NOTICE.txt
new file mode 100644
index 0000000..b3b5bb1
--- /dev/null
+++ b/NOTICE.txt
@@ -0,0 +1,5 @@
+Apache OpenWhisk
+Copyright 2016-2019 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index b742230..e500eeb 100644
--- a/README.md
+++ b/README.md
@@ -126,3 +126,7 @@ January 1, 2019, 00:00:00 UTC and will stop firing January
31, 2019, 23:59:00 UT
```
**Note**: The parameter `maxTriggers` is deprecated and will be removed soon.
To stop the Trigger, use the `stopDate` parameter.
+
+# Disclaimer
+
+Apache OpenWhisk Package Alarms is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation
is required of all newly accepted projects until a further review indicates
that the infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate [...]