diff options
author | Sandro Bonazzola <sbonazzo@redhat.com> | 2014-02-04 15:18:24 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-02-04 15:18:24 +0000 |
commit | b2cc567aa3c6671de9992375032dedeec9d2d4bd (patch) | |
tree | 782970db963bf3fd3b75f9335a32adf984b20532 | |
parent | 7c53bbe37e1841777a95331ccaf6a43f39e23f86 (diff) | |
download | sos-b2cc567aa3c6671de9992375032dedeec9d2d4bd.tar.gz |
postgresql: added license and copyright
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/postgresql.py | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sos/plugins/postgresql.py b/sos/plugins/postgresql.py index 0aa67a15..df14f86d 100644 --- a/sos/plugins/postgresql.py +++ b/sos/plugins/postgresql.py @@ -1,3 +1,22 @@ +## Copyright (C) 2014 Red Hat, Inc., Sandro Bonazzola <sbonazzo@redhat.com> +## Copyright (C) 2013 Chris J Arges <chris.j.arges@canonical.com> +## Copyright (C) 2012-2013 Red Hat, Inc., Bryn M. Reeves <bmr@redhat.com> +## Copyright (C) 2011 Red Hat, Inc., Jesse Jaggars <jjaggars@redhat.com> + +### This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. + +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. + +## You should have received a copy of the GNU General Public License +## along with this program; if not, write to the Free Software +## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + import os import tempfile |