From a8e881f40fb9e5229aafbf54e786f784a2d3c742 Mon Sep 17 00:00:00 2001 From: Luke Campbell Date: Thu, 20 Oct 2022 12:32:15 -0400 Subject: [PATCH] Update badge for License to be correct BSD version This commit updates the LICENSE text to correctly match the text from the BSD-2 Clause, and updates the badge to reflect that this is the BSD-2 Clause, not the others. In the future we're looking to switch the license to MIT, but that's for another day. --- LICENSE | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index ad55840..ed1b059 100644 --- a/LICENSE +++ b/LICENSE @@ -1,17 +1,17 @@ BSD 2-Clause License -Copyright (c) 2017, Continuum Analytics, Inc. +Copyright 2022 Axiom Data Science All rights reserved. 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 diff --git a/README.md b/README.md index a8dbfe7..b327d65 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Intake-ERDDAP [![Build Status](https://img.shields.io/github/workflow/status/axiom-data-science/intake-erddap/Tests?logo=github&style=for-the-badge)](https://github.com/axiom-data-science/intake-erddap/actions) [![Code Coverage](https://img.shields.io/codecov/c/github/axiom-data-science/intake-erddap.svg?style=for-the-badge)](https://codecov.io/gh/axiom-data-science/intake-erddap) -[![License:BSD](https://img.shields.io/badge/License-BSD-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT) +[![License:BSD](https://img.shields.io/badge/License-BSD--2%20Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-2-Clause) [![Code Style Status](https://img.shields.io/github/workflow/status/axiom-data-science/intake-erddap/linting%20with%20pre-commit?label=Code%20Style&style=for-the-badge)](https://github.com/axiom-data-science/intake-erddap/actions)