You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/12/07 07:56:51 UTC

griffin git commit: delete disclaimer

Repository: griffin
Updated Branches:
  refs/heads/master 0a6b0fc74 -> 5719bc46a


delete disclaimer


Project: http://git-wip-us.apache.org/repos/asf/griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/griffin/commit/5719bc46
Tree: http://git-wip-us.apache.org/repos/asf/griffin/tree/5719bc46
Diff: http://git-wip-us.apache.org/repos/asf/griffin/diff/5719bc46

Branch: refs/heads/master
Commit: 5719bc46a141eec11bb9cdef53a69ca2b8cb4a89
Parents: 0a6b0fc
Author: William Guo <gu...@apache.org>
Authored: Fri Dec 7 00:55:50 2018 -0700
Committer: William Guo <gu...@apache.org>
Committed: Fri Dec 7 00:55:50 2018 -0700

----------------------------------------------------------------------
 DISCLAIMER                            | 1 -
 README.md                             | 8 ++++----
 ui/angular/src/app/app.component.html | 4 ++--
 3 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/griffin/blob/5719bc46/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 37e747c..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1 +0,0 @@
-Apache Griffin is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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/griffin/blob/5719bc46/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6b932bb..adc820d 100644
--- a/README.md
+++ b/README.md
@@ -49,11 +49,11 @@ You can contact us via email:
 - dev-list: <a href="mailto:dev@griffin.apache.org">dev@griffin.apache.org</a>
 - user-list: <a href="mailto:users@griffin.apache.org">users@griffin.apache.org</a>
 
-You can also subscribe the latest information by sending a email to [subscribe dev-list](mailto:dev-subscribe@griffin.apache.org) and [subscribe user-list](mailto:users-subscribe@griffin.incubator.apache.org).
+You can also subscribe the latest information by sending a email to [subscribe dev-list](mailto:dev-subscribe@griffin.apache.org) and [subscribe user-list](mailto:users-subscribe@griffin.apache.org).
 You can also subscribe the latest information by sending a email to subscribe dev-list and user-list:
 ```
-dev-subscribe@griffin.incubator.apache.org
-users-subscribe@griffin.incubator.apache.org
+dev-subscribe@griffin.apache.org
+users-subscribe@griffin.apache.org
 ```
 
 You can access our issues on [JIRA page](https://issues.apache.org/jira/browse/GRIFFIN)
@@ -72,7 +72,7 @@ Here's the most direct way to contribute your work merged into Apache Griffin.
 
 
 ## References
-- [Home Page](http://griffin.incubator.apache.org/)
+- [Home Page](http://griffin.apache.org/)
 - [Wiki](https://cwiki.apache.org/confluence/display/GRIFFIN/Apache+Griffin)
 - Documents:
 	- [Measure](griffin-doc/measure)

http://git-wip-us.apache.org/repos/asf/griffin/blob/5719bc46/ui/angular/src/app/app.component.html
----------------------------------------------------------------------
diff --git a/ui/angular/src/app/app.component.html b/ui/angular/src/app/app.component.html
index 817cf0d..c48ab28 100644
--- a/ui/angular/src/app/app.component.html
+++ b/ui/angular/src/app/app.component.html
@@ -47,13 +47,13 @@ under the License.
               <li><a href="#!/undercons"><i class="fa fa-user fa-fw"></i> User Profile</a></li>
               <li><a href="#!/undercons"><i class="fa fa-gear fa-fw"></i> Settings</a></li>
               <li class="divider"></li>
-              <li><a href="https://griffin.incubator.apache.org/" target="_blank"><i class="fa fa-home fa-fw"></i> Home
+              <li><a href="https://griffin.apache.org/" target="_blank"><i class="fa fa-home fa-fw"></i> Home
                 Page</a></li>
               <li><a href="https://github.com/apache/griffin/blob/master/griffin-doc/service/api-guide.md"
                      target="_blank"><i class="fa fa-book fa-fw"></i> API DOCs</a></li>
               <li><a href="https://github.com/apache/griffin/blob/master/griffin-doc/ui/user-guide.md"
                      target="_blank"><i class="fa fa-question-circle fa-fw"></i> User Guide</a></li>
-              <li><a href="mailto:dev@griffin.incubator.apache.org"><i class="fa fa-envelope fa-fw"></i> Contact us</a>
+              <li><a href="mailto:dev@griffin.apache.org"><i class="fa fa-envelope fa-fw"></i> Contact us</a>
               </li>
               <li class="divider"></li>
               <li><a (click)="logout()" class="re"><i class="fa fa-sign-out fa-fw"></i> Logout</a>