Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6c6030

Browse files
committed
Cleanup of psql \copyright
1 parentb2c55a0 commitc6c6030

File tree

2 files changed

+20
-30
lines changed

2 files changed

+20
-30
lines changed

‎doc/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ MISC
278278

279279
SOURCE CODE
280280
-----------
281-
* Add use of 'const' forvaribles in source tree
281+
* Add use of 'const' forvariables in source tree
282282
* Fix C optimizer problem where fmgr_ptr calls return different types [alpha]
283283
* -Add needed includes and removed unneeded include files(Bruce)
284284
* Make configure --enable-debug add -g on compile line

‎src/bin/psql/help.c

Lines changed: 19 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -286,33 +286,23 @@ void
286286
print_copyright(void)
287287
{
288288
puts(
289-
"
290-
PostgreSQLDataBaseManagementSystem
291-
292-
Copyright(c)1996-9PostgreSQLGlobalDevelopmentGroup
293-
294-
ThissoftwareisbasedonPostgres95,formerlyknownasPostgres,which
295-
containsthefollowingnotice:
296-
297-
Copyright(c)1994-7RegentsoftheUniversityofCalifornia
298-
299-
Permissiontouse,copy,modify,anddistributethissoftwareandits
300-
documentationforanypurpose,withoutfee,andwithoutawrittenagreement
301-
isherebygranted,providedthattheabovecopyrightnoticeandthisparagraph
302-
andthefollowingtwoparagraphsappearinallcopies.
303-
304-
INNOEVENTSHALLTHEUNIVERSITYOFCALIFORNIABELIABLETOANYPARTYFOR
305-
DIRECT,INDIRECT,SPECIAL,INCIDENTAL,ORCONSEQUENTIALDAMAGES,INCLUDINGLOST
306-
PROFITS,ARISINGOUTOFTHEUSEOFTHISSOFTWAREANDITSDOCUMENTATION,EVENIF
307-
THEUNIVERSITYOFCALIFORNIAHASBEENADVISEDOFTHEPOSSIBILITYOFSUCH
308-
DAMAGE.
309-
310-
THEUNIVERSITYOFCALIFORNIASPECIFICALLYDISCLAIMSANYWARRANTIES,INCLUDING,
311-
BUTNOTLIMITEDTO,THEIMPLIEDWARRANTIESOFMERCHANTABILITYANDFITNESSFORA
312-
PARTICULARPURPOSE.THESOFTWAREPROVIDEDHEREUNDERISONAN \"AS IS\" BASIS,
313-
ANDTHEUNIVERSITYOFCALIFORNIAHASNOOBLIGATIONSTOPROVIDEMAINTENANCE,
314-
SUPPORT,UPDATES,ENHANCEMENTS,ORMODIFICATIONS.
315-
316-
(endofterms)"
317-
);
289+
"PostgreSQL Data Base Management System\n\n"
290+
"Copyright(c) 1996 - 9 PostgreSQL Global Development Group\n\n"
291+
"This software is based on Postgres95, formerly known as Postgres, which\n"
292+
"contains the following notice:\n\n"
293+
"Copyright(c) 1994 - 7 Regents of the University of California\n\n"
294+
"Permission to use, copy, modify, and distribute this software and its\n"
295+
"documentation for any purpose, without fee, and without a written agreement\n"
296+
"is hereby granted, provided that the above copyright notice and this paragraph\n"
297+
"and the following two paragraphs appear in all copies.\n\n"
298+
"IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR\n"
299+
"DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST\n"
300+
"PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF\n"
301+
"THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\n"
302+
"DAMAGE.\n\n"
303+
"THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,\n"
304+
"BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\n"
305+
"PARTICULAR PURPOSE.THE SOFTWARE PROVIDED HEREUNDER IS ON AN \"AS IS\" BASIS,\n"
306+
"AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE,\n"
307+
"SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.");
318308
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp