Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
jira 2227 update license file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Yang committed Nov 15, 2016
1 parent 4b806d1 commit 1c25e39
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 112 deletions.
23 changes: 0 additions & 23 deletions core/sql/common/ComJSON.cpp
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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.
//
// @@@ END COPYRIGHT @@@
**********************************************************************/

/*-------------------------------------------------------------------------
*
* json.c
Expand Down
22 changes: 0 additions & 22 deletions core/sql/common/ComJSON.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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.
//
// @@@ END COPYRIGHT @@@
**********************************************************************/
/*-------------------------------------------------------------------------
*
* json.h
Expand Down
22 changes: 0 additions & 22 deletions core/sql/common/ComJSONFuncs.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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.
//
// @@@ END COPYRIGHT @@@
**********************************************************************/
/*-------------------------------------------------------------------------
*
* jsonfuncs.c
Expand Down
22 changes: 0 additions & 22 deletions core/sql/common/ComJSONStringInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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.
//
// @@@ END COPYRIGHT @@@
**********************************************************************/
/*-------------------------------------------------------------------------
*
* stringinfo.c
Expand Down
22 changes: 0 additions & 22 deletions core/sql/common/ComJSONStringInfo.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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.
//
// @@@ END COPYRIGHT @@@
**********************************************************************/
/*-------------------------------------------------------------------------
*
* stringinfo.h
Expand Down
29 changes: 28 additions & 1 deletion licenses/lic-server-src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
===============================================================================
The core component of Apache Trafodion uses several BSD-like and MIT-like licenses:
The core component of Apache Trafodion uses several BSD-like, MIT-like and PostgreSQL licenses:

+++++++++++++++++++++++++++++

Expand Down Expand Up @@ -141,3 +141,30 @@ MIT-Expat for files in:

++++++++++++++++++++++++++++++

The PostgreSQL Licence (PostgreSQL) for files in:
incubator-trafodion/core/sql/common/ComJSON.cpp
incubator-trafodion/core/sql/common/ComJSON.h
incubator-trafodion/core/sql/common/ComJSONFuncs.cpp
incubator-trafodion/core/sql/common/ComJSONStringInfo.cpp
incubator-trafodion/core/sql/common/ComJSONStringInfo.h

PostgreSQL License is a liberal Open Source license, similar to the BSD or MIT licenses.

Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
Portions Copyright (c) 1994, Regents of the University of California

Permission to use, copy, modify, and distribute this software and its documentation for
any purpose, without fee, and without a written agreement is hereby granted, provided that
the above copyright notice and this paragraph and the following two paragraphs appear
in all copies.

IN NO EVENT SHALL $ORGANISATION BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF
THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF $ORGANISATION HAS BEEN ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.

$ORGANISATION SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED
HEREUNDER IS ON AN "AS IS" BASIS, AND $ORGANISATION HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
++++++++++++++++++++++++++++++

0 comments on commit 1c25e39

Please sign in to comment.