From: Bruce Momjian Date: Wed, 2 Jan 2008 02:42:06 +0000 (+0000) Subject: Correct two more copyrights found by updated script. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=1f54d6ba7e72807255f96f2be5d766eb67a1210f;p=users%2Fbernd%2Fpostgres.git Correct two more copyrights found by updated script. --- diff --git a/src/backend/utils/probes.d b/src/backend/utils/probes.d index ca39c2feef..89291dd87f 100644 --- a/src/backend/utils/probes.d +++ b/src/backend/utils/probes.d @@ -1,7 +1,7 @@ /* ---------- * DTrace probes for PostgreSQL backend * - * Copyright (c) 2006, PostgreSQL Global Development Group + * Copyright (c) 2006-2008, PostgreSQL Global Development Group * * $PostgreSQL$ * ---------- diff --git a/src/include/pg_trace.h b/src/include/pg_trace.h index 5ffe42c080..3903fb1bde 100644 --- a/src/include/pg_trace.h +++ b/src/include/pg_trace.h @@ -3,7 +3,7 @@ * * Definitions for the PostgreSQL tracing framework * - * Copyright (c) 2006, PostgreSQL Global Development Group + * Copyright (c) 2006-2008, PostgreSQL Global Development Group * * $PostgreSQL$ * ----------