1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-15 19:15:29 +03:00

Correct two more copyrights found by updated script.

This commit is contained in:
Bruce Momjian 2008-01-02 02:42:06 +00:00
parent be6c3b5c2b
commit 14b5eaa236
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
/* ---------- /* ----------
* DTrace probes for PostgreSQL backend * 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 $
* ---------- * ----------
*/ */

View File

@ -3,9 +3,9 @@
* *
* Definitions for the PostgreSQL tracing framework * 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 $
* ---------- * ----------
*/ */