add disclaimer update gradle version
Project: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningester/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningester/commit/10b83065 Tree: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningester/tree/10b83065 Diff: http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningester/diff/10b83065 Branch: refs/heads/master Commit: 10b83065cc139985b87ca93106ea9344cf663a99 Parents: 7a5efa3 Author: Frank Greguska <[email protected]> Authored: Mon Jan 22 18:29:05 2018 -0800 Committer: Frank Greguska <[email protected]> Committed: Mon Jan 22 18:29:05 2018 -0800 ---------------------------------------------------------------------- DISCLAIMER | 6 ++++++ gradle.properties | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningester/blob/10b83065/DISCLAIMER ---------------------------------------------------------------------- diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 0000000..f01ee7a --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,6 @@ +Apache SDAP is an effort undergoing incubation at The Apache Software Foundation (ASF). +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. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-sdap-ningester/blob/10b83065/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..f6193fd --- /dev/null +++ b/gradle.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +group = 'org.apache.sdap' +version=1.0.0-SNAPSHOT +sourceCompatibility = 1.8 \ No newline at end of file
