Repository: incubator-hawq Updated Branches: refs/heads/master f7e6fc5d0 -> 1b11926fe
HAWQ-354.Fix 2 files with ASLv2 license header Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/1b11926f Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/1b11926f Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/1b11926f Branch: refs/heads/master Commit: 1b11926fef3a7ca445238c157571494c03276a82 Parents: f7e6fc5 Author: Goden Yao <[email protected]> Authored: Wed Jan 20 12:01:30 2016 -0800 Committer: Goden Yao <[email protected]> Committed: Wed Jan 20 12:01:30 2016 -0800 ---------------------------------------------------------------------- src/bin/gpoptutils/Makefile | 20 ++++++++++++++++++++ src/bin/gpoptutils/gpoptutils.c | 18 ++++++++++++++++-- 2 files changed, 36 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/1b11926f/src/bin/gpoptutils/Makefile ---------------------------------------------------------------------- diff --git a/src/bin/gpoptutils/Makefile b/src/bin/gpoptutils/Makefile index 3cc8be8..9907663 100644 --- a/src/bin/gpoptutils/Makefile +++ b/src/bin/gpoptutils/Makefile @@ -1,3 +1,23 @@ +# +# 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. +# +#------------------------------------------------------------------------- + MODULE_big = gpoptutils OBJS = gpoptutils.o http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/1b11926f/src/bin/gpoptutils/gpoptutils.c ---------------------------------------------------------------------- diff --git a/src/bin/gpoptutils/gpoptutils.c b/src/bin/gpoptutils/gpoptutils.c index d1ae351..c6bd7ef 100644 --- a/src/bin/gpoptutils/gpoptutils.c +++ b/src/bin/gpoptutils/gpoptutils.c @@ -1,6 +1,20 @@ /* - * Copyright (c) 2015 Pivotal Inc. All Rights Reserved - * + * 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. * --------------------------------------------------------------------- * * The dynamically linked library created from this source can be reference by
