Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b633295

Browse files
author
Thomas G. Lockhart
committed
Remove references to PostgreSQL as "public-domain" since that has a
specific meaning wrt copyright (or lack thereof).
1 parent 8ad4f99 commit b633295

File tree

7 files changed

+27
-15
lines changed

7 files changed

+27
-15
lines changed

doc/src/sgml/admin.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.17 1999/09/29 05:18:14 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/admin.sgml,v 1.18 1999/12/06 16:37:11 thomas Exp $
33

44
Postgres Administrator's Guide.
55
Derived from postgres.sgml.
66
- thomas 1998-10-27
77

88
$Log: admin.sgml,v $
9+
Revision 1.18 1999/12/06 16:37:11 thomas
10+
Remove references to PostgreSQL as "public-domain" since that has a
11+
specific meaning wrt copyright (or lack thereof).
12+
913
Revision 1.17 1999/09/29 05:18:14 thomas
1014
Strip out some cvs log info.
1115

@@ -110,7 +114,7 @@ Your name here...
110114
now becoming available in some commercial databases.
111115
It provides SQL92/SQL3 language support,
112116
transaction integrity, and type extensibility.
113-
<ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
117+
<ProductName>PostgreSQL</ProductName> is an open-source descendant
114118
of this original Berkeley code.
115119
</Para>
116120
</Preface>

doc/src/sgml/history.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
<ulink url="http://http.cs.berkeley.edu/~jolly/">Jolly Chen</ulink>
9999
added a SQL language interpreter to <productname>Postgres</productname>.
100100
<productname>Postgres95</productname> was subsequently released to
101-
the Web to find its own way in the world as a public-domain,
102-
open source descendant of the original <productname>Postgres</productname>
101+
the Web to find its own way in the world as an
102+
open-source descendant of the original <productname>Postgres</productname>
103103
Berkeley code.
104104
</para>
105105

doc/src/sgml/installation.sgml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.6 1999/06/04 15:51:42 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.7 1999/12/06 16:37:11 thomas Exp $
33

44
Postgres quick Installation Guide.
55
- thomas 1998-10-26
66

77
$Log: installation.sgml,v $
8+
Revision 1.7 1999/12/06 16:37:11 thomas
9+
Remove references to PostgreSQL as "public-domain" since that has a
10+
specific meaning wrt copyright (or lack thereof).
11+
812
Revision 1.6 1999/06/04 15:51:42 thomas
913
Add blurb on new docs in release notes.
1014
Make minor info and markup changes for v6.5 release.
@@ -122,7 +126,7 @@ Your name here...
122126
now becoming available in some commercial databases.
123127
It provides SQL92/SQL3 language support,
124128
transaction integrity, and type extensibility.
125-
<productname>PostgreSQL</productname> is a public-domain, open source descendant
129+
<productname>PostgreSQL</productname> is an open-source descendant
126130
of this original Berkeley code.
127131
</para>
128132
</preface>

doc/src/sgml/postgres.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Your name here...
157157
now becoming available in some commercial databases.
158158
It provides SQL92/SQL3 language support,
159159
transaction integrity, and type extensibility.
160-
<ProductName>PostgreSQL</ProductName> is a public-domain,
161-
open source descendant of this original Berkeley code.
160+
<ProductName>PostgreSQL</ProductName> is an
161+
open-source descendant of this original Berkeley code.
162162
</Para>
163163
</Preface>
164164

@@ -320,7 +320,7 @@ Omit index until we have some index entries.
320320

321321
<!-- Keep this comment at the end of the file
322322
Local variables:
323-
mode: sgml
323+
mode:sgml
324324
sgml-omittag:nil
325325
sgml-shorttag:t
326326
sgml-minimize-attributes:nil
@@ -330,7 +330,7 @@ sgml-indent-data:t
330330
sgml-parent-document:nil
331331
sgml-default-dtd-file:"./reference.ced"
332332
sgml-exposed-tags:nil
333-
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
333+
sgml-local-catalogs:("/usr/lib/sgml/CATALOG")
334334
sgml-local-ecat-files:nil
335335
End:
336336
-->

doc/src/sgml/programmer.sgml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.19 1999/07/22 15:11:04 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/programmer.sgml,v 1.20 1999/12/06 16:37:11 thomas Exp $
33

44
Postgres Programmer's Guide.
55

66
$Log: programmer.sgml,v $
7+
Revision 1.20 1999/12/06 16:37:11 thomas
8+
Remove references to PostgreSQL as "public-domain" since that has a
9+
specific meaning wrt copyright (or lack thereof).
10+
711
Revision 1.19 1999/07/22 15:11:04 thomas
812
Complete merge of all old man page information.
913
lisp.sgml is a placeholder for Eric Marsden's upcoming contribution.
@@ -143,8 +147,8 @@ Your name here...
143147
now becoming available in some commercial databases.
144148
It provides SQL92/SQL3 language support,
145149
transaction integrity, and type extensibility.
146-
<productname>PostgreSQL</productname> is a public-domain,
147-
open source descendant of this original Berkeley code.
150+
<productname>PostgreSQL</productname> is an
151+
open-source descendant of this original Berkeley code.
148152
</para>
149153
</preface>
150154

doc/src/sgml/tutorial.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Your name here...
8585
now becoming available in some commercial databases.
8686
It provides SQL92/SQL3 language support,
8787
transaction integrity, and type extensibility.
88-
<ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
88+
<ProductName>PostgreSQL</ProductName> is an open-source descendant
8989
of this original Berkeley code.
9090
</Para>
9191
</Preface>

doc/src/sgml/user.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Your name here...
9393
now becoming available in some commercial databases.
9494
It provides SQL92/SQL3 language support,
9595
transaction integrity, and type extensibility.
96-
<ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant
96+
<ProductName>PostgreSQL</ProductName> is an open-source descendant
9797
of this original Berkeley code.
9898
</Para>
9999
</Preface>

0 commit comments

Comments
 (0)