From: Heikki Linnakangas Date: Tue, 16 Dec 2014 19:36:05 +0000 (+0200) Subject: Remove mention of license from the README. It's implicit that it's the X-Git-Url: http://git.postgresql.org/gitweb/static/close/reject?a=commitdiff_plain;h=323e7f295423bc9591c861d8fb6d6ee44bcc76e8;p=users%2Fheikki%2Fpostgres.git Remove mention of license from the README. It's implicit that it's the same license as the rest of the source tree. --- diff --git a/contrib/pg_rewind/README b/contrib/pg_rewind/README index cac609567c..9f7158d5b4 100644 --- a/contrib/pg_rewind/README +++ b/contrib/pg_rewind/README @@ -92,9 +92,3 @@ Restrictions pg_rewind needs that cluster uses either data checksums that can be enabled at server initialization with initdb or WAL logging of hint bits that can be enabled by settings "wal_log_hints = on" in postgresql.conf. - -License -------- - -pg_rewind can be distributed under the BSD-style PostgreSQL license. See -COPYRIGHT file for more information.