Skip to content

Commit 9546f9a

Browse files
author
Antonin Houska
committed
Updated copyright notice.
1 parent b93beaa commit 9546f9a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

concurrent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This file handles changes that took place while the data is being
77
* copied from one table to another one.
88
*
9-
* Copyright (c) 2021-2023, Cybertec PostgreSQL International GmbH
9+
* Copyright (c) 2021-2025, Cybertec PostgreSQL International GmbH
1010
*
1111
*-----------------------------------------------------------------------------------
1212
*/

pg_rewrite.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*------------------------------------------------------------
1+
/*----------------------------------------------------------------
22
*
33
* pg_rewrite.c
44
* Tools for maintenance that requires table rewriting.
55
*
6-
* Copyright (c) 2021-2023, Cybertec PostgreSQL International GmbH
6+
* Copyright (c) 2021-2025, Cybertec PostgreSQL International GmbH
77
*
8-
*------------------------------------------------------------
8+
*----------------------------------------------------------------
99
*/
1010
#include "pg_rewrite.h"
1111

pg_rewrite.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*------------------------------------------------------------
1+
/*----------------------------------------------------------------
22
*
33
* pg_rewrite.h
44
* Tools for maintenance that requires table rewriting.
55
*
6-
* Copyright (c) 2023, Cybertec PostgreSQL International GmbH
6+
* Copyright (c) 2021-2025, Cybertec PostgreSQL International GmbH
77
*
8-
*------------------------------------------------------------
8+
*----------------------------------------------------------------
99
*/
1010

1111
#include <sys/time.h>

0 commit comments

Comments
 (0)