diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-02-05 03:06:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-02-05 03:06:30 +0000 |
commit | a141ec13de1b2ee4ff7ec1e6b0da03ce7eb7dbbb (patch) | |
tree | a887dac749e4d277b0b29456e41442a06baed073 | |
parent | 58fb345ddeccf6b198215c26a8dcbc13101c4df2 (diff) | |
download | postgresql-a141ec13de1b2ee4ff7ec1e6b0da03ce7eb7dbbb.tar.gz postgresql-a141ec13de1b2ee4ff7ec1e6b0da03ce7eb7dbbb.zip |
Rewrite intagg/Makefile from scratch, to avoid copyright mention.
-rw-r--r-- | contrib/intagg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/intagg/Makefile b/contrib/intagg/Makefile index d100ec91afa..73ce7e4173f 100644 --- a/contrib/intagg/Makefile +++ b/contrib/intagg/Makefile @@ -1,8 +1,4 @@ -############################################# -# Makefile for integer aggregator -# Copyright (C) 2001 Digital Music Network. -# by Mark L. Woodward -# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.10 2008/11/14 19:58:45 tgl Exp $ +# $PostgreSQL: pgsql/contrib/intagg/Makefile,v 1.11 2010/02/05 03:06:30 momjian Exp $ DATA = int_aggregate.sql uninstall_int_aggregate.sql |