From c3fe78eb3747e3ecfc49b85d0bd8845aa09a23f6 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Fri, 5 May 2017 16:10:24 +0200 Subject: [PATCH] Added license, updated README --- CHANGELOG.md | 10 ++++++++++ LICENSE.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 +++- 3 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 LICENSE.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8723cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +## [v0.0.2](https://github.com/datalets/public-health-ch/tree/v0.0.2) (2017-05-05) +[Full Changelog](https://github.com/datalets/public-health-ch/compare/v0.0.2...v0.0.1) + +- Social media networks snippet + +## [v0.0.1](https://github.com/datalets/public-health-ch/tree/v0.0.1) (2017-05-04) + +- Initial release diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..fc4d0c2 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,52 @@ +# Wagtail + +Copyright (C) 2014 Torchbox Ltd and individual contributors +https://github.com/wagtail/wagtail/blob/master/LICENSE +BSD 3-clause "New" or "Revised" License + +# Puput + +Copyright (c) 2015 Marc Tudurí - APSL +https://github.com/APSL/puput/blob/master/LICENSE +MIT License + +# Bootstrap + +Copyright (c) 2011-2016 Twitter, Inc. +https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE +MIT License + +# Bootswatch + +Copyright (c) 2013 Thomas Park +https://github.com/thomaspark/bootswatch/blob/gh-pages/LICENSE +MIT License + +# Slick + +Copyright (c) 2013-2016 Ken Wheeler +https://github.com/kenwheeler/slick/blob/master/LICENSE +MIT License + +# public-health-ch + +Copyright (c) 2017 Public Health Schweiz + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 86db6f0..8d65246 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Public Health Schweiz New website of the [Swiss Society for Public Health](http://public-health.ch), developed by [datalets,ch](http://datalets.ch) using the open source, [Django](https://www.djangoproject.com/)-based [Wagtail CMS](http://wagtail.io). The frontend has been implemented by [moving water](http://www.movingwater.ch/) using [Bootstrap](https://getbootstrap.com) framework. -> Nota bene: this is a work in progress, licensing details and live site coming soon! +This project is open source under the [MIT License](LICENSE.md). + +[![Dependency Status](https://dependencyci.com/github/datalets/public-health-ch/badge)](https://dependencyci.com/github/datalets/public-health-ch) ## Development environment