Skip to content

Commit

Permalink
v0.3.5 Add to jQuery Plugins
Browse files Browse the repository at this point in the history
* Update License to MIT
  • Loading branch information
christianvuerings committed Mar 13, 2013
1 parent 7be91dc commit dd7df63
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 9 deletions.
12 changes: 6 additions & 6 deletions LICENSE
@@ -1,7 +1,7 @@
This work is licensed under the Creative Commons Attribution 3.0 Unported
License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative
Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
Copyright (c) 2013 Christian Vuerings

As for the attribution, the author asks to put a link back to
http://denbuzze.com.
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.
2 changes: 1 addition & 1 deletion jquery.lifestream.js
@@ -1,6 +1,6 @@
/*!
* jQuery Lifestream Plug-in
* @version 0.3.2
* @version 0.3.5
* Show a stream of your online activity
*
* Copyright 2011, Christian Vuerings - http://denbuzze.com
Expand Down
2 changes: 1 addition & 1 deletion jquery.lifestream.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions lifestream.jquery.json
@@ -0,0 +1,34 @@

{
"name": "lifestream",
"version": "0.3.5",
"title": "jQuery Lifestream",
"description": "Show a stream of your online activity with jQuery",
"keywords": [
"jquery",
"plugin",
"lifestream",
"twitter",
"stream",
"mashup",
"social",
"google"
],
"homepage": "https://github.com/christianv/jquery-lifestream",
"author": {
"name": "Christian Vuerings",
"url": "http://denbuzze.com"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/christianv/jquery-lifestream/master/LICENSE"
}
],
"bugs": "https://github.com/christianv/jquery-lifestream/issues",
"dependencies": {
"jquery": ">=1.4.2"
},
"docs": "https://github.com/christianv/jquery-lifestream#readme",
"demo": "http://christianv.github.com/jquery-lifestream/me/"
}
2 changes: 1 addition & 1 deletion src/core.js
@@ -1,6 +1,6 @@
/*!
* jQuery Lifestream Plug-in
* @version 0.3.2
* @version 0.3.5
* Show a stream of your online activity
*
* Copyright 2011, Christian Vuerings - http://denbuzze.com
Expand Down

0 comments on commit dd7df63

Please sign in to comment.