Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9dd3ec6c
Commit
9dd3ec6c
authored
Mar 26, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove advertising clause from Berkeley BSD-licensed files, per
instructions from Berkeley.
parent
357be8c9
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
19 additions
and
67 deletions
+19
-67
src/backend/port/darwin/system.c
src/backend/port/darwin/system.c
+1
-5
src/backend/port/dynloader/freebsd.c
src/backend/port/dynloader/freebsd.c
+2
-6
src/backend/port/dynloader/netbsd.c
src/backend/port/dynloader/netbsd.c
+2
-6
src/backend/port/dynloader/openbsd.c
src/backend/port/dynloader/openbsd.c
+2
-6
src/backend/utils/mb/wstrcmp.c
src/backend/utils/mb/wstrcmp.c
+1
-5
src/backend/utils/mb/wstrncmp.c
src/backend/utils/mb/wstrncmp.c
+1
-5
src/port/getopt.c
src/port/getopt.c
+2
-6
src/port/getopt_long.c
src/port/getopt_long.c
+2
-6
src/port/inet_aton.c
src/port/inet_aton.c
+2
-6
src/port/snprintf.c
src/port/snprintf.c
+2
-6
src/port/strtol.c
src/port/strtol.c
+1
-5
src/port/strtoul.c
src/port/strtoul.c
+1
-5
No files found.
src/backend/port/darwin/system.c
View file @
9dd3ec6c
...
@@ -14,11 +14,7 @@
...
@@ -14,11 +14,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/backend/port/dynloader/freebsd.c
View file @
9dd3ec6c
/* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.2
6 2007/01/05 22:19:35
momjian Exp $ */
/* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.2
7 2007/03/26 21:44:11
momjian Exp $ */
/*
/*
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
...
@@ -13,11 +13,7 @@
...
@@ -13,11 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/backend/port/dynloader/netbsd.c
View file @
9dd3ec6c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Portions Copyright (c) 1990 The Regents of the University of California.
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
* All rights reserved.
*
*
* $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.2
0 2007/01/05 22:19:35
momjian Exp $
* $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.2
1 2007/03/26 21:44:11
momjian Exp $
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* modification, are permitted provided that the following conditions
...
@@ -13,11 +13,7 @@
...
@@ -13,11 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/backend/port/dynloader/openbsd.c
View file @
9dd3ec6c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Portions Copyright (c) 1990 The Regents of the University of California.
* Portions Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
* All rights reserved.
*
*
* $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.2
0 2007/01/05 22:19:35
momjian Exp $
* $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.2
1 2007/03/26 21:44:11
momjian Exp $
*
*
* Redistribution and use in source and binary forms, with or without
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* modification, are permitted provided that the following conditions
...
@@ -13,11 +13,7 @@
...
@@ -13,11 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/backend/utils/mb/wstrcmp.c
View file @
9dd3ec6c
...
@@ -13,11 +13,7 @@
...
@@ -13,11 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/backend/utils/mb/wstrncmp.c
View file @
9dd3ec6c
...
@@ -12,11 +12,7 @@
...
@@ -12,11 +12,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/port/getopt.c
View file @
9dd3ec6c
/* $PostgreSQL: pgsql/src/port/getopt.c,v 1.1
0 2006/03/11 04:38:40
momjian Exp $ */
/* $PostgreSQL: pgsql/src/port/getopt.c,v 1.1
1 2007/03/26 21:44:11
momjian Exp $ */
/* This is used by psql under Win32 */
/* This is used by psql under Win32 */
...
@@ -14,11 +14,7 @@
...
@@ -14,11 +14,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/port/getopt_long.c
View file @
9dd3ec6c
...
@@ -15,11 +15,7 @@
...
@@ -15,11 +15,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
@@ -35,7 +31,7 @@
...
@@ -35,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* SUCH DAMAGE.
*
*
* $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.
5 2005/10/15 02:49:5
1 momjian Exp $
* $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.
6 2007/03/26 21:44:1
1 momjian Exp $
*/
*/
#include "c.h"
#include "c.h"
...
...
src/port/inet_aton.c
View file @
9dd3ec6c
/* $PostgreSQL: pgsql/src/port/inet_aton.c,v 1.
9 2006/06/07 22:24:46
momjian Exp $
/* $PostgreSQL: pgsql/src/port/inet_aton.c,v 1.
10 2007/03/26 21:44:11
momjian Exp $
*
*
* This inet_aton() function was taken from the GNU C library and
* This inet_aton() function was taken from the GNU C library and
* incorporated into Postgres for those systems which do not have this
* incorporated into Postgres for those systems which do not have this
...
@@ -22,11 +22,7 @@
...
@@ -22,11 +22,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/port/snprintf.c
View file @
9dd3ec6c
...
@@ -11,11 +11,7 @@
...
@@ -11,11 +11,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
@@ -31,7 +27,7 @@
...
@@ -31,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* SUCH DAMAGE.
*
*
* $PostgreSQL: pgsql/src/port/snprintf.c,v 1.3
3 2006/11/28 01:12:34 adunst
an Exp $
* $PostgreSQL: pgsql/src/port/snprintf.c,v 1.3
4 2007/03/26 21:44:11 momji
an Exp $
*/
*/
#include "c.h"
#include "c.h"
...
...
src/port/strtol.c
View file @
9dd3ec6c
...
@@ -11,11 +11,7 @@
...
@@ -11,11 +11,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
src/port/strtoul.c
View file @
9dd3ec6c
...
@@ -10,11 +10,7 @@
...
@@ -10,11 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* 3. Neither the name of the University nor the names of its contributors
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
* without specific prior written permission.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment