From: Bruce Momjian Date: Wed, 2 Jan 2008 02:42:06 +0000 (+0000) Subject: Correct two more copyrights found by updated script. X-Git-Tag: REL8_3_RC1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14b5eaa236e914af236f30bde6a52edb18c5da9f;p=thirdparty%2Fpostgresql.git Correct two more copyrights found by updated script. --- diff --git a/src/backend/utils/probes.d b/src/backend/utils/probes.d index 2720de8cd93..40dd3c9e518 100644 --- a/src/backend/utils/probes.d +++ b/src/backend/utils/probes.d @@ -1,9 +1,9 @@ /* ---------- * DTrace probes for PostgreSQL backend * - * Copyright (c) 2006, PostgreSQL Global Development Group + * Copyright (c) 2006-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/backend/utils/probes.d,v 1.1 2006/07/24 16:32:45 petere Exp $ + * $PostgreSQL: pgsql/src/backend/utils/probes.d,v 1.2 2008/01/02 02:42:06 momjian Exp $ * ---------- */ diff --git a/src/include/pg_trace.h b/src/include/pg_trace.h index 77862ff0e37..28b6e8ead64 100644 --- a/src/include/pg_trace.h +++ b/src/include/pg_trace.h @@ -3,9 +3,9 @@ * * Definitions for the PostgreSQL tracing framework * - * Copyright (c) 2006, PostgreSQL Global Development Group + * Copyright (c) 2006-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/pg_trace.h,v 1.2 2006/10/04 00:30:06 momjian Exp $ + * $PostgreSQL: pgsql/src/include/pg_trace.h,v 1.3 2008/01/02 02:42:06 momjian Exp $ * ---------- */