diff --git a/LICENSE.md b/LICENSE.md index cd3cb6a..bb9c7e4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 41da73e..f6bb842 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: diff --git a/src/lolor.c b/src/lolor.c index 41df671..66d5676 100644 --- a/src/lolor.c +++ b/src/lolor.c @@ -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 * diff --git a/src/lolor.h b/src/lolor.h index 05903fb..3c4bdbf 100644 --- a/src/lolor.h +++ b/src/lolor.h @@ -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 * diff --git a/src/lolor_fsstubs.c b/src/lolor_fsstubs.c index cd7c7cd..8f2fa8b 100644 --- a/src/lolor_fsstubs.c +++ b/src/lolor_fsstubs.c @@ -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 * diff --git a/src/lolor_inv_api.c b/src/lolor_inv_api.c index 96a9ac4..4f59b3f 100644 --- a/src/lolor_inv_api.c +++ b/src/lolor_inv_api.c @@ -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 * diff --git a/src/lolor_largeobject.c b/src/lolor_largeobject.c index 831b72e..b06686a 100644 --- a/src/lolor_largeobject.c +++ b/src/lolor_largeobject.c @@ -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 *