]> granicus.if.org Git - pgbadger/commitdiff
The badger is back to home, modify all links to new URLs
authorGilles Darold <gilles@darold.net>
Tue, 28 Aug 2018 14:46:58 +0000 (16:46 +0200)
committerGilles Darold <gilles@darold.net>
Tue, 28 Aug 2018 14:46:58 +0000 (16:46 +0200)
  - Web site: http://pgbadger.darold.net
  - Source code: https://github.com/darold/pgbadger
Change copyright year and name.

CONTRIBUTING.md
LICENSE
Makefile.PL
README
doc/pgBadger.pod
tools/README.pgbadger_tools

index e38e6898078a677e5c2488cf1c05b38bb51a1919..1db40f8a3f7c254004ded1c2f091b8790280f431 100644 (file)
@@ -4,9 +4,9 @@
 
 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
diff --git a/LICENSE b/LICENSE
index 25bece6b43ca7ba2acb835a6b97faa00eca5a780..8a5c584cfc7f44dc10183fae7c809b81d8afe08e 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,17 +1,17 @@
-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.
index ad9b6d84b112f7ec923ff63f6f280a0f970e836b..03bb1df9e687eaaa8ae4641cbd4c38f44dc85275 100644 (file)
@@ -24,11 +24,11 @@ if ($ExtUtils::MakeMaker::VERSION >= 6.46) {
        %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',
                                },
                        },
                }
diff --git a/README b/README
index 26a26a78b5a92041ab9662fa29d620538497499d..b2b3afa0fbf9d20bd73496853c92f6cc61cd0ddd 100644 (file)
--- a/README
+++ b/README
@@ -632,8 +632,8 @@ AUTHORS
 
     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.
@@ -641,7 +641,7 @@ AUTHORS
 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
index d862ec32e701559576fe2f23ec6d5f2aa7458c1f..58e931272de1743977bff14826916c6cda5444cd 100644 (file)
@@ -623,7 +623,7 @@ The pgBadger v4.x design comes from the "Art is code" company.
 
 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.
 
@@ -631,7 +631,7 @@ Many people have contributed to pgBadger, they are all quoted in the Changelog f
 
 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
index 23f9940054d48c81ab57ff7374f6b6ce77bc0690..0feb990432c96c68abaa5edef30eb9d78f92e83a 100644 (file)
@@ -87,5 +87,5 @@ and look at the example searching on explain_slowest.
 Regards,
 
 --
-Team Dalibo
+Gilles Darold