From 41e2639b0295171e4ece9de89876c90d0bb530fb Mon Sep 17 00:00:00 2001 From: Josh Bassett Date: Thu, 28 Dec 2017 12:32:37 +1100 Subject: [PATCH] Rename license to licence --- LICENSE.md => LICENCE.md | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename LICENSE.md => LICENCE.md (97%) diff --git a/LICENSE.md b/LICENCE.md similarity index 97% rename from LICENSE.md rename to LICENCE.md index 4b91b08..7472329 100644 --- a/LICENSE.md +++ b/LICENCE.md @@ -1,4 +1,4 @@ -The MIT License (MIT) +The MIT Licence (MIT) Copyright (c) 2018 Josh Bassett diff --git a/README.md b/README.md index 55ed71b..718a360 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Bulb is a functional reactive programming (FRP) library for JavaScript. * [Build](#build) * [Test](#test) * [Release](#release) -* [License](#license) +* [Licence](#licence) ## Getting Started @@ -89,8 +89,8 @@ Ship a new release x.y.z: > make release version=x.y.z ``` -## License +## Licence -Bulb is licensed under the MIT license. See the -[LICENSE](https://github.com/nullobject/bulb/blob/master/LICENSE.md) file for +Bulb is licensed under the MIT licence. See the +[LICENCE](https://github.com/nullobject/bulb/blob/master/LICENCE.md) file for more details.