From 2a4fcf4b582e0636108a71882244e34462fe3809 Mon Sep 17 00:00:00 2001 From: David Steele Date: Mon, 19 Jan 2026 17:36:38 +0700 Subject: [PATCH] Update LICENSE.txt and PostgreSQL copyright for 2026. --- LICENSE | 4 ++-- src/common/macro.h | 2 +- src/postgres/interface/static.vendor.h | 2 +- src/postgres/interface/version.vendor.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index c6a272591..4d59fcfd4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Portions Copyright (c) 2015-2025, The PostgreSQL Global Development Group -Portions Copyright (c) 2013-2025, David Steele +Portions Copyright (c) 2015-2026, The PostgreSQL Global Development Group +Portions Copyright (c) 2013-2026, David Steele Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/common/macro.h b/src/common/macro.h index 4c69d4ff3..643b1d9c1 100644 --- a/src/common/macro.h +++ b/src/common/macro.h @@ -1,7 +1,7 @@ /*********************************************************************************************************************************** General Macros -Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group +Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group Portions Copyright (c) 1994, Regents of the University of California ***********************************************************************************************************************************/ #ifndef COMMON_MACRO_H diff --git a/src/postgres/interface/static.vendor.h b/src/postgres/interface/static.vendor.h index 59a0e4079..7130133f4 100644 --- a/src/postgres/interface/static.vendor.h +++ b/src/postgres/interface/static.vendor.h @@ -1,7 +1,7 @@ /*********************************************************************************************************************************** PostgreSQL Types That Do Not Vary By Version -Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group +Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group Portions Copyright (c) 1994, Regents of the University of California For each supported release of PostgreSQL check the types in this file to see if they have changed. The easiest way to do this is to diff --git a/src/postgres/interface/version.vendor.h b/src/postgres/interface/version.vendor.h index 991386628..d2a4d11be 100644 --- a/src/postgres/interface/version.vendor.h +++ b/src/postgres/interface/version.vendor.h @@ -1,7 +1,7 @@ /*********************************************************************************************************************************** PostgreSQL Types That Vary By Version -Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group +Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group Portions Copyright (c) 1994, Regents of the University of California For each supported release of PostgreSQL check the types in this file to see if they have changed. The easiest way to do this is to