Skip to content

Commit

Permalink
Updating source file licensing and copyright notices (closes apache#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvs committed Dec 29, 2015
1 parent c9fc57a commit 4246999
Show file tree
Hide file tree
Showing 139 changed files with 2,203 additions and 303 deletions.
12 changes: 11 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Copyright 2015 The Apache Software Foundation.
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Portions Copyright (c) 2014-2015, Pivotal Inc.

Portions Copyright (c) 2010-2013, EMC Inc.

Portions Copyright (c) 2005-2010, Greenplum Inc.

Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group

Portions Copyright (c) 1994, The Regents of the University of California

The following is a listing of the open source components detailed in
this document. This list is provided for your convenience; please read
further if you wish to review the copyright notice(s) and the full text
Expand Down Expand Up @@ -358,4 +368,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
2 changes: 0 additions & 2 deletions pxf/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
The PXF extensions library for HAWQ
===================================

Copyright © 2014 Pivotal Software, Inc. All Rights reserved.

Table of Contents
=================

Expand Down
23 changes: 21 additions & 2 deletions pxf/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
* 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.
*/

buildscript {
repositories {
// mavenCentral without https:
Expand Down Expand Up @@ -95,7 +114,7 @@ subprojects { subProject ->
release = buildNumber()
version = subProject.version.split('-')[0];
os = LINUX
license = "Copyright (c) ${new Date().format("yyyy")} Pivotal Software, Inc. All Rights reserved."
license = "ASL 2.0"
obsoletes('gpxf')
user = 'root'
permissionGroup = 'root'
Expand Down Expand Up @@ -374,7 +393,7 @@ task tomcatRpm(type: Rpm) {
release = buildNumber()
version = tomcatVersion
os = LINUX
license = "Copyright (c) ${new Date().format("yyyy")} Pivotal Software, Inc. All Rights reserved."
license = "ASL 2.0"
user = 'root'
permissionGroup = 'root'

Expand Down
17 changes: 16 additions & 1 deletion src/backend/access/common/memtuple.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
/*
* MemTuple
*
* Copyright (c) 2006-2008, Greenplum inc
* 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.
*
*/

Expand Down
15 changes: 14 additions & 1 deletion src/backend/access/index/catquery.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,22 @@ ARGV: \-meta\ \/Users\/jianl\/Git\/hawq\/mn\/cdb\-pg\/\.\.\/gpMgmt\/bin\/gppylib
* catquery.c
* general catalog table access methods (internal api)
*
* Copyright (c) 2011,2012,2013 Greenplum inc
* 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.
*
*-------------------------------------------------------------------------
*/
Expand Down
15 changes: 14 additions & 1 deletion src/backend/access/index/gperf.init
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,22 @@ ARGV: \-meta\ \/Users\/yjin\/hawq_main\/gpMgmt\/bin\/gppylib\/data\/2\.0\.json\
* catquery.c
* general catalog table access methods (internal api)
*
* Copyright (c) 2011,2012,2013 Greenplum inc
* 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.
*
*-------------------------------------------------------------------------
*/
Expand Down
17 changes: 16 additions & 1 deletion src/backend/access/transam/persistentendxactrec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@
* persistentendxactrec.c
* Make and read persistent information in commit, abort, and prepared records.
*
* Copyright (c) 2009-2010, Greenplum inc
* 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.
*
*-------------------------------------------------------------------------
*/
Expand Down
17 changes: 16 additions & 1 deletion src/backend/access/transam/persistentfilesysobjname.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
*
* persistentfilesysobjname.c
*
* Copyright (c) 2009-2010, Greenplum inc
* 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.
*
*-------------------------------------------------------------------------
*/
Expand Down
17 changes: 16 additions & 1 deletion src/backend/access/transam/xlog_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@
*
* Special xlog handling for master mirroring.
*
* Copyright (c) 2010 Greenplum
* 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.
*
*-------------------------------------------------------------------------
*/
Expand Down
17 changes: 16 additions & 1 deletion src/backend/access/transam/xlogloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
*
* xlogloc.c
*
* Copyright (c) 2007-2009, Greenplum inc
* 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.
*
*-------------------------------------------------------------------------
*/
Expand Down
25 changes: 16 additions & 9 deletions src/backend/catalog/gp_toolkit.sql.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
--------------------------------------------------------------------------------
-- Greenplum Database
-- Copyright (C) 2009, 2010 by Greenplum, 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.
--
-- %%JETPACK_SCHEMA%% %%JETPACK_VERSION%%
--
-- This software is subject to change without notice. It is furnished under a
-- license agreement, and may be used or copied only in accordance with the
-- terms of that agreement. Upgrades are provided only at regularly scheduled
-- software release dates. No part of this file may be reproduced, transmitted,
-- or translated in any form or by any means, electronic, mechanical, manual,
-- optical, or otherwise without the prior written permission of Greenplum, Inc.
--
--------------------------------------------------------------------------------

BEGIN;
Expand Down
18 changes: 17 additions & 1 deletion src/backend/catalog/pg_attribute_encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,23 @@
*
* Routines to manipulation and retrieve column encoding information.
*
* Copyright (c) EMC, 2011
* 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.
*
*/

#include "postgres.h"
Expand Down
21 changes: 15 additions & 6 deletions src/backend/catalog/pg_compression.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
/*
* Copyright (c) 2011 EMC Corporation 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
*
* This software is protected, without limitation, by copyright law
* and international treaties. Use of this software and the intellectual
* property contained therein is expressly limited to the terms and
* conditions of the License Agreement under which it is provided by
* or on behalf of EMC.
* 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.
*
* ---------------------------------------------------------------------
*
Expand Down
18 changes: 17 additions & 1 deletion src/backend/catalog/pg_proc_callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@
* and consists of:
* - DESCRIBE() - to support more complex pseudotype resolution
*
* Copyright (c) EMC, 2011
* 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.
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
Expand Down
21 changes: 15 additions & 6 deletions src/backend/catalog/quicklz_compression.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
/*
* Copyright (c) 2011 EMC Corporation 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
*
* This software is protected, without limitation, by copyright law
* and international treaties. Use of this software and the intellectual
* property contained therein is expressly limited to the terms and
* conditions of the License Agreement under which it is provided by
* or on behalf of EMC.
* 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.
*
* ---------------------------------------------------------------------
*
Expand Down
Loading

0 comments on commit 4246999

Please sign in to comment.