Skip to content

Commit

Permalink
transfer ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Aug 27, 2020
1 parent 9471c05 commit 06afa2a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 deletions.
9 changes: 5 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

1 change: 1 addition & 0 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ Author: Stefan Fercot.
Logo: Damien Cazeils (www.damiencazeils.com).

Copyright: (c) 2018-2020, Dalibo.
Copyright: (c) 2020-2021, Stefan Fercot.

24 changes: 8 additions & 16 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand All @@ -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
```
Expand Down Expand Up @@ -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:

Expand All @@ -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"
2 changes: 2 additions & 0 deletions check_pgbackrest
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
# Author: Stefan Fercot
# Copyright: (c) 2018-2020, Dalibo.
# Copyright: (c) 2020-2021, Stefan Fercot.
#-----------------------------------------------------------------------------

=head1 NAME
Expand Down Expand Up @@ -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

0 comments on commit 06afa2a

Please sign in to comment.