Skip to content

Commit b82f06c

Browse files
committed
Fix erroneous replacement of PostggreSQL by &productname; where Global development group is refered
1 parent a58ab6a commit b82f06c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/legal.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<copyright>
66
<year>1996-2016</year>
7-
<holder>The &productname; Global Development Group</holder>
7+
<holder>The PostgreSQL Global Development Group</holder>
88
</copyright>
99

1010
<legalnotice id="legalnotice">
1111
<title>Legal Notice</title>
1212

1313
<para>
14-
<productname>&productname;</productname> is Copyright &copy; 1996-2016
15-
by the &productname; Global Development Group.
14+
<productname>PostgreSQL</productname> is Copyright &copy; 1996-2016
15+
by the PostgreSQL Global Development Group.
1616
</para>
1717

1818
<para>

doc/src/sgml/lobj.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ SELECT lo_export(image.raster, '/tmp/motd') FROM image
670670
* testlo.c
671671
* test using large objects with libpq
672672
*
673-
* Portions Copyright (c) 1996-2015, &productname; Global Development Group
673+
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
674674
* Portions Copyright (c) 1994, Regents of the University of California
675675
*
676676
*

0 commit comments

Comments
 (0)