1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +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

@ -3,7 +3,7 @@
* test_rls_hooks.c
* Code for testing RLS hooks.
*
* Copyright (C) 2015-2016, PostgreSQL Global Development Group
* Copyright (c) 2015-2016, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_rls_hooks/test_rls_hooks.c