diff options
| author | Bruce Momjian <bruce@momjian.us> | 2011-01-01 13:18:15 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2011-01-01 13:18:15 -0500 |
| commit | 5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc (patch) | |
| tree | 482c4da1affa45abf4723854e7f20752ae1e8e63 /src/include/tsearch | |
| parent | 67c9e4442f2521ff2ad62aa4d409269ea684ac0a (diff) | |
| download | postgresql-5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc.tar.gz | |
Stamp copyrights for year 2011.
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 8585311db7..7b2fd9c63a 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-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, 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 b41fbb6fd5..86c7e748e3 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-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, 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 04592f477f..5ae38b2a43 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-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, 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 be717586d3..28fec55861 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-2010, PostgreSQL Global Development Group + * Copyright (c) 1998-2011, 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 b8f43fbf0c..437f4369e2 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-2010, PostgreSQL Global Development Group + * Copyright (c) 1998-2011, 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 114352c492..6a33f851a3 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-2010, PostgreSQL Global Development Group + * Copyright (c) 1998-2011, 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 a41c2363b9..62890aabb7 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-2010, PostgreSQL Global Development Group + * Copyright (c) 1998-2011, PostgreSQL Global Development Group * * src/include/tsearch/ts_utils.h * |
