diff --git a/percona-packaging/debian/copyright b/percona-packaging/debian/copyright index ecda62a..23b87a2 100644 --- a/percona-packaging/debian/copyright +++ b/percona-packaging/debian/copyright @@ -1,2 +1,29 @@ 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. diff --git a/percona-packaging/rpm/pg-stat-monitor.spec b/percona-packaging/rpm/pg-stat-monitor.spec index 53a299c..aacca3a 100644 --- a/percona-packaging/rpm/pg-stat-monitor.spec +++ b/percona-packaging/rpm/pg-stat-monitor.spec @@ -7,7 +7,7 @@ Summary: Statistics collector for PostgreSQL Name: %{sname}%{pgrel} Version: @@VERSION@@ Release: %{rpm_release}%{?dist} -License: Apache 2.0 +License: PostgreSQL Source0: %{sname}%{pgrel}-%{version}.tar.gz URL: https://github.com/Percona-Lab/pg_stat_monitor BuildRequires: percona-postgresql%{pgrel}-devel