You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/03/23 00:03:50 UTC

incubator-quarks git commit: Change IBM copyrights to required ASF branding for Javadoc

Repository: incubator-quarks
Updated Branches:
  refs/heads/master be767e5e7 -> 226d3dcba


Change IBM copyrights to required ASF branding for Javadoc


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

Branch: refs/heads/master
Commit: 226d3dcba3b781b23c084df6eab28436729b4e43
Parents: be767e5
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Mar 22 14:23:14 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Mar 22 14:23:14 2016 -0700

----------------------------------------------------------------------
 build.xml            | 6 +++---
 quarks_overview.html | 7 ++++++-
 2 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/226d3dcb/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index b171741..39cc331 100644
--- a/build.xml
+++ b/build.xml
@@ -295,9 +295,9 @@
         </fileset>
       </classpath>
 
-       <doctitle>Quarks v${quarks.version}</doctitle>
-       <footer><![CDATA[<a href="http://quarks-edge.github.io">quarks-edge community @ github.com</a>]]></footer>
-       <bottom>Copyright IBM 2015,2016 - ${commithash}-${DSTAMP}-${TSTAMP}</bottom>
+       <doctitle>Apache Quarks (incubating) v${quarks.version}</doctitle>
+       <footer><![CDATA[<a href="http://quarks.incubator.apache.org">Apache Quarks (incubating)</a>]]></footer>
+       <bottom>Copyright &amp;copy; 2016 The Apache Software Foundation. All Rights Reserved - ${commithash}-${DSTAMP}-${TSTAMP}</bottom>
        <group title="Quarks API" packages="quarks.execution,quarks.function,quarks.topology,quarks.topology.*,quarks.execution.*"/>
        <group title="Quarks Providers" packages="quarks.providers.*"/>
        <group title="Quarks Connectors" packages="quarks.connectors.*"/>

http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/226d3dcb/quarks_overview.html
----------------------------------------------------------------------
diff --git a/quarks_overview.html b/quarks_overview.html
index 78541fb..1da843e 100644
--- a/quarks_overview.html
+++ b/quarks_overview.html
@@ -1,6 +1,11 @@
 <body>
 Quarks provides an programming model and runtime for executing streaming
-analytics at the <i>edge</i>
+analytics at the <i>edge</i>.
+<P>
+<em>
+Apache Quarks is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by 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.
+</em>
+</P>
 <H1>Quarks v0.4</H1>
 <OL>
 <LI><a href="#overview">Overview</A></LI>