diff options
author | Bruce Momjian | 2010-02-05 04:34:51 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-02-05 04:34:51 +0000 |
commit | 7027aba9804931e27a3d0b542b87461e2b88b42b (patch) | |
tree | ad6f160a74c9b36bffbe3559f46b12479d6bc32b | |
parent | 8283b65019b6d0274853128d6a618b36745d7e5e (diff) |
Remove /contrib/isn copyright mention for German Mendez Bravo, with
author's permission.
-rw-r--r-- | contrib/isn/isn.c | 4 | ||||
-rw-r--r-- | contrib/isn/isn.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/isn/isn.c b/contrib/isn/isn.c index 9046afe535..11cd53a390 100644 --- a/contrib/isn/isn.c +++ b/contrib/isn/isn.c @@ -3,11 +3,11 @@ * isn.c * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) * - * Copyright (c) 2004-2006, Germ�n M�ndez Bravo (Kronuz) + * Author: German Mendez Bravo (Kronuz) * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.12 2010/01/02 16:57:32 momjian Exp $ + * $PostgreSQL: pgsql/contrib/isn/isn.c,v 1.13 2010/02/05 04:34:51 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/contrib/isn/isn.h b/contrib/isn/isn.h index bf8f238cec..628fdab91b 100644 --- a/contrib/isn/isn.h +++ b/contrib/isn/isn.h @@ -3,11 +3,11 @@ * isn.h * PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC) * - * Copyright (c) 2004-2006, Germ�n M�ndez Bravo (Kronuz) + * Author: German Mendez Bravo (Kronuz) * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.8 2010/01/02 16:57:32 momjian Exp $ + * $PostgreSQL: pgsql/contrib/isn/isn.h,v 1.9 2010/02/05 04:34:51 momjian Exp $ * *------------------------------------------------------------------------- */ |