Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The PostgreSQL License

Copyright (c) 2024 - 2025, pgEdge, Inc.
Copyright (c) 2024 - 2026, pgEdge, Inc.

Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ theme:
extra:
generator: false

copyright: Copyright © 2023 - 2025 pgEdge, Inc
copyright: Copyright © 2023 - 2026 pgEdge, Inc
repo_url: https://github.com/pgEdge/lolor

nav:
Expand Down
2 changes: 1 addition & 1 deletion src/lolor.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* lolor.c
* PostgreSQL definitions for Large Objects for logical replication.
*
* Copyright (c) 2022-2025, pgEdge, Inc.
* Copyright (c) 2022-2026, pgEdge, Inc.
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/lolor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* lolor.h
* large object logical replication
*
* Copyright (c) 2022-2024, pgEdge, Inc.
* Copyright (c) 2022-2026, pgEdge, Inc.
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/lolor_fsstubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* lolor_fsstubs.c
* Builtin functions for open/close/read/write operations on large objects
*
* Copyright (c) 2022-2025, pgEdge, Inc.
* Copyright (c) 2022-2026, pgEdge, Inc.
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/lolor_inv_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* memory context given to lolor_inv_open (for LargeObjectDesc structs).
*
*
* Copyright (c) 2022-2025, pgEdge, Inc.
* Copyright (c) 2022-2026, pgEdge, Inc.
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down
2 changes: 1 addition & 1 deletion src/lolor_largeobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* lolor_largeobject.c
* routines to support manipulation of the pg_largeobject relation
*
* Copyright (c) 2022-2025, pgEdge, Inc.
* Copyright (c) 2022-2026, pgEdge, Inc.
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
Expand Down