Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Ported to UNLICENSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma committed Jan 4, 2014
1 parent 15dc989 commit 262daae
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 31 deletions.
7 changes: 0 additions & 7 deletions LICENSE

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
LICENSE_COMMENT="/*! obs 0.10.0 Copyright (c) 2013 Alan Plum. MIT licensed. @preserve */"
LICENSE_COMMENT="/*! obs 0.10.1 Original author Alan Plum <me@pluma.io>. Released into the Public Domain under the UNLICENSE. @preserve */"

test:
@./node_modules/.bin/mocha \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -369,8 +369,8 @@ This library was heavily inspired by [Steve Sanderson's knockout.js project](htt

# License

The MIT/Expat license.
# Unlicense

This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying [UNLICENSE](https://github.com/pluma/obs/blob/master/UNLICENSE) file.

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/pluma/obs/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/pluma/obs/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
24 changes: 24 additions & 0 deletions UNLICENSE
@@ -0,0 +1,24 @@
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

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 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.

For more information, please refer to <http://unlicense.org/>
8 changes: 4 additions & 4 deletions component.json
@@ -1,14 +1,15 @@
{
"name": "obs",
"repo": "pluma/obs",
"version": "0.10.1",
"description": "Observable properties done right.",
"license": "UNLICENSE",
"keywords": [
"observable",
"properties"
],
"version": "0.10.0",
"dependencies": {
"pluma/sublish": "0.4.4"
"pluma/sublish": "0.4.5"
},
"devDependencies": {},
"scripts": ["dist/obs.js"],
Expand All @@ -18,6 +19,5 @@
"build",
"components",
"node_modules"
],
"license": "MIT"
]
}
4 changes: 2 additions & 2 deletions dist/obs.all.min.js

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

2 changes: 1 addition & 1 deletion dist/obs.amd.js
@@ -1,4 +1,4 @@
/*! obs 0.10.0 Copyright (c) 2013 Alan Plum. MIT licensed. @preserve */
/*! obs 0.10.1 Original author Alan Plum <me@pluma.io>. Released into the Public Domain under the UNLICENSE. @preserve */
define(function(require, exports, module) {
var PubSub = require('sublish').PubSub,
slice = Array.prototype.slice,
Expand Down
2 changes: 1 addition & 1 deletion dist/obs.amd.min.js

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

2 changes: 1 addition & 1 deletion dist/obs.globals.js
@@ -1,4 +1,4 @@
/*! obs 0.10.0 Copyright (c) 2013 Alan Plum. MIT licensed. @preserve */
/*! obs 0.10.1 Original author Alan Plum <me@pluma.io>. Released into the Public Domain under the UNLICENSE. @preserve */
(function(root){var require=function(key){return root[key];},module={};
var PubSub = require('sublish').PubSub,
slice = Array.prototype.slice,
Expand Down

0 comments on commit 262daae

Please sign in to comment.