]> granicus.if.org Git - pgbadger/commitdiff
Add missing SQL::Beautify paternity.
authorDarold Gilles <gilles@darold.net>
Mon, 7 Jan 2013 16:54:02 +0000 (17:54 +0100)
committerDarold Gilles <gilles@darold.net>
Mon, 7 Jan 2013 16:54:02 +0000 (17:54 +0100)
README
doc/pgBadger.pod
pgbadger

diff --git a/README b/README
index a3294b90d25ab0e6b56624e347539c1e78662fa0..18d961a8054a524fb7c6a9412ad62c2acc506130 100644 (file)
--- a/README
+++ b/README
@@ -289,3 +289,7 @@ AUTHORS
 LICENSE
     pgBadger is free software distributed under the PostgreSQL Licence.
 
+    A modified version of the SQL::Beautify Perl Module is embedded in
+    pgBadger with copyright (C) 2009 by Jonas Kramer and is published under
+    the terms of the Artistic License 2.0.
+
index 6b95f1162d1018f79c2d18b0631f85c59fe937ab..c8e9cfa667c5fc1937bde9cf06fbb3ec85560c6a 100644 (file)
@@ -269,3 +269,7 @@ pgBadger is an original work from Gilles Darold. It is maintained by the good fo
 
 pgBadger is free software distributed under the PostgreSQL Licence.
 
+A modified version of the SQL::Beautify Perl Module is embedded in pgBadger
+with copyright (C) 2009 by Jonas Kramer and is published under the terms of
+the Artistic License 2.0.
+
index 965685251e66c4d18974d67f2eb2b427423df991..7cf52204dab134c433f39d71145093ed569c3c8b 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -4971,7 +4971,9 @@ sub build_log_line_prefix_regex
        return @param_list;
 }
 
-# Inclusion of package SQL::Beautify
+# Inclusion of Perl package SQL::Beautify
+# Copyright (C) 2009 by Jonas Kramer
+# Published under the terms of the Artistic License 2.0.
 {
 
        package SQL::Beautify;