1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00

Update copyright year in files added by 1bb5e78218.

This commit is contained in:
Amit Kapila
2019-03-16 16:00:38 +05:30
parent 16d489b0fe
commit f27314ff9a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* partdesc.c * partdesc.c
* Support routines for manipulating partition descriptors * Support routines for manipulating partition descriptors
* *
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* IDENTIFICATION * IDENTIFICATION

View File

@ -2,7 +2,7 @@
* *
* partdesc.h * partdesc.h
* *
* Copyright (c) 1996-2018, PostgreSQL Global Development Group * Copyright (c) 1996-2019, PostgreSQL Global Development Group
* *
* src/include/utils/partdesc.h * src/include/utils/partdesc.h
* *