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/10/01 23:26:59 UTC

[3/3] git commit: [OPTIQ-386] Fix NOTICE

[OPTIQ-386] Fix NOTICE

Close apache/incubator-optiq#16


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

Branch: refs/heads/master
Commit: 90f0bead8923dfb28992b60baee8d8cb92c18d9e
Parents: 1bfcf32
Author: Julian Hyde <jh...@apache.org>
Authored: Wed Oct 1 14:24:09 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Oct 1 14:26:08 2014 -0700

----------------------------------------------------------------------
 NOTICE         | 5 ++++-
 doc/HISTORY.md | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/90f0bead/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index f41c811..b32712e 100644
--- a/NOTICE
+++ b/NOTICE
@@ -4,4 +4,7 @@ Copyright 2012-2014 The Apache Software Foundation
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-Please see LICENSE for additional copyright and licensing information.
+This product is based on source code originally developed
+by DynamoBI Corporation, LucidEra Inc., SQLstream Inc. and others
+under the auspices of the Eigenbase Foundation
+and released as the LucidDB project.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/90f0bead/doc/HISTORY.md
----------------------------------------------------------------------
diff --git a/doc/HISTORY.md b/doc/HISTORY.md
index feb26c6..b087668 100644
--- a/doc/HISTORY.md
+++ b/doc/HISTORY.md
@@ -82,6 +82,8 @@ API changes
     Change return type of `JoinFactory.createJoin()`; add `SemiJoinFactory`
 
 Bug-fixes and internal changes
+* [<a href="https://issues.apache.org/jira/browse/OPTIQ-386">OPTIQ-386</a>]
+  Fix NOTICE
 * Add tests inspired by Derby bugs.
 * Add recent presentation to README.md.
 * [<a href="https://issues.apache.org/jira/browse/OPTIQ-427">OPTIQ-427</a>]