Add reference to current Coverity status

This commit is contained in:
Rom Walton 2015-10-14 13:51:39 -04:00
parent d2c91e16dd
commit 02abe9a9e9
1 changed files with 24 additions and 4 deletions

View File

@ -1,10 +1,30 @@
# BOINC
Project Website: http://boinc.berkeley.edu
Want to create a project?
See: https://github.com/BOINC/boinc-dev-doc/wiki
See: http://boinc.berkeley.edu/trac/wiki
Want to contribute?
See: https://github.com/BOINC/boinc-dev-doc/wiki/SoftwareDevelopment
See: http://boinc.berkeley.edu/trac/wiki/SoftwareDevelopment
## Current build status
master: [![Build Status](https://travis-ci.org/BOINC/boinc.svg?branch=master)](https://travis-ci.org/BOINC/boinc)
## Current Status
master:
[![Build Status](https://travis-ci.org/BOINC/boinc.svg?branch=master)](https://travis-ci.org/BOINC/boinc)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/4226/badge.svg)](https://scan.coverity.com/projects/boinc-boinc)
# License
Copyright (C) 2011 University of California
BOINC is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.
BOINC is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with BOINC. If not, see <http://www.gnu.org/licenses/>.