Improve License
parent
e15dde3a3a
commit
5cb219a9a8
|
@ -1,2 +1,29 @@
|
||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: PostgreSQL
|
||||||
|
Source: https://github.com/percona/pg_stat_monitor
|
||||||
|
|
||||||
|
|
||||||
|
pg_stat_monitor - Statistics collector for PostgreSQL.
|
||||||
|
|
||||||
|
Portions Copyright © 2018-2020, Percona LLC and/or its affiliates
|
||||||
|
|
||||||
|
Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
|
||||||
|
|
||||||
|
Portions Copyright (c) 1994, The Regents of the University of California
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and distribute this software and its
|
||||||
|
documentation for any purpose, without fee, and without a written agreement
|
||||||
|
is hereby granted, provided that the above copyright notice and this
|
||||||
|
paragraph and the following two paragraphs appear in all copies.
|
||||||
|
|
||||||
|
IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
|
||||||
|
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
|
||||||
|
LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
|
||||||
|
DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH 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.
|
||||||
|
|
|
@ -7,7 +7,7 @@ Summary: Statistics collector for PostgreSQL
|
||||||
Name: %{sname}%{pgrel}
|
Name: %{sname}%{pgrel}
|
||||||
Version: @@VERSION@@
|
Version: @@VERSION@@
|
||||||
Release: %{rpm_release}%{?dist}
|
Release: %{rpm_release}%{?dist}
|
||||||
License: Apache 2.0
|
License: PostgreSQL
|
||||||
Source0: %{sname}%{pgrel}-%{version}.tar.gz
|
Source0: %{sname}%{pgrel}-%{version}.tar.gz
|
||||||
URL: https://github.com/Percona-Lab/pg_stat_monitor
|
URL: https://github.com/Percona-Lab/pg_stat_monitor
|
||||||
BuildRequires: percona-postgresql%{pgrel}-devel
|
BuildRequires: percona-postgresql%{pgrel}-devel
|
||||||
|
|
Loading…
Reference in New Issue