You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Update LICENSE.txt and PostgreSQL copyright for 2024.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Portions Copyright (c) 2015-2023, The PostgreSQL Global Development Group
|
Portions Copyright (c) 2015-2024, The PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 2013-2023, David Steele
|
Portions Copyright (c) 2013-2024, David Steele
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
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
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
/***********************************************************************************************************************************
|
/***********************************************************************************************************************************
|
||||||
General Macros
|
General Macros
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994, Regents of the University of California
|
Portions Copyright (c) 1994, Regents of the University of California
|
||||||
***********************************************************************************************************************************/
|
***********************************************************************************************************************************/
|
||||||
#ifndef COMMON_MACRO_H
|
#ifndef COMMON_MACRO_H
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/***********************************************************************************************************************************
|
/***********************************************************************************************************************************
|
||||||
PostgreSQL Types That Do Not Vary By Version
|
PostgreSQL Types That Do Not Vary By Version
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994, Regents of the University of California
|
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
|
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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/***********************************************************************************************************************************
|
/***********************************************************************************************************************************
|
||||||
PostgreSQL Types That Vary By Version
|
PostgreSQL Types That Vary By Version
|
||||||
|
|
||||||
Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||||
Portions Copyright (c) 1994, Regents of the University of California
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user