diff --git a/COPYRIGHT b/COPYRIGHT index 95b4963..37040a0 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ Snowflake ID Implementation for PostgreSQL -Copyright (c) 2021-2025, pgEdge, Inc. +Copyright (c) 2021-2026, pgEdge, Inc. Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California diff --git a/LICENSE.md b/LICENSE.md index 4d3a059..4021be5 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The PostgreSQL License -Copyright (c) 2023 - 2025, pgEdge, Inc. +Copyright (c) 2023 - 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 4bfb032..be3a698 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/snowflake nav: diff --git a/snowflake.c b/snowflake.c index eb0c027..483aa3c 100644 --- a/snowflake.c +++ b/snowflake.c @@ -3,7 +3,7 @@ * snowflake.c * Snowflake style IDs for PostgreSQL * - * Copyright (c) 2025, pgEdge, Inc. + * Copyright (c) 2026, pgEdge, Inc. * Portions Copyright (c) 2025, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California *