Skip to content

Commit

Permalink
Add badges and fix BSD license
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 14, 2021
1 parent 9dd7a7e commit d6933b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
12 changes: 3 additions & 9 deletions LICENSE
@@ -1,15 +1,9 @@
Matthew de Detrich 2017

In the original BSD license, both occurrences of the phrase "COPYRIGHT HOLDERS AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS".

Here is the license template:

Copyright (c) , All rights reserved.
Copyright 2017 Matthew de Detrich

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

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.
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.

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 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3 changes: 3 additions & 0 deletions README.md
@@ -1,4 +1,7 @@
[![Build Status](https://travis-ci.org/bkirwi/decline.svg?branch=master)](https://travis-ci.org/bkirwi/decline)
[![Coverage Status](https://coveralls.io/repos/github/mdedetrich/webmodels/badge.svg?branch=master)](https://coveralls.io/github/mdedetrich/webmodels?branch=master)
[![Latest version](https://index.scala-lang.org/mdedetrich/webmodels/webmodels/latest.svg?color=orange)](https://index.scala-lang.org/mdedetrich/webmodels)
[![Apache License](https://img.shields.io/badge/license-BSD-green.svg)](https://opensource.org/licenses/BSD-2-Clause)

## Webmodels

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -50,7 +50,7 @@ lazy val webmodels = crossProject(JSPlatform, JVMPlatform)
developers := List(
Developer("mdedetrich", "Matthew de Detrich", "mdedetrich@gmail.com", url("https://github.com/mdedetrich"))
),
licenses += ("BSD 3 Clause", url("https://opensource.org/licenses/BSD-3-Clause")),
licenses += ("BSD 2 Clause", url("https://opensource.org/licenses/BSD-2-Clause")),
publishMavenStyle := true,
publishTo := {
val nexus = "https://oss.sonatype.org/"
Expand Down

0 comments on commit d6933b1

Please sign in to comment.