Skip to content

Commit 86f92f9

Browse files
author
James William Pye
committed
Remove personal copyrights.
1 parent ac4e331 commit 86f92f9

39 files changed

Lines changed: 40 additions & 79 deletions

postgresql/clientparameters.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .clientparameters
43
##
54
"""
65
Collect client connection parameters from various sources.

postgresql/configfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .configfile
43
##
54
'PostgreSQL configuration file parser and editor functions.'
65
import sys

postgresql/encodings/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .encodings
43
##

postgresql/encodings/aliases.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .encodings.aliases
43
##
54
"""
65
Module for mapping PostgreSQL encoding names to Python encoding names.

postgresql/encodings/bytea.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .encodings.bytea
43
##
54
'PostgreSQL bytea encoding and decoding functions'
65
import codecs

postgresql/iri.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .iri
43
##
54
"""
65
Parse and serialize PQ IRIs.

postgresql/port/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .port
43
##
54
"""
65
Platform specific modules.

postgresql/port/optimized/functools.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* copyright 2009, James William Pye
3-
* http://python.projects.postgresql.org
2+
* .port.optimized - functools.c
43
*
54
*//*
65
* optimizations for postgresql.python package modules.

postgresql/protocol/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .protocol
43
##
54
"""
65
PQ protocol facilities

postgresql/protocol/buffer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
##
2-
# copyright 2009, James William Pye
3-
# http://python.projects.postgresql.org
2+
# .protocol.buffer
43
##
54
"""
65
This is an abstraction module that provides the working buffer implementation.

0 commit comments

Comments
 (0)