Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
1e4baa5c
Commit
1e4baa5c
authored
14 years ago
by
Heikki Linnakangas
Browse files
Options
Downloads
Patches
Plain Diff
Update psql's \copyright to match the text we have in the COPYRIGHT file.
parent
85f345be
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/psql/help.c
+14
-15
14 additions, 15 deletions
src/bin/psql/help.c
with
14 additions
and
15 deletions
src/bin/psql/help.c
+
14
−
15
View file @
1e4baa5c
...
@@ -425,24 +425,23 @@ void
...
@@ -425,24 +425,23 @@ void
print_copyright
(
void
)
print_copyright
(
void
)
{
{
puts
(
puts
(
"PostgreSQL Data Base Management System
\n\n
"
"PostgreSQL Database Management System
\n
"
"(formerly known as Postgres, then as Postgres95)
\n\n
"
"Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
\n\n
"
"Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
\n\n
"
"This software is based on Postgres95, formerly known as Postgres, which
\n
"
"Portions Copyright (c) 1994, The Regents of the University of California
\n\n
"
"contains the following notice:
\n\n
"
"Portions Copyright(c) 1994, Regents of the University of California
\n\n
"
"Permission to use, copy, modify, and distribute this software and its
\n
"
"Permission to use, copy, modify, and distribute this software and its
\n
"
"documentation for any purpose, without fee, and without a written agreement
\n
"
"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
"
"is hereby granted, provided that the above copyright notice and this
\n
"
"
and the following two paragraphs appear in all copies.
\n\n
"
"paragraph
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
"
"IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
\n
"
"DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
LOST
\n
"
"DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
\n
"
"PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
DOCUMENTATION, EVEN IF
\n
"
"
LOST
PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
\n
"
"THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH
\n
"
"
DOCUMENTATION, EVEN IF
THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
\n
"
"DAMAGE.
\n\n
"
"
POSSIBILITY OF SUCH
DAMAGE.
\n\n
"
"THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
INCLUDING,
\n
"
"THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
\n
"
"BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A
\n
"
"
INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
\n
"
"PARTICULAR PURPOSE.THE SOFTWARE PROVIDED HEREUNDER IS
ON AN
\"
AS IS
\"
BASIS,
\n
"
"
AND FITNESS FOR A
PARTICULAR PURPOSE.
THE SOFTWARE PROVIDED HEREUNDER IS
\n
"
"AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
PROVIDE MAINTENANCE,
\n
"
"
ON AN
\"
AS IS
\"
BASIS,
AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
\n
"
"
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
"PROVIDE MAINTENANCE,
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
\n
"
);
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment