diff options
author | Tom Lane | 2005-01-01 20:44:34 +0000 |
---|---|---|
committer | Tom Lane | 2005-01-01 20:44:34 +0000 |
commit | 7e1c8ef4fca01293cd561386c1b37bb53e26d62a (patch) | |
tree | 20d7f1cd615158f6ea3a1e71c740f1af626360fb /src/bin/scripts | |
parent | 3ca924a9dd524c158235c98d9a0acb3cae314b73 (diff) |
Some more missed copyright notices. Many of these look like they
should have been caught by the src/tools/copyright script ... why
weren't they?
Diffstat (limited to 'src/bin/scripts')
-rw-r--r-- | src/bin/scripts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/Makefile b/src/bin/scripts/Makefile index dbc7d0ade24..12de34ea389 100644 --- a/src/bin/scripts/Makefile +++ b/src/bin/scripts/Makefile @@ -2,10 +2,10 @@ # # Makefile for src/bin/scripts # -# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.31 2004/10/05 19:30:25 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/scripts/Makefile,v 1.32 2005/01/01 20:44:26 tgl Exp $ # #------------------------------------------------------------------------- |