Skip to content

Commit

Permalink
HAWQ-1475. Add LICENSE, NOTICE, and DISCLAIMER files for Apache HAWQ …
Browse files Browse the repository at this point in the history
…binary release c/c++ components
  • Loading branch information
Ruilong Huo committed Jun 7, 2017
1 parent 721f90f commit 0995579
Show file tree
Hide file tree
Showing 6 changed files with 603 additions and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile.in
Expand Up @@ -30,6 +30,7 @@ install:
$(MAKE) -C contrib $@
$(MAKE) -C tools $@
$(MAKE) -C ranger-plugin $@
$(MAKE) -C dist $@
@echo "HAWQ installation complete."

installdirs uninstall:
Expand Down
31 changes: 31 additions & 0 deletions dist/Makefile
@@ -0,0 +1,31 @@
# 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.
#
#-------------------------------------------------------------------------
#
# Makefile for license information of the rpm package
#
#-------------------------------------------------------------------------

subdir = dist
top_builddir = ..
include $(top_builddir)/src/Makefile.global

all: install

install:
${MAKE} -C hawq $@
11 changes: 11 additions & 0 deletions dist/hawq/DISCLAIMER
@@ -0,0 +1,11 @@
Apache HAWQ 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.

0 comments on commit 0995579

Please sign in to comment.