Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 98d42c2

Browse files
committed
Remove copyright notices from Jan (per author approval), and those files
derived from Jan's.
1 parent f3d99d1 commit 98d42c2

File tree

5 files changed

+4
-153
lines changed

5 files changed

+4
-153
lines changed

src/backend/utils/adt/ruleutils.c

+1-31
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,7 @@
22
* ruleutils.c - Functions to convert stored expressions/querytrees
33
* back to source text
44
*
5-
* IDENTIFICATION
6-
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.214 2006/03/07 01:00:17 tgl Exp $
7-
*
8-
* This software is copyrighted by Jan Wieck - Hamburg.
9-
*
10-
* The author hereby grants permission to use, copy, modify,
11-
* distribute, and license this software and its documentation
12-
* for any purpose, provided that existing copyright notices are
13-
* retained in all copies and that this notice is included
14-
* verbatim in any distributions. No written agreement, license,
15-
* or royalty fee is required for any of the authorized uses.
16-
* Modifications to this software may be copyrighted by their
17-
* author and need not follow the licensing terms described
18-
* here, provided that the new terms are clearly indicated on
19-
* the first page of each file where they apply.
20-
*
21-
* IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY
22-
* PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
23-
* CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS
24-
* SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN
25-
* IF THE AUTHOR HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
26-
* DAMAGE.
27-
*
28-
* THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY
29-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30-
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
31-
* PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON
32-
* AN "AS IS" BASIS, AND THE AUTHOR AND DISTRIBUTORS HAVE NO
33-
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
34-
* ENHANCEMENTS, OR MODIFICATIONS.
35-
*
5+
* $PostgreSQL: pgsql/src/backend/utils/adt/ruleutils.c,v 1.215 2006/03/11 16:43:21 momjian Exp $
366
**********************************************************************/
377

388
#include "postgres.h"

src/pl/plperl/plperl.c

+1-33
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,7 @@
11
/**********************************************************************
22
* plperl.c - perl as a procedural language for PostgreSQL
33
*
4-
* IDENTIFICATION
5-
*
6-
* This software is copyrighted by Mark Hollomon
7-
* but is shamelessly cribbed from pltcl.c by Jan Wieck.
8-
*
9-
* The author hereby grants permission to use, copy, modify,
10-
* distribute, and license this software and its documentation
11-
* for any purpose, provided that existing copyright notices are
12-
* retained in all copies and that this notice is included
13-
* verbatim in any distributions. No written agreement, license,
14-
* or royalty fee is required for any of the authorized uses.
15-
* Modifications to this software may be copyrighted by their
16-
* author and need not follow the licensing terms described
17-
* here, provided that the new terms are clearly indicated on
18-
* the first page of each file where they apply.
19-
*
20-
* IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY
21-
* PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
22-
* CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS
23-
* SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN
24-
* IF THE AUTHOR HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
25-
* DAMAGE.
26-
*
27-
* THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY
28-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29-
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
30-
* PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON
31-
* AN "AS IS" BASIS, AND THE AUTHOR AND DISTRIBUTORS HAVE NO
32-
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
33-
* ENHANCEMENTS, OR MODIFICATIONS.
34-
*
35-
* IDENTIFICATION
36-
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.104 2006/03/05 16:40:51 adunstan Exp $
4+
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.105 2006/03/11 16:43:22 momjian Exp $
375
*
386
**********************************************************************/
397

src/pl/plpython/plpython.c

+1-29
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,7 @@
11
/**********************************************************************
22
* plpython.c - python as a procedural language for PostgreSQL
33
*
4-
* This software is copyright by Andrew Bosma
5-
* but is really shamelessly cribbed from pltcl.c by Jan Wieck, and
6-
* plperl.c by Mark Hollomon.
7-
*
8-
* The author hereby grants permission to use, copy, modify,
9-
* distribute, and license this software and its documentation for any
10-
* purpose, provided that existing copyright notices are retained in
11-
* all copies and that this notice is included verbatim in any
12-
* distributions. No written agreement, license, or royalty fee is
13-
* required for any of the authorized uses. Modifications to this
14-
* software may be copyrighted by their author and need not follow the
15-
* licensing terms described here, provided that the new terms are
16-
* clearly indicated on the first page of each file where they apply.
17-
*
18-
* IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY PARTY
19-
* FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
20-
* ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
21-
* DERIVATIVES THEREOF, EVEN IF THE AUTHOR HAVE BEEN ADVISED OF THE
22-
* POSSIBILITY OF SUCH DAMAGE.
23-
*
24-
* THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
25-
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
27-
* NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
28-
* AND THE AUTHOR AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE
29-
* MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
30-
*
31-
* IDENTIFICATION
32-
* $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.74 2006/03/01 06:30:32 neilc Exp $
4+
* $PostgreSQL: pgsql/src/pl/plpython/plpython.c,v 1.75 2006/03/11 16:43:22 momjian Exp $
335
*
346
*********************************************************************
357
*/

src/pl/tcl/license.terms

-30
This file was deleted.

src/pl/tcl/pltcl.c

+1-30
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,7 @@
22
* pltcl.c - PostgreSQL support for Tcl as
33
* procedural language (PL)
44
*
5-
* This software is copyrighted by Jan Wieck - Hamburg.
6-
*
7-
* The author hereby grants permission to use, copy, modify,
8-
* distribute, and license this software and its documentation
9-
* for any purpose, provided that existing copyright notices are
10-
* retained in all copies and that this notice is included
11-
* verbatim in any distributions. No written agreement, license,
12-
* or royalty fee is required for any of the authorized uses.
13-
* Modifications to this software may be copyrighted by their
14-
* author and need not follow the licensing terms described
15-
* here, provided that the new terms are clearly indicated on
16-
* the first page of each file where they apply.
17-
*
18-
* IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY
19-
* PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
20-
* CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS
21-
* SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN
22-
* IF THE AUTHOR HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
23-
* DAMAGE.
24-
*
25-
* THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY
26-
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
27-
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
28-
* PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON
29-
* AN "AS IS" BASIS, AND THE AUTHOR AND DISTRIBUTORS HAVE NO
30-
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
31-
* ENHANCEMENTS, OR MODIFICATIONS.
32-
*
33-
* IDENTIFICATION
34-
* $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.99 2005/11/22 18:17:34 momjian Exp $
5+
* $PostgreSQL: pgsql/src/pl/tcl/pltcl.c,v 1.100 2006/03/11 16:43:22 momjian Exp $
356
*
367
**********************************************************************/
378

0 commit comments

Comments
 (0)