You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2016/06/21 15:02:20 UTC

incubator-fluo git commit: Deleted AUTHORS file, added NOTICE & DISCLAIMER files, and removed 'incubator' from links to project website

Repository: incubator-fluo
Updated Branches:
  refs/heads/master 2d2e774fa -> cb2091bfb


Deleted AUTHORS file, added NOTICE & DISCLAIMER files, and removed 'incubator' from links to project website


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

Branch: refs/heads/master
Commit: cb2091bfb15b8d17901f3e398414928f147df70e
Parents: 2d2e774
Author: Mike Walch <mw...@gmail.com>
Authored: Tue Jun 21 10:57:20 2016 -0400
Committer: Mike Walch <mw...@gmail.com>
Committed: Tue Jun 21 10:59:32 2016 -0400

----------------------------------------------------------------------
 AUTHORS              | 7 -------
 DISCLAIMER           | 9 +++++++++
 NOTICE               | 5 +++++
 README.md            | 4 ++--
 docs/applications.md | 2 +-
 5 files changed, 17 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/cb2091bf/AUTHORS
----------------------------------------------------------------------
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 08498b6..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,7 +0,0 @@
-AUTHORS
--------
-
-Corey Nolet (Tetra Concepts LLC)
-Christopher Tubbs
-Keith Turner (Peterson Technologies)
-Mike Walch (Peterson Technologies)

http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/cb2091bf/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..d028686
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,9 @@
+Apache Fluo is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by 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 that the project has yet
+to be fully endorsed by the ASF.

http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/cb2091bf/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..dab393a
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Fluo
+Copyright 2016 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/cb2091bf/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 25661e1..5455c02 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Below are helpful resources for Fluo application developers:
 * [Contributing] - Documentation for developers who want to contribute to Fluo
 * [Metrics] - Fluo metrics are visible via JMX by default but can be configured to send to Graphite or Ganglia
 
-[fluo]: https://fluo.incubator.apache.org/
+[fluo]: https://fluo.apache.org/
 [accumulo]: https://accumulo.apache.org
 [percolator]: https://research.google.com/pubs/pub36726.html
 [quickstart]: https://github.com/fluo-io/fluo-quickstart
@@ -54,7 +54,7 @@ Below are helpful resources for Fluo application developers:
 [MiniFluo]: docs/mini-fluo-setup.md
 [Production]: docs/prod-fluo-setup.md
 [apps]: docs/applications.md
-[api]: https://fluo.incubator.apache.org/apidocs/
+[api]: https://fluo.apache.org/apidocs/
 [recipes]: https://github.com/apache/incubator-fluo-recipes
 [Metrics]: docs/metrics.md
 [Contributing]: docs/contributing.md

http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/cb2091bf/docs/applications.md
----------------------------------------------------------------------
diff --git a/docs/applications.md b/docs/applications.md
index d77f60b..f70917b 100644
--- a/docs/applications.md
+++ b/docs/applications.md
@@ -174,5 +174,5 @@ the `\` character is escaped to make the output unambiguous.
 [FluoConfiguration]: ../modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java
 [AbstractObserver]: ../modules/api/src/main/java/org/apache/fluo/api/observer/AbstractObserver.java
 [fluo.properties]: ../modules/distribution/src/main/config/fluo.properties
-[API]: https://fluo.incubator.apache.org/apidocs/
+[API]: https://fluo.apache.org/apidocs/
 [metrics]: metrics.md