From 06afa2a2a88e743d32a429eeffd22ad8d0f78fc2 Mon Sep 17 00:00:00 2001 From: Stefan Fercot Date: Thu, 27 Aug 2020 10:46:27 +0200 Subject: [PATCH] transfer ownership --- LICENSE | 9 +++++---- README | 3 ++- README.pod | 1 + RELEASING.md | 24 ++++++++---------------- check_pgbackrest | 2 ++ 5 files changed, 18 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index 8e5ab4b..1be6d42 100644 --- a/LICENSE +++ b/LICENSE @@ -1,19 +1,20 @@ PostgreSQL License Copyright (c) 2018-2020, DALIBO +Copyright (c) 2020-2021, Stefan Fercot 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, SPECIAL, +IN NO EVENT SHALL Stefan Fercot 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 +USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF Stefan Fercot HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -DALIBO SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +Stefan Fercot 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 HAS NO +SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND Stefan Fercot HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. diff --git a/README b/README index b6e2be5..5c0c303 100644 --- a/README +++ b/README @@ -141,5 +141,6 @@ AUTHORS Logo: Damien Cazeils (www.damiencazeils.com). - Copyright: (c) 2018-2020, Dalibo. + Copyright: (c) 2018-2020, Dalibo. Copyright: (c) 2020-2021, Stefan + Fercot. diff --git a/README.pod b/README.pod index 3c9b965..8e1ece3 100644 --- a/README.pod +++ b/README.pod @@ -168,4 +168,5 @@ Author: Stefan Fercot. Logo: Damien Cazeils (www.damiencazeils.com). Copyright: (c) 2018-2020, Dalibo. +Copyright: (c) 2020-2021, Stefan Fercot. diff --git a/RELEASING.md b/RELEASING.md index fbc8ce2..7687baf 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -37,7 +37,7 @@ git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-1.9.tar.gz ## Release on github - - Go to https://github.com/dalibo/check_pgbackrest/releases + - Go to https://github.com/pgstef/check_pgbackrest/releases - Edit the release notes for the new tag - Set "check_pgbackrest $VERSION" as title, eg. "check_pgbackrest 1.9" - Here is the format of the release node itself: @@ -50,7 +50,7 @@ git archive --prefix=check_pgbackrest-$TAG/ -o /tmp/check_pgbackrest-1.9.tar.gz - Upload the tar file - Save - - Check or update https://github.com/dalibo/check_pgbackrest/releases + - Check or update https://github.com/pgstef/check_pgbackrest/releases ## Building the RPM file @@ -67,7 +67,7 @@ useradd makerpm ```bash su - makerpm rpmdev-setuptree -git clone https://github.com/dalibo/check_pgbackrest.git +git clone https://github.com/pgstef/check_pgbackrest.git spectool -R -g check_pgbackrest/check_pgbackrest.spec rpmbuild -ba check_pgbackrest/check_pgbackrest.spec ``` @@ -110,13 +110,13 @@ check_pgbackrest is an open project, licensed under the PostgreSQL license. Any contribution to improve it is welcome. Links: - - Download: https://github.com/dalibo/check_pgbackrest/releases - - Support: https://github.com/dalibo/check_pgbackrest/issues + - Download: https://github.com/pgstef/check_pgbackrest/releases + - Support: https://github.com/pgstef/check_pgbackrest/issues ``` ### Submit a news on postgresql.org -* organisation: Dalibo +* organisation: --------- * Title: "check_pgbackrest 1.9 has been released" * Content: @@ -138,21 +138,13 @@ Changes in check_pgbackrest 1.9 Links & Credits -------------------------------------------------------------------------------- - -`check_pgbackrest` is part of the [Dalibo Labs] initiative. It is mainly -developed by [Stefan Fercot]. This is an open project, licensed under the PostgreSQL license. Any contribution to improve it is welcome. Links: - * [Download]: https://github.com/dalibo/check_pgbackrest/releases - * [Support]: https://github.com/dalibo/check_pgbackrest/issues - -Note: RPM package is available on the GitHub Release page. - -[Dalibo Labs]: https://labs.dalibo.com -[Stefan Fercot]: https://www.dalibo.com/en/equipe#stefan + * [Download]: https://github.com/pgstef/check_pgbackrest/releases + * [Support]: https://github.com/pgstef/check_pgbackrest/issues ``` * check "Related Open Source" \ No newline at end of file diff --git a/check_pgbackrest b/check_pgbackrest index 351ddc8..f5043c8 100755 --- a/check_pgbackrest +++ b/check_pgbackrest @@ -5,6 +5,7 @@ # # Author: Stefan Fercot # Copyright: (c) 2018-2020, Dalibo. +# Copyright: (c) 2020-2021, Stefan Fercot. #----------------------------------------------------------------------------- =head1 NAME @@ -1349,5 +1350,6 @@ Author: Stefan Fercot. Logo: Damien Cazeils (www.damiencazeils.com). Copyright: (c) 2018-2020, Dalibo. +Copyright: (c) 2020-2021, Stefan Fercot. =cut