diff options
| author | Tom Lane | 2003-08-04 23:59:41 +0000 |
|---|---|---|
| committer | Tom Lane | 2003-08-04 23:59:41 +0000 |
| commit | 2f9c859ea13dc90ac0c9dfc63b68d20a7caf8b19 (patch) | |
| tree | 04b3d3d242e7104d905756ae2929482fc264addd /src/include/access | |
| 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/access')
| -rw-r--r-- | src/include/access/tuptoaster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index a99c47a28f4..402d572b449 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -4,9 +4,9 @@ * POSTGRES definitions for external and compressed storage * of variable size attributes. * - * Copyright (c) 2000, PostgreSQL Development Team + * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $Id: tuptoaster.h,v 1.15 2002/09/04 20:31:37 momjian Exp $ + * $Id: tuptoaster.h,v 1.16 2003/08/04 23:59:40 tgl Exp $ * *------------------------------------------------------------------------- */ |
