You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2018/06/29 08:58:36 UTC

[3/3] incubator-taverna-plugin-component git commit: Remove Apache branding, retired to taverna-extras

Remove Apache branding, retired to taverna-extras

See
https://lists.apache.org/thread.html/547b87fa93601d42ef77a778f80bf59fe9a300fffd7d3a6bcb7a7d81@%3Cdev.taverna.apache.org%3E


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/72ec6829
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/72ec6829
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/72ec6829

Branch: refs/heads/master
Commit: 72ec68298e35557b0e8017af153e26ddf91727cc
Parents: f674602
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jun 29 09:57:55 2018 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jun 29 09:57:55 2018 +0100

----------------------------------------------------------------------
 DISCLAIMER | 10 ----------
 README.md  | 61 ++++++++++++++++++---------------------------------------
 2 files changed, 19 insertions(+), 52 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/72ec6829/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 3e3a5ce..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,10 +0,0 @@
-Apache Taverna is an effort undergoing incubation at the Apache Software 
-Foundation (ASF), sponsored by the Apache Incubator PMC. 
-
-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-taverna-plugin-component/blob/72ec6829/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ff278af..bbee7db 100644
--- a/README.md
+++ b/README.md
@@ -15,24 +15,34 @@
    limitations under the License.
 -->
 
-# Apache Taverna Component Plugin
+# Component Plugin for Apache Taverna
 
 Plugins for
 [Apache Taverna](http://taverna.incubator.apache.org/) for
-supporting bioinformatics-specific services.
+supporting components.
 
-Note this module relies on other
+[Taverna Workflow Components](doc/index.md) are a system for creating shareable, 
+reusable, encapsulated sub-workflows that perform clearly defined tasks while 
+abstracting the details of how those tasks are performed.
+
+
+This plugin is **no longer maintained** by the Apache Taverna project, but 
+has been made available to [taverna-extras](https://github.com/taverna-extras/) 
+for archival purposes, open for third-party contributions.
+
+This module relies on official
 [Apache Taverna modules](http://taverna.incubator.apache.org/code) for
 the actual workflow execution.
 
 
+
 ## License
 
 (c) 2013-2014 University of Manchester
 
 (c) 2014-2018 Apache Software Foundation
 
-This product includes software developed at The
+This product includes software developed at the
 [Apache Software Foundation](http://www.apache.org/).
 
 Licensed under the
@@ -43,40 +53,14 @@ The file [NOTICE](NOTICE) contain any additional attributions and
 details about embedded third-party libraries and source code.
 
 
-# Contribute
-
-Please subscribe to and contact the
-[dev@taverna](http://taverna.incubator.apache.org/community/lists#dev) mailing list
-for any questions, suggestions and discussions about
-Apache Taverna.
-
-Bugs and feature plannings are tracked in the Jira
-[Issue tracker](https://issues.apache.org/jira/browse/TAVERNA/component/12326817)
-under the `TAVERNA` component _Taverna Plugin Component._ Feel free
-to add an issue!
 
-To suggest changes to this source code, feel free to raise a
-[GitHub pull request](https://github.com/apache/incubator-taverna-plugin-component/pulls).
-Any contributions received are assumed to be covered by the [Apache License
-2.0](https://www.apache.org/licenses/LICENSE-2.0). We might ask you
-to sign a [Contributor License Agreement](https://www.apache.org/licenses/#clas)
-before accepting a larger contribution.
-
-## Disclaimer
-
-Apache Taverna is an effort undergoing incubation at the
-[Apache Software Foundation (ASF)](http://www.apache.org/),
-sponsored by the [Apache Incubator PMC](http://incubator.apache.org/).
-
-[Incubation](http://incubator.apache.org/incubation/Process_Description.html)
-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.
+# Contribute
 
-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.
+This plugin is **not actively maintained**, but feel free to raise a
+[GitHub pull request](https://github.com/taverna-extras/taverna-plugin-component/pulls).
 
+Any contributions received are assumed to be covered by the 
+[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). 
 
 
 ## Prerequisites
@@ -111,10 +95,3 @@ To skip the tests (these can be timeconsuming), use:
 
     mvn clean install -DskipTests
 
-
-If you are modifying this source code independent of the
-Apache Taverna project, you may not want to run the
-[Rat Maven plugin](https://creadur.apache.org/rat/apache-rat-plugin/)
-that enforces Apache headers in every source file - to disable it, try:
-
-    mvn clean install -Drat.skip=true