From ca1fb8c42e65c8f5c5e9bfc4c64532814090a76e Mon Sep 17 00:00:00 2001 From: ceee Date: Tue, 9 Jul 2013 23:13:06 +0200 Subject: [PATCH] update readme --- .../Assets/Stylesheets/Interface/_footer.scss | 0 .../Assets/Stylesheets/Interface/_header.scss | 0 PocketSharp.Website/LICENSE-MIT | 22 +++++++++++++++++++ README.md | 8 +++++-- 4 files changed, 28 insertions(+), 2 deletions(-) delete mode 100644 PocketSharp.Website/Assets/Stylesheets/Interface/_footer.scss delete mode 100644 PocketSharp.Website/Assets/Stylesheets/Interface/_header.scss create mode 100644 PocketSharp.Website/LICENSE-MIT diff --git a/PocketSharp.Website/Assets/Stylesheets/Interface/_footer.scss b/PocketSharp.Website/Assets/Stylesheets/Interface/_footer.scss deleted file mode 100644 index e69de29..0000000 diff --git a/PocketSharp.Website/Assets/Stylesheets/Interface/_header.scss b/PocketSharp.Website/Assets/Stylesheets/Interface/_header.scss deleted file mode 100644 index e69de29..0000000 diff --git a/PocketSharp.Website/LICENSE-MIT b/PocketSharp.Website/LICENSE-MIT new file mode 100644 index 0000000..decffd2 --- /dev/null +++ b/PocketSharp.Website/LICENSE-MIT @@ -0,0 +1,22 @@ +Copyright (c) 2013 Tobias Klika, cee + +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 eb95eb3..03bac1b 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ Renames a tag for the specified item: - 2013-06-27 v0.2.0 add, modify item & modify tags - 2013-06-26 v0.1.0 authentication & retrieve functionality -## Used Packages +## Dependencies - [RestSharp](http://restsharp.org/) - [ServiceStack.Text](https://github.com/ServiceStack/ServiceStack.Text) @@ -258,4 +258,8 @@ Renames a tag for the specified item: ## Contributors | [![twitter/artistandsocial](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](http://twitter.com/artistandsocial "Follow @artistandsocial on Twitter") | |---| -| [Tobias Klika @ceee](https://github.com/ceee) | \ No newline at end of file +| [Tobias Klika @ceee](https://github.com/ceee) | + +## License + +[MIT License](https://github.com/ceee/PocketSharp/blob/master/LICENSE-MIT) \ No newline at end of file