Update license badge and license description (#77)
* Update license badge and license description * Use GPL instead of GPL v3 for badge
This commit is contained in:
parent
59b70ea75b
commit
bde3219f20
2 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
PhotoPrism: Browse your life in pictures
|
||||
========================================
|
||||
|
||||
[![Apache License](https://img.shields.io/badge/license-apache-blue.svg)][license]
|
||||
[![License: GPL](https://img.shields.io/badge/License-GPL-blue.svg)][license]
|
||||
[![Code Quality](https://goreportcard.com/badge/github.com/photoprism/photoprism)][goreport]
|
||||
[![Test Coverage](https://codecov.io/gh/photoprism/photoprism/branch/develop/graph/badge.svg)][coverage]
|
||||
[![Build Status](https://travis-ci.org/photoprism/photoprism.png?branch=develop)][ci]
|
||||
|
|
|
@ -12,13 +12,18 @@ https://github.com/photoprism/photoprism/issues
|
|||
|
||||
Copyright © 2018 The PhotoPrism contributors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this application except in compliance with the License.
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software distributed
|
||||
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
||||
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations under the License.
|
||||
This program 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 General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
package main
|
||||
|
|
Loading…
Reference in a new issue