Repository: incubator-beam Updated Branches: refs/heads/master 45309caec -> c3fbeda6c
Add DISCLAINER and NOTICE files Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c3fbeda6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c3fbeda6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/c3fbeda6 Branch: refs/heads/master Commit: c3fbeda6c0b4b195c3ea03b607cdc70384344fb2 Parents: 45309ca Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Mar 15 00:33:21 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Mar 15 00:33:21 2016 +0100 ---------------------------------------------------------------------- DISCLAIMER | 10 ++++++++++ NOTICE | 12 ++++++++++++ 2 files changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c3fbeda6/DISCLAIMER ---------------------------------------------------------------------- diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 0000000..f8568f6 --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,10 @@ +Apache Beam 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-beam/blob/c3fbeda6/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..ef729ba --- /dev/null +++ b/NOTICE @@ -0,0 +1,12 @@ +Apache Beam (incubating) +Copyright 2016 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +Based on source code originally developed by +Google (http://www.google.com/). + +This product includes software developed at +Google (http://www.google.com/). +Licensed under the Apache v2.0 License.
