diff options
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r-- | src/include/postgres.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h index b5b159fcc4..37a7f8a49e 100644 --- a/src/include/postgres.h +++ b/src/include/postgres.h @@ -4,7 +4,8 @@ * definition of (and support for) postgres system types. * this file is included by almost every .c in the system * - * Copyright (c) 1995, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1995, Regents of the University of California * * $Id$ * |