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 COPYRIGHT
Original file line number Diff line number Diff line change
@@ -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
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) 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.

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/snowflake

nav:
Expand Down
2 changes: 1 addition & 1 deletion snowflake.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
Loading