You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2014/08/19 02:51:21 UTC

[1/2] git commit: Fix disclaimer

Repository: incubator-optiq
Updated Branches:
  refs/heads/master 880180b44 -> 443efb55e


Fix disclaimer


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

Branch: refs/heads/master
Commit: ed95c7b3cccbe453139c1ad754dcaf866c88fd61
Parents: 880180b
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Aug 18 16:36:37 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Aug 18 16:36:37 2014 -0700

----------------------------------------------------------------------
 DISCLAIMER | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/ed95c7b3/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
index 48a1a19..50a07ee 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,11 +1,12 @@
-Apache Flink is an effort undergoing incubation at the Apache Software
+Apache Optiq 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.
+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.
+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.
 


[2/2] git commit: Doc files do not need headers

Posted by jh...@apache.org.
Doc files do not need headers


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

Branch: refs/heads/master
Commit: 443efb55ed9c1344499e2d2d696e861272591629
Parents: ed95c7b
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Aug 18 16:37:27 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Aug 18 16:37:27 2014 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/443efb55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac53604..068f84a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,6 +463,7 @@ limitations under the License.
             <configuration>
               <excludes>
                 <exclude>*.md</exclude>
+                <exclude>doc/*.md</exclude>
                 <exclude>git.properties</exclude>
                 <exclude>src/main/resources/META-INF/services/java.sql.Driver</exclude>
               </excludes>