File tree 12 files changed +19
-67
lines changed 12 files changed +19
-67
lines changed Original file line number Diff line number Diff line change 14
14
* 2. Redistributions in binary form must reproduce the above copyright
15
15
* notice, this list of conditions and the following disclaimer in the
16
16
* documentation and/or other materials provided with the distribution.
17
- * 3. All advertising materials mentioning features or use of this software
18
- * must display the following acknowledgement:
19
- * This product includes software developed by the University of
20
- * California, Berkeley and its contributors.
21
- * 4. Neither the name of the University nor the names of its contributors
17
+ * 3. Neither the name of the University nor the names of its contributors
22
18
* may be used to endorse or promote products derived from this software
23
19
* without specific prior written permission.
24
20
*
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.26 2007/01/05 22:19:35 momjian Exp $ */
1
+ /* $PostgreSQL: pgsql/src/backend/port/dynloader/freebsd.c,v 1.27 2007/03/26 21:44:11 momjian Exp $ */
2
2
3
3
/*
4
4
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
13
13
* 2. Redistributions in binary form must reproduce the above copyright
14
14
* notice, this list of conditions and the following disclaimer in the
15
15
* documentation and/or other materials provided with the distribution.
16
- * 3. All advertising materials mentioning features or use of this software
17
- * must display the following acknowledgement:
18
- * This product includes software developed by the University of
19
- * California, Berkeley and its contributors.
20
- * 4. Neither the name of the University nor the names of its contributors
16
+ * 3. Neither the name of the University nor the names of its contributors
21
17
* may be used to endorse or promote products derived from this software
22
18
* without specific prior written permission.
23
19
*
Original file line number Diff line number Diff line change 3
3
* Portions Copyright (c) 1990 The Regents of the University of California.
4
4
* All rights reserved.
5
5
*
6
- * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.20 2007/01/05 22:19:35 momjian Exp $
6
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/netbsd.c,v 1.21 2007/03/26 21:44:11 momjian Exp $
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
9
9
* modification, are permitted provided that the following conditions
13
13
* 2. Redistributions in binary form must reproduce the above copyright
14
14
* notice, this list of conditions and the following disclaimer in the
15
15
* documentation and/or other materials provided with the distribution.
16
- * 3. All advertising materials mentioning features or use of this software
17
- * must display the following acknowledgement:
18
- * This product includes software developed by the University of
19
- * California, Berkeley and its contributors.
20
- * 4. Neither the name of the University nor the names of its contributors
16
+ * 3. Neither the name of the University nor the names of its contributors
21
17
* may be used to endorse or promote products derived from this software
22
18
* without specific prior written permission.
23
19
*
Original file line number Diff line number Diff line change 3
3
* Portions Copyright (c) 1990 The Regents of the University of California.
4
4
* All rights reserved.
5
5
*
6
- * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.20 2007/01/05 22:19:35 momjian Exp $
6
+ * $PostgreSQL: pgsql/src/backend/port/dynloader/openbsd.c,v 1.21 2007/03/26 21:44:11 momjian Exp $
7
7
*
8
8
* Redistribution and use in source and binary forms, with or without
9
9
* modification, are permitted provided that the following conditions
13
13
* 2. Redistributions in binary form must reproduce the above copyright
14
14
* notice, this list of conditions and the following disclaimer in the
15
15
* documentation and/or other materials provided with the distribution.
16
- * 3. All advertising materials mentioning features or use of this software
17
- * must display the following acknowledgement:
18
- * This product includes software developed by the University of
19
- * California, Berkeley and its contributors.
20
- * 4. Neither the name of the University nor the names of its contributors
16
+ * 3. Neither the name of the University nor the names of its contributors
21
17
* may be used to endorse or promote products derived from this software
22
18
* without specific prior written permission.
23
19
*
Original file line number Diff line number Diff line change 13
13
* 2. Redistributions in binary form must reproduce the above copyright
14
14
* notice, this list of conditions and the following disclaimer in the
15
15
* documentation and/or other materials provided with the distribution.
16
- * 3. All advertising materials mentioning features or use of this software
17
- * must display the following acknowledgement:
18
- * This product includes software developed by the University of
19
- * California, Berkeley and its contributors.
20
- * 4. Neither the name of the University nor the names of its contributors
16
+ * 3. Neither the name of the University nor the names of its contributors
21
17
* may be used to endorse or promote products derived from this software
22
18
* without specific prior written permission.
23
19
*
Original file line number Diff line number Diff line change 12
12
* 2. Redistributions in binary form must reproduce the above copyright
13
13
* notice, this list of conditions and the following disclaimer in the
14
14
* documentation and/or other materials provided with the distribution.
15
- * 3. All advertising materials mentioning features or use of this software
16
- * must display the following acknowledgement:
17
- * This product includes software developed by the University of
18
- * California, Berkeley and its contributors.
19
- * 4. Neither the name of the University nor the names of its contributors
15
+ * 3. Neither the name of the University nor the names of its contributors
20
16
* may be used to endorse or promote products derived from this software
21
17
* without specific prior written permission.
22
18
*
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/port/getopt.c,v 1.10 2006 /03/11 04:38:40 momjian Exp $ */
1
+ /* $PostgreSQL: pgsql/src/port/getopt.c,v 1.11 2007 /03/26 21:44:11 momjian Exp $ */
2
2
3
3
/* This is used by psql under Win32 */
4
4
14
14
* 2. Redistributions in binary form must reproduce the above copyright
15
15
* notice, this list of conditions and the following disclaimer in the
16
16
* documentation and/or other materials provided with the distribution.
17
- * 3. All advertising materials mentioning features or use of this software
18
- * must display the following acknowledgement:
19
- * This product includes software developed by the University of
20
- * California, Berkeley and its contributors.
21
- * 4. Neither the name of the University nor the names of its contributors
17
+ * 3. Neither the name of the University nor the names of its contributors
22
18
* may be used to endorse or promote products derived from this software
23
19
* without specific prior written permission.
24
20
*
Original file line number Diff line number Diff line change 15
15
* 2. Redistributions in binary form must reproduce the above copyright
16
16
* notice, this list of conditions and the following disclaimer in the
17
17
* documentation and/or other materials provided with the distribution.
18
- * 3. All advertising materials mentioning features or use of this software
19
- * must display the following acknowledgement:
20
- * This product includes software developed by the University of
21
- * California, Berkeley and its contributors.
22
- * 4. Neither the name of the University nor the names of its contributors
18
+ * 3. Neither the name of the University nor the names of its contributors
23
19
* may be used to endorse or promote products derived from this software
24
20
* without specific prior written permission.
25
21
*
35
31
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36
32
* SUCH DAMAGE.
37
33
*
38
- * $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.5 2005/10/15 02:49:51 momjian Exp $
34
+ * $PostgreSQL: pgsql/src/port/getopt_long.c,v 1.6 2007/03/26 21:44:11 momjian Exp $
39
35
*/
40
36
41
37
#include "c.h"
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/port/inet_aton.c,v 1.9 2006/06/07 22:24:46 momjian Exp $
1
+ /* $PostgreSQL: pgsql/src/port/inet_aton.c,v 1.10 2007/03/26 21:44:11 momjian Exp $
2
2
*
3
3
* This inet_aton() function was taken from the GNU C library and
4
4
* incorporated into Postgres for those systems which do not have this
22
22
* 2. Redistributions in binary form must reproduce the above copyright
23
23
* notice, this list of conditions and the following disclaimer in the
24
24
* documentation and/or other materials provided with the distribution.
25
- * 3. All advertising materials mentioning features or use of this software
26
- * must display the following acknowledgement:
27
- * This product includes software developed by the University of
28
- * California, Berkeley and its contributors.
29
- * 4. Neither the name of the University nor the names of its contributors
25
+ * 3. Neither the name of the University nor the names of its contributors
30
26
* may be used to endorse or promote products derived from this software
31
27
* without specific prior written permission.
32
28
*
Original file line number Diff line number Diff line change 11
11
* 2. Redistributions in binary form must reproduce the above copyright
12
12
* notice, this list of conditions and the following disclaimer in the
13
13
* documentation and/or other materials provided with the distribution.
14
- * 3. All advertising materials mentioning features or use of this software
15
- * must display the following acknowledgement:
16
- * This product includes software developed by the University of
17
- * California, Berkeley and its contributors.
18
- * 4. Neither the name of the University nor the names of its contributors
14
+ * 3. Neither the name of the University nor the names of its contributors
19
15
* may be used to endorse or promote products derived from this software
20
16
* without specific prior written permission.
21
17
*
31
27
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32
28
* SUCH DAMAGE.
33
29
*
34
- * $PostgreSQL: pgsql/src/port/snprintf.c,v 1.33 2006/11/28 01:12:34 adunstan Exp $
30
+ * $PostgreSQL: pgsql/src/port/snprintf.c,v 1.34 2007/03/26 21:44:11 momjian Exp $
35
31
*/
36
32
37
33
#include "c.h"
Original file line number Diff line number Diff line change 11
11
* 2. Redistributions in binary form must reproduce the above copyright
12
12
* notice, this list of conditions and the following disclaimer in the
13
13
* documentation and/or other materials provided with the distribution.
14
- * 3. All advertising materials mentioning features or use of this software
15
- * must display the following acknowledgement:
16
- * This product includes software developed by the University of
17
- * California, Berkeley and its contributors.
18
- * 4. Neither the name of the University nor the names of its contributors
14
+ * 3. Neither the name of the University nor the names of its contributors
19
15
* may be used to endorse or promote products derived from this software
20
16
* without specific prior written permission.
21
17
*
Original file line number Diff line number Diff line change 10
10
* 2. Redistributions in binary form must reproduce the above copyright
11
11
* notice, this list of conditions and the following disclaimer in the
12
12
* documentation and/or other materials provided with the distribution.
13
- * 3. All advertising materials mentioning features or use of this software
14
- * must display the following acknowledgement:
15
- * This product includes software developed by the University of
16
- * California, Berkeley and its contributors.
17
- * 4. Neither the name of the University nor the names of its contributors
13
+ * 3. Neither the name of the University nor the names of its contributors
18
14
* may be used to endorse or promote products derived from this software
19
15
* without specific prior written permission.
20
16
*
You can’t perform that action at this time.
0 commit comments