1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update copyright for 2016

On closer inspection, the reason copyright.pl was missing files is
that it is looking for 'Copyright (c)' and they had 'Copyright (C)'.
Fix that, and update a couple more that grepping for that revealed.
This commit is contained in:
Tom Lane
2016-01-02 14:19:48 -05:00
parent ad08bf5c8b
commit 48c9f2889a
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
*
* auth_delay.c
*
* Copyright (C) 2010-2011, PostgreSQL Global Development Group
* Copyright (c) 2010-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/auth_delay/auth_delay.c