diff options
| author | Bruce Momjian | 2012-01-01 23:01:58 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2012-01-01 23:01:58 +0000 |
| commit | e126958c2efdfc2d60b978d1fc7a780ff647e8ad (patch) | |
| tree | 30b5ea1648285f983839f16b79f15af5abfeee0b /src/include/tsearch | |
| parent | 6ba139dc5a8a5cce42f0508c14a8b42f4fb6b1cc (diff) | |
Update copyright notices for year 2012.
Diffstat (limited to 'src/include/tsearch')
| -rw-r--r-- | src/include/tsearch/dicts/regis.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/dicts/spell.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_cache.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_locale.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_public.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_type.h | 2 | ||||
| -rw-r--r-- | src/include/tsearch/ts_utils.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/include/tsearch/dicts/regis.h b/src/include/tsearch/dicts/regis.h index 7b2fd9c63a9..34d15e06f37 100644 --- a/src/include/tsearch/dicts/regis.h +++ b/src/include/tsearch/dicts/regis.h @@ -4,7 +4,7 @@ * * Declarations for for fast regex subset, used by ISpell * - * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * * src/include/tsearch/dicts/regis.h * diff --git a/src/include/tsearch/dicts/spell.h b/src/include/tsearch/dicts/spell.h index f59b30fcab2..9f82c856631 100644 --- a/src/include/tsearch/dicts/spell.h +++ b/src/include/tsearch/dicts/spell.h @@ -4,7 +4,7 @@ * * Declarations for ISpell dictionary * - * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * * src/include/tsearch/dicts/spell.h * diff --git a/src/include/tsearch/ts_cache.h b/src/include/tsearch/ts_cache.h index 84e451ce6d8..9a94ab70a97 100644 --- a/src/include/tsearch/ts_cache.h +++ b/src/include/tsearch/ts_cache.h @@ -3,7 +3,7 @@ * ts_cache.h * Tsearch related object caches. * - * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/tsearch/ts_cache.h diff --git a/src/include/tsearch/ts_locale.h b/src/include/tsearch/ts_locale.h index 28fec558610..d10403d3f09 100644 --- a/src/include/tsearch/ts_locale.h +++ b/src/include/tsearch/ts_locale.h @@ -3,7 +3,7 @@ * ts_locale.h * locale compatibility layer for tsearch * - * Copyright (c) 1998-2011, PostgreSQL Global Development Group + * Copyright (c) 1998-2012, PostgreSQL Global Development Group * * src/include/tsearch/ts_locale.h * diff --git a/src/include/tsearch/ts_public.h b/src/include/tsearch/ts_public.h index 4db4f9f8515..380df6ca5f5 100644 --- a/src/include/tsearch/ts_public.h +++ b/src/include/tsearch/ts_public.h @@ -4,7 +4,7 @@ * Public interface to various tsearch modules, such as * parsers and dictionaries. * - * Copyright (c) 1998-2011, PostgreSQL Global Development Group + * Copyright (c) 1998-2012, PostgreSQL Global Development Group * * src/include/tsearch/ts_public.h * diff --git a/src/include/tsearch/ts_type.h b/src/include/tsearch/ts_type.h index d80a17ba3dc..3adc3369f9d 100644 --- a/src/include/tsearch/ts_type.h +++ b/src/include/tsearch/ts_type.h @@ -3,7 +3,7 @@ * ts_type.h * Definitions for the tsvector and tsquery types * - * Copyright (c) 1998-2011, PostgreSQL Global Development Group + * Copyright (c) 1998-2012, PostgreSQL Global Development Group * * src/include/tsearch/ts_type.h * diff --git a/src/include/tsearch/ts_utils.h b/src/include/tsearch/ts_utils.h index 9c1019f49ae..1db4c4f78b4 100644 --- a/src/include/tsearch/ts_utils.h +++ b/src/include/tsearch/ts_utils.h @@ -3,7 +3,7 @@ * ts_utils.h * helper utilities for tsearch * - * Copyright (c) 1998-2011, PostgreSQL Global Development Group + * Copyright (c) 1998-2012, PostgreSQL Global Development Group * * src/include/tsearch/ts_utils.h * |
