From 5eada29e03183dd50b48869ee8e0a57c6ff589e1 Mon Sep 17 00:00:00 2001 From: Nick Wientge Date: Sat, 10 Jan 2015 12:18:41 -0800 Subject: [PATCH] add license, publish new version --- .versions | 23 ++++++++++++++++++++++- LICENSE | 21 +++++++++++++++++++++ README.md | 3 +++ package.js | 2 +- 4 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/.versions b/.versions index d8f6c0b..259dcf1 100644 --- a/.versions +++ b/.versions @@ -1,24 +1,45 @@ +application-configuration@1.0.4 base64@1.0.2 +binary-heap@1.0.2 blaze@2.0.4 blaze-tools@1.0.2 +boilerplate-generator@1.0.2 +callback-hook@1.0.2 +check@1.0.3 +ddp@1.0.13 deps@1.0.6 ejson@1.0.5 fastclick@1.0.2 +follower-livedata@1.0.3 geojson-utils@1.0.2 html-tools@1.0.3 htmljs@1.0.3 id-map@1.0.2 +iron:core@0.3.4 +iron:dynamic-template@0.4.1 +iron:layout@0.4.1 +iron:router@0.9.3 jquery@1.0.2 json@1.0.2 +logging@1.0.6 meteor@1.1.4 -meteoric:ionic@0.1.7 +meteoric:ionic@0.1.8 minifiers@1.1.3 minimongo@1.0.6 +mongo@1.0.11 observe-sequence@1.0.4 ordered-dict@1.0.2 random@1.0.2 +reactive-dict@1.0.5 reactive-var@1.0.4 +retry@1.0.2 +routepolicy@1.0.3 +session@1.0.5 +spacebars@1.0.4 spacebars-compiler@1.0.4 templating@1.0.10 tracker@1.0.4 +ui@1.0.5 underscore@1.0.2 +webapp@1.1.5 +webapp-hashing@1.0.2 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..652c190 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 Nick Wientge + +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 0aea20e..9c5444b 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,6 @@ A [Product Hunt](http://producthunt.com) clone built in Meteor Ionic. (In Progre * [x] Tabs (requires [iron:router](https://github.com/EventedMind/iron-router) integration) * [x] ion-tabs * [x] ion-tab + +## License +[MIT License](/blob/master/LICENSE.txt) diff --git a/package.js b/package.js index b73b8e8..d736027 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "meteoric:ionic", summary: "Ionic components for Meteor. No Angular!", - version: "0.1.7", + version: "0.1.8", git: "https://github.com/meteoric/meteor-ionic.git" });