1. Upgrade to the latest version of pgBadger and see if the problem remains
-2. Look at the [closed issues](https://github.com/dalibo/pgbadger/issues?state=closed), we may have already answered a similar problem
+2. Look at the [closed issues](https://github.com/darold/pgbadger/issues?state=closed), we may have already answered a similar problem
-3. [Read the doc](http://dalibo.github.com/pgbadger/). It is short and useful.
+3. [Read the doc](http://darold.github.com/pgbadger/). It is short and useful.
## Coding style
-Copyright (c) 2012-2017, Dalibo
+Copyright (c) 2012-2018, Gilles Darold
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 Dalibo BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
+IN NO EVENT SHALL Darold 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
-Dalibo HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+Darold HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-Dalibo SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED
+Darold 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 Dalibo
+PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND Darold
HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
OR MODIFICATIONS.
%merge_compat = (
'META_MERGE' => {
resources => {
- homepage => 'http://projects.dalibo.org/pgbadger',
+ homepage => 'http://pgbadger.darold.net/',
repository => {
type => 'git',
- git => 'git@github.com:dalibo/pgbadger.git',
- web => 'https://github.com/dalibo/pgbadger',
+ git => 'git@github.com:darold/pgbadger.git',
+ web => 'https://github.com/darold/pgbadger',
},
},
}
This web site is a work of Gilles Darold.
- pgBadger is maintained by Gilles Darold, the good folks at Dalibo, and
- every one who wants to contribute.
+ pgBadger is maintained by Gilles Darold and every one who wants to
+ contribute.
Many people have contributed to pgBadger, they are all quoted in the
Changelog file.
LICENSE
pgBadger is free software distributed under the PostgreSQL Licence.
- Copyright (c) 2012-2017, Dalibo
+ Copyright (c) 2012-2018, Gilles Darold
A modified version of the SQL::Beautify Perl Module is embedded in
pgBadger with copyright (C) 2009 by Jonas Kramer and is published under
This web site is a work of Gilles Darold.
-pgBadger is maintained by Gilles Darold, the good folks at Dalibo, and every one who wants to contribute.
+pgBadger is maintained by Gilles Darold and every one who wants to contribute.
Many people have contributed to pgBadger, they are all quoted in the Changelog file.
pgBadger is free software distributed under the PostgreSQL Licence.
-Copyright (c) 2012-2017, Dalibo
+Copyright (c) 2012-2018, Gilles Darold
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
Regards,
--
-Team Dalibo
+Gilles Darold