prepping to upgrade package
This commit is contained in:
parent
30e426fd7b
commit
26e298191c
2 changed files with 18 additions and 24 deletions
|
@ -1,7 +1,7 @@
|
||||||
# http://www.appveyor.com/docs/appveyor-yml
|
# http://www.appveyor.com/docs/appveyor-yml
|
||||||
|
|
||||||
# version format
|
# version format
|
||||||
version: 8.9.3.{build}
|
version: 9.1.2.{build}
|
||||||
|
|
||||||
# Test against these versions of Io.js and Node.js.
|
# Test against these versions of Io.js and Node.js.
|
||||||
environment:
|
environment:
|
||||||
|
|
40
licence.md
40
licence.md
|
@ -1,27 +1,21 @@
|
||||||
# DON'T BE A DICK PUBLIC LICENSE
|
MIT License
|
||||||
|
|
||||||
> Version 1, December 2009
|
Copyright (c) 2020 Brandon Nozaki Miller
|
||||||
|
|
||||||
> Copyright (C) 2009 Philip Sturgeon <email@philsturgeon.co.uk>
|
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:
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
The above copyright notice and this permission notice shall be included in all
|
||||||
copies of this license document, and changing it is allowed as long
|
copies or substantial portions of the Software.
|
||||||
as the name is changed.
|
|
||||||
|
|
||||||
> DON'T BE A DICK PUBLIC LICENSE
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
1. Do whatever you like with the original work, just don't be a dick.
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
Being a dick includes - but is not limited to - the following instances:
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
1a. Outright copyright infringement - Don't just copy this and change the name.
|
|
||||||
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
|
|
||||||
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.
|
|
||||||
|
|
||||||
2. If you become rich through modifications, related works/services, or supporting the original work,
|
|
||||||
share the love. Only a dick would make loads off this work and not buy the original work's
|
|
||||||
creator(s) a pint.
|
|
||||||
|
|
||||||
3. Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes
|
|
||||||
you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back.
|
|
Loading…
Reference in a new issue