Skip to content

Commit

Permalink
Update license
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinhVu committed Aug 28, 2021
1 parent 02d4d7f commit 2a9eb70
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
26 changes: 8 additions & 18 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
MIT License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 3.1, July 2019

Copyright (c) 2020 Thinh Vu
by Sam Hocevar <[email protected]>
theiostream <[email protected]>
dtf <[email protected]>

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:
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

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.
0. You just DO WHAT THE FUCK YOU WANT TO.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/ThinhVu/tsc-printer-js.git"
},
"license": "WTFPL",
"license": "WTFPL v3",
"dependencies": {
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions src/CodePage.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**This project is licensed under the terms of the
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, version 3,
* as published by theiostream on March 2012, as it follows:
*
* 0. You just DO WHAT THE FUCK YOU WANT TO.*/

module.exports = {
// 7 bit code pages
_7Bit: {
Expand Down
6 changes: 6 additions & 0 deletions src/TscBuffer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**This project is licensed under the terms of the
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, version 3,
* as published by theiostream on March 2012, as it follows:
*
* 0. You just DO WHAT THE FUCK YOU WANT TO.*/

let charsetName = "utf8";

const setCharsetName = charset => charsetName = charset;
Expand Down
6 changes: 6 additions & 0 deletions src/TscPrinter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**This project is licensed under the terms of the
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE, version 3,
* as published by theiostream on March 2012, as it follows:
*
* 0. You just DO WHAT THE FUCK YOU WANT TO.*/

class TscPrinter {
constructor(device) {
this.device = device
Expand Down

0 comments on commit 2a9eb70

Please sign in to comment.