Skip to content

Commit 10a376c

Browse files
committed
Update copyright year in forgotten places
found by Stefan Kaltenbrunner
1 parent a0bab30 commit 10a376c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/sgml/legal.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!-- $PostgreSQL: pgsql/doc/src/sgml/legal.sgml,v 1.25 2010/01/02 16:57:33 momjian Exp $ -->
22

33
<copyright>
4-
<year>1996-2010</year>
4+
<year>1996-2012</year>
55
<holder>The PostgreSQL Global Development Group</holder>
66
</copyright>
77

88
<legalnotice id="legalnotice">
99
<title>Legal Notice</title>
1010

1111
<para>
12-
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2010
12+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2012
1313
by the PostgreSQL Global Development Group and is distributed under
1414
the terms of the license of the University of California below.
1515
</para>

src/interfaces/libpq/libpq.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ BEGIN
1717
VALUE "FileDescription", "PostgreSQL Access Library\0"
1818
VALUE "FileVersion", "9.0.8\0"
1919
VALUE "InternalName", "libpq\0"
20-
VALUE "LegalCopyright", "Copyright (C) 2010\0"
20+
VALUE "LegalCopyright", "Copyright (C) 2012\0"
2121
VALUE "LegalTrademarks", "\0"
2222
VALUE "OriginalFilename", "libpq.dll\0"
2323
VALUE "ProductName", "PostgreSQL\0"

0 commit comments

Comments
 (0)