Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c6469d

Browse files
committed
Fix incorrect year in some copyright notices
A couple of new files have been added in the tree with a copyright yearof 2024 while we were already in 2025. These should be marked with2025, so let's fix them.Reported-by: Shaik Mohammad Mujeeb <mujeeb.sk.dev@gmail.com>Discussion:https://postgr.es/m/CALa6HA4_Wu7-2PV0xv-Q84cT8eG7rTx6bdjUV0Pc=McAwkNMfQ@mail.gmail.com
1 parent11b2dc3 commit2c6469d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎contrib/sepgsql/t/001_sepgsql.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (c) 2024, PostgreSQL Global Development Group
2+
# Copyright (c) 2024-2025, PostgreSQL Global Development Group
33

44
use strict;
55
use warningsFATAL=>'all';

‎src/include/access/gin_tuple.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* gin.h
33
* Public header file for Generalized Inverted Index access method.
44
*
5-
*Copyright (c) 2006-2024, PostgreSQL Global Development Group
5+
*Copyright (c) 2006-2025, PostgreSQL Global Development Group
66
*
77
*src/include/access/gin.h
88
*--------------------------------------------------------------------------

‎src/include/storage/waiteventset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* functions.
1616
*
1717
*
18-
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
18+
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
1919
* Portions Copyright (c) 1994, Regents of the University of California
2020
*
2121
* src/include/storage/waiteventset.h

‎src/port/pg_localeconv_r.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* pg_localeconv_r.c
44
* Thread-safe implementations of localeconv()
55
*
6-
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp