diff options
author | Bruce Momjian | 2011-01-01 18:18:15 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-01-01 18:18:15 +0000 |
commit | 5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc (patch) | |
tree | 482c4da1affa45abf4723854e7f20752ae1e8e63 /src/include/getaddrinfo.h | |
parent | 67c9e4442f2521ff2ad62aa4d409269ea684ac0a (diff) |
Stamp copyrights for year 2011.
Diffstat (limited to 'src/include/getaddrinfo.h')
-rw-r--r-- | src/include/getaddrinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/getaddrinfo.h b/src/include/getaddrinfo.h index 249dfbed2c..21c0413247 100644 --- a/src/include/getaddrinfo.h +++ b/src/include/getaddrinfo.h @@ -13,7 +13,7 @@ * This code will also work on platforms where struct addrinfo is defined * in the system headers but no getaddrinfo() can be located. * - * Copyright (c) 2003-2010, PostgreSQL Global Development Group + * Copyright (c) 2003-2011, PostgreSQL Global Development Group * * src/include/getaddrinfo.h * |