Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c6c60302
Commit
c6c60302
authored
Nov 10, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of psql \copyright
parent
b2c55a02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
30 deletions
+20
-30
doc/TODO
doc/TODO
+1
-1
src/bin/psql/help.c
src/bin/psql/help.c
+19
-29
No files found.
doc/TODO
View file @
c6c60302
...
@@ -278,7 +278,7 @@ MISC
...
@@ -278,7 +278,7 @@ MISC
SOURCE CODE
SOURCE CODE
-----------
-----------
* Add use of 'const' for varibles in source tree
* Add use of 'const' for vari
a
bles in source tree
* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
* -Add needed includes and removed unneeded include files(Bruce)
* -Add needed includes and removed unneeded include files(Bruce)
* Make configure --enable-debug add -g on compile line
* Make configure --enable-debug add -g on compile line
...
...
src/bin/psql/help.c
View file @
c6c60302
...
@@ -286,33 +286,23 @@ void
...
@@ -286,33 +286,23 @@ void
print_copyright
(
void
)
print_copyright
(
void
)
{
{
puts
(
puts
(
"
"PostgreSQL Data Base Management System
\n\n
"
PostgreSQL Data Base Management System
"Copyright(c) 1996 - 9 PostgreSQL Global Development Group
\n\n
"
"This software is based on Postgres95, formerly known as Postgres, which
\n
"
Copyright(c) 1996 - 9 PostgreSQL Global Development Group
"contains the following notice:
\n\n
"
"Copyright(c) 1994 - 7 Regents of the University of California
\n\n
"
This software is based on Postgres95, formerly known as Postgres, which
"Permission to use, copy, modify, and distribute this software and its
\n
"
contains the following notice:
"documentation for any purpose, without fee, and without a written agreement
\n
"
"is hereby granted, provided that the above copyright notice and this paragraph
\n
"
Copyright(c) 1994 - 7 Regents of the University of California
"and the following two paragraphs appear in all copies.
\n\n
"
"IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
\n
"
Permission to use, copy, modify, and distribute this software and its
"DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
\n
"
documentation for any purpose, without fee, and without a written agreement
"PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
\n
"
is hereby granted, provided that the above copyright notice and this paragraph
"THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
\n
"
and the following two paragraphs appear in all copies.
"DAMAGE.
\n\n
"
"THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
\n
"
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
"BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
\n
"
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
"PARTICULAR PURPOSE.THE SOFTWARE PROVIDED HEREUNDER IS ON AN
\"
AS IS
\"
BASIS,
\n
"
PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
"AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE,
\n
"
THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
"SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
);
DAMAGE.
THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE.THE SOFTWARE PROVIDED HEREUNDER IS ON AN
\"
AS IS
\"
BASIS,
AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
(end of terms) "
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment