diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 23:59:41 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-08-04 23:59:41 +0000 |
commit | 2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (patch) | |
tree | 04b3d3d242e7104d905756ae2929482fc264addd /src/include/executor | |
parent | d10146c06715edc0f10740b1f5704cd6f7cce074 (diff) |
Fix some copyright notices that weren't updated. Improve copyright tool
so it won't miss 'em again.
Diffstat (limited to 'src/include/executor')
-rw-r--r-- | src/include/executor/instrument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/instrument.h b/src/include/executor/instrument.h index 9079c63ad40..9c19394897d 100644 --- a/src/include/executor/instrument.h +++ b/src/include/executor/instrument.h @@ -4,9 +4,9 @@ * definitions for run-time statistics collection * * - * Copyright (c) 2001, PostgreSQL Global Development Group + * Copyright (c) 2001-2003, PostgreSQL Global Development Group * - * $Id: instrument.h,v 1.4 2001/11/05 17:46:33 momjian Exp $ + * $Id: instrument.h,v 1.5 2003/08/04 23:59:41 tgl Exp $ * *------------------------------------------------------------------------- */ |