Commit 2d5dd755 authored by Bruce Momjian's avatar Bruce Momjian

Update files.

parent 02d83c44
PostgreSQL Data Base Management System (formerly known as Postgres, then PostgreSQL Data Base Management System (formerly known as Postgres, then
as Postgres95). as Postgres95).
Copyright (c) 1994-7 Regents of the University of California Portions Copyright 2000 by PostgreSQL Global Development Team
Portions Copyright (c) 1994-7 Regents of the University of California
Permission to use, copy, modify, and distribute this software and its Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement documentation for any purpose, without fee, and without a written agreement
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright 2000 by PostgreSQL Global Development Team * Copyright 2000 by PostgreSQL Global Development Team
* *
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.13 2000/01/26 05:57:44 momjian Exp $ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.14 2000/01/26 16:10:01 momjian Exp $
*/ */
#include <c.h> #include <c.h>
#include "help.h" #include "help.h"
...@@ -304,10 +304,9 @@ print_copyright(void) ...@@ -304,10 +304,9 @@ print_copyright(void)
{ {
puts( puts(
"PostgreSQL Data Base Management System\n\n" "PostgreSQL Data Base Management System\n\n"
"Copyright(c) 1996 - 9 PostgreSQL Global Development Group\n\n" "Portions Copyright (c) 1996-2000, PostgreSQL, Inc\n\n"
"This software is based on Postgres95, formerly known as Postgres, which\n" "This software is based on Postgres95, formerly known as Postgres, which\n"
"contains the following notice:\n\n" "contains the following notice:\n\n"
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
"Portions Copyright(c) 1994 - 7 Regents of the University of California\n\n" "Portions Copyright(c) 1994 - 7 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment