From 9cea3b4a3a11cdc03294ce7b8a2ff0b018fc96f1 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Fri, 15 Sep 2017 15:45:41 +0100 Subject: [PATCH 1/3] Updated changelog for v0.0.1 release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbc9b7..1849098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # Next Release +# v0.0.1 + * Added Travis Testing * Improved Logo and Favicon * Added loading Spinner From a659fd9d08f99ae176cc7997ca43000793b37c53 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Fri, 15 Sep 2017 15:49:47 +0100 Subject: [PATCH 2/3] Update package.json to be correct --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d9b90a9..9c56d35 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { - "name": "coreui-angular", - "version": "1.0.0-alpha.5", - "description": "Open Source Bootstrap Admin Template", + "name": "localloop-web", + "version": "0.0.1", + "description": "LocalLoop Web - Web interface for LocalLoop app", "author": "", - "url": "http://coreui.io", - "copyright": "Copyright 2017 creativeLabs Ɓukasz Holeczek", - "license": "MIT", + "url": "http://www.peartrade.org", + "copyright": "Copyright 2017 Pear Trading Ltd", "scripts": { "ng": "ng", "start": "ng serve", From eff3b31a180ff708595126aea48e7a847c3c6788 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Fri, 15 Sep 2017 15:50:02 +0100 Subject: [PATCH 3/3] update Licence file from Core-UI and add licence listing to Readme --- LICENSE => LICENSE.MIT | 0 README.md | 9 +++++++++ 2 files changed, 9 insertions(+) rename LICENSE => LICENSE.MIT (100%) diff --git a/LICENSE b/LICENSE.MIT similarity index 100% rename from LICENSE rename to LICENSE.MIT diff --git a/README.md b/README.md index f3baf98..4b16e59 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,15 @@ npm install The app defaults to using the development server. For other options, see `src/environments/environments.ts` +## Licences + +### CoreUI + +The interface itself is based off of [CoreUI][core-ui] which is MIT Licenced. +For information, see [MIT Licence](./LICENCE.MIT) included in this repo. + +[core-ui]: http://coreui.io + # Old README This is the old README with some minor tips on getting started, and more reading.