Skip to content

Commit

Permalink
Copyright year updated to 2021
Browse files Browse the repository at this point in the history
ag -l Copyright | xargs sed -i \
    "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
  • Loading branch information
dvarrazzo committed Jun 14, 2021
1 parent af05c3a commit 1d3a89a
Show file tree
Hide file tree
Showing 118 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# General information about the project.
project = 'Psycopg'
copyright = (
'2001-2020, Federico Di Gregorio, Daniele Varrazzo, The Psycopg Team'
'2001-2021, Federico Di Gregorio, Daniele Varrazzo, The Psycopg Team'
)

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# psycopg/__init__.py - initialization of the psycopg module
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/_ipaddress.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# psycopg/_ipaddress.py - Ipaddres-based network types adaptation
#
# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# psycopg/_json.py - Implementation of the JSON adaptation objects
#
# Copyright (C) 2012-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# psycopg/_range.py - Implementation of the Range type and adaptation
#
# Copyright (C) 2012-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/errorcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# psycopg2/errorcodes.py - PostgreSQL error codes
#
# Copyright (C) 2006-2019 Johan Dahlin <jdahlin@async.com.br>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# psycopg/errors.py - SQLSTATE and DB-API exceptions
#
# Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# psycopg/extensions.py - DBAPI-2.0 extensions specific to psycopg
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# psycopg/extras.py - miscellaneous extra goodies for psycopg
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# psycopg/pool.py - pooling code for psycopg
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# psycopg/sql.py - SQL composition utility module
#
# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion lib/tz.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# psycopg/tz.py - tzinfo implementation
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
# Copyright (C) 2020 The Psycopg Team
# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_asis.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_asis.c - adapt types as they are
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_asis.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_asis.h - definition for the psycopg AsIs type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_binary.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_binary.c - Binary objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_binary.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_binary.h - definition for the Binary type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_datetime.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_datetime.c - python date/time objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_datetime.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_datetime.h - definition for the python date/time types
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_list.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_list.c - python list objects
*
* Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_list.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_list.h - definition for the python list types
*
* Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pboolean.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_pboolean.c - psycopg boolean type wrapper implementation
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pboolean.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_pboolean.h - definition for the psycopg boolean type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pdecimal.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_pdecimal.c - psycopg Decimal type wrapper implementation
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pdecimal.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_pdecimal.h - definition for the psycopg Decimal type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pfloat.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_float.c - psycopg pfloat type wrapper implementation
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pfloat.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_pfloat.h - definition for the psycopg float type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pint.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_int.c - psycopg pint type wrapper implementation
*
* Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_pint.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_pint.h - definition for the psycopg int type wrapper
*
* Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_qstring.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_qstring.c - QuotedString objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/adapter_qstring.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* adapter_qstring.h - definition for the QuotedString type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/aix_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Copyright (C) 2017 My Karlsson <mk@acc.umu.se>
* Copyright (c) 2018, Joyent, Inc.
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/aix_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Copyright (C) 2017 My Karlsson <mk@acc.umu.se>
* Copyright (c) 2018-2019, Joyent, Inc.
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/bytes_format.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* bytes_format.c - bytes-oriented version of PyString_Format
*
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/column.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* column.h - definition for a column in cursor.description type
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/column_type.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* column_type.c - python interface to cursor.description objects
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* config.h - general config and Dprintf macro
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/connection.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* connection.h - definition for the psycopg connection type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/connection_int.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* connection_int.c - code used by the connection object
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/connection_type.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* connection_type.c - python interface to connection objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/conninfo.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* connection.h - definition for the psycopg ConnectionInfo type
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/conninfo_type.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* conninfo_type.c - present information about the libpq connection
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/cursor.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* cursor.h - definition for the psycopg cursor type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/cursor_int.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* cursor_int.c - code used by the cursor object
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
2 changes: 1 addition & 1 deletion psycopg/cursor_type.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* cursor_type.c - python interface to cursor objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
* Copyright (C) 2020 The Psycopg Team
* Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
Expand Down
Loading

0 comments on commit 1d3a89a

Please sign in to comment.