From 8170db40c7ba2ba68cd354578b9153407b5307c6 Mon Sep 17 00:00:00 2001 From: Michael Dorner Date: Thu, 2 Nov 2017 11:36:25 +0100 Subject: [PATCH 1/2] Update README.rst - added Codecov badge - added link to OSI for the license --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 304b7df8a..5000cb3b1 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|Documentation| |Build Status| |Build status| |Report Card| |Say Thanks| +|Documentation| |Build Status| |Build status| |Report Card| |Say Thanks| |TestCoverage| Introduction ------------ @@ -107,7 +107,7 @@ the `development blog `__. License ------- -Restic is licensed under "BSD 2-Clause License". You can find the +Restic is licensed under `BSD 2-Clause License `__. You can find the complete text in ``LICENSE``. .. |Documentation| image:: https://readthedocs.org/projects/restic/badge/?version=latest @@ -120,3 +120,5 @@ complete text in ``LICENSE``. :target: https://goreportcard.com/report/github.com/restic/restic .. |Say Thanks| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg :target: https://saythanks.io/to/restic +.. |TestCoverage| image:: https://codecov.io/gh/restic/restic/branch/master/graph/badge.svg + :target: https://codecov.io/gh/restic/restic From fe3f326d8dc228f62563d1503f3ba769e414df60 Mon Sep 17 00:00:00 2001 From: Michael Dorner Date: Thu, 2 Nov 2017 11:39:49 +0100 Subject: [PATCH 2/2] Update LICENSE - improved formatting of license information (BSD 2-clase) so Github can automatically detect it. --- LICENSE | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 04f854350..29b2ee55a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,19 +1,21 @@ +BSD 2-Clause License + Copyright (c) 2014, Alexander Neumann All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR