diff --git a/docs/ast.rst b/docs/ast.rst index bfe1056..b0352dc 100644 --- a/docs/ast.rst +++ b/docs/ast.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2021-2023 Lele Gaifax +.. :Copyright: © 2021-2024 Lele Gaifax .. .. _pglast.ast: diff --git a/docs/conf.py b/docs/conf.py index 2798465..f0a4944 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # General information about the project. project = 'pglast' -copyright = '2017-2023 Lele Gaifax' +copyright = '2017-2024 Lele Gaifax' author = 'Lele Gaifax' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/dml.rst b/docs/dml.rst index 25a2dda..b0e1200 100644 --- a/docs/dml.rst +++ b/docs/dml.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ====================================================== diff --git a/docs/lockdefs.rst b/docs/lockdefs.rst index 2ebb66d..05da255 100644 --- a/docs/lockdefs.rst +++ b/docs/lockdefs.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ========================================================================== diff --git a/docs/lockoptions.rst b/docs/lockoptions.rst index a56fa1d..c0c0ec1 100644 --- a/docs/lockoptions.rst +++ b/docs/lockoptions.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ================================================================================ diff --git a/docs/nodes.rst b/docs/nodes.rst index 9ef296e..d93ad75 100644 --- a/docs/nodes.rst +++ b/docs/nodes.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ==================================================================== diff --git a/docs/pg_am.rst b/docs/pg_am.rst index d0040db..7a015a3 100644 --- a/docs/pg_am.rst +++ b/docs/pg_am.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ==================================================================== diff --git a/docs/pg_attribute.rst b/docs/pg_attribute.rst index 7bda7d0..440798f 100644 --- a/docs/pg_attribute.rst +++ b/docs/pg_attribute.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ================================================================================== diff --git a/docs/pg_class.rst b/docs/pg_class.rst index c97f95d..896ec3c 100644 --- a/docs/pg_class.rst +++ b/docs/pg_class.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ========================================================================== diff --git a/docs/pg_trigger.rst b/docs/pg_trigger.rst index 244c1b7..1e64ed3 100644 --- a/docs/pg_trigger.rst +++ b/docs/pg_trigger.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ============================================================================== diff --git a/docs/primnodes.rst b/docs/primnodes.rst index 1d34393..a6e7f0d 100644 --- a/docs/primnodes.rst +++ b/docs/primnodes.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ============================================================================ diff --git a/docs/xml.rst b/docs/xml.rst index d00a1ca..7303043 100644 --- a/docs/xml.rst +++ b/docs/xml.rst @@ -2,7 +2,7 @@ .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later -.. :Copyright: © 2017-2023 Lele Gaifax +.. :Copyright: © 2017-2024 Lele Gaifax .. ================================================================ diff --git a/pglast/ast.py b/pglast/ast.py index 448b925..2a1e41c 100644 --- a/pglast/ast.py +++ b/pglast/ast.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from struct_defs.json @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2021-2023 Lele Gaifax +# :Copyright: © 2021-2024 Lele Gaifax # from collections import namedtuple diff --git a/pglast/ast.pyx b/pglast/ast.pyx index daf7808..7cbe3b4 100644 --- a/pglast/ast.pyx +++ b/pglast/ast.pyx @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from struct_defs.json @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2021-2023 Lele Gaifax +# :Copyright: © 2021-2024 Lele Gaifax # #cython: language_level=3 diff --git a/pglast/enums/lockdefs.py b/pglast/enums/lockdefs.py index 0af777f..1257fc2 100644 --- a/pglast/enums/lockdefs.py +++ b/pglast/enums/lockdefs.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from lockdefs.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/lockoptions.py b/pglast/enums/lockoptions.py index 641b37b..7d7e6af 100644 --- a/pglast/enums/lockoptions.py +++ b/pglast/enums/lockoptions.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from lockoptions.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/nodes.py b/pglast/enums/nodes.py index 6242419..a49a373 100644 --- a/pglast/enums/nodes.py +++ b/pglast/enums/nodes.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from nodes.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/pg_am.py b/pglast/enums/pg_am.py index 3e7bb40..538e6d3 100644 --- a/pglast/enums/pg_am.py +++ b/pglast/enums/pg_am.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from pg_am.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/pg_attribute.py b/pglast/enums/pg_attribute.py index 5df1f0b..d5ed2ee 100644 --- a/pglast/enums/pg_attribute.py +++ b/pglast/enums/pg_attribute.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from pg_attribute.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/pg_class.py b/pglast/enums/pg_class.py index 880714a..22aa8dc 100644 --- a/pglast/enums/pg_class.py +++ b/pglast/enums/pg_class.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from pg_class.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/pg_trigger.py b/pglast/enums/pg_trigger.py index 94f8594..07aa427 100644 --- a/pglast/enums/pg_trigger.py +++ b/pglast/enums/pg_trigger.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from pg_trigger.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/primnodes.py b/pglast/enums/primnodes.py index bcc27f4..9cbcc22 100644 --- a/pglast/enums/primnodes.py +++ b/pglast/enums/primnodes.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from primnodes.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/enums/xml.py b/pglast/enums/xml.py index 93c90d1..aa06482 100644 --- a/pglast/enums/xml.py +++ b/pglast/enums/xml.py @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from xml.h @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2017-2023 Lele Gaifax +# :Copyright: © 2017-2024 Lele Gaifax # from enum import Enum, IntEnum, IntFlag, auto diff --git a/pglast/structs.pxd b/pglast/structs.pxd index 610e0f8..a6859e0 100644 --- a/pglast/structs.pxd +++ b/pglast/structs.pxd @@ -2,7 +2,7 @@ # :Project: pglast -- DO NOT EDIT: automatically extracted from struct_defs.json @ 15-4.2.4-0-gdb39825 # :Author: Lele Gaifax # :License: GNU General Public License version 3 or later -# :Copyright: © 2021-2023 Lele Gaifax +# :Copyright: © 2021-2024 Lele Gaifax # #cython: language_level=3