From 2c6469d4cd8175349abfe8da89dd642bca68fcfa Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 19 May 2025 09:46:52 +0900 Subject: Fix incorrect year in some copyright notices A couple of new files have been added in the tree with a copyright year of 2024 while we were already in 2025. These should be marked with 2025, so let's fix them. Reported-by: Shaik Mohammad Mujeeb Discussion: https://postgr.es/m/CALa6HA4_Wu7-2PV0xv-Q84cT8eG7rTx6bdjUV0Pc=McAwkNMfQ@mail.gmail.com --- src/include/access/gin_tuple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/gin_tuple.h') diff --git a/src/include/access/gin_tuple.h b/src/include/access/gin_tuple.h index 4a50565960f..702f7d12889 100644 --- a/src/include/access/gin_tuple.h +++ b/src/include/access/gin_tuple.h @@ -2,7 +2,7 @@ * gin.h * Public header file for Generalized Inverted Index access method. * - * Copyright (c) 2006-2024, PostgreSQL Global Development Group + * Copyright (c) 2006-2025, PostgreSQL Global Development Group * * src/include/access/gin.h *-------------------------------------------------------------------------- -- cgit v1.2.3