1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Add missing copyright blurb, make ruleutils.c use the standard layout

for its header comment.
This commit is contained in:
Neil Conway
2007-01-20 01:08:42 +00:00
parent 4fdfdd44bd
commit d97a89f21b
3 changed files with 20 additions and 8 deletions

View File

@ -3,9 +3,11 @@
* version.c
* Returns the PostgreSQL version string
*
* Copyright (c) 1998-2007, PostgreSQL Global Development Group
*
* IDENTIFICATION
*
* $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.13 2003/11/29 19:52:00 pgsql Exp $
* $PostgreSQL: pgsql/src/backend/utils/adt/version.c,v 1.14 2007/01/20 01:08:42 neilc Exp $
*
*-------------------------------------------------------------------------
*/