Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
[Issue20]: Add in WTFPL
Browse files Browse the repository at this point in the history
  • Loading branch information
cht8687 committed Sep 24, 2016
1 parent 7898e33 commit 5836927
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions COPYING
@@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2014 Azer Koçulu <azer@roadbeats.com>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

5 changes: 5 additions & 0 deletions index.js
@@ -1,3 +1,8 @@
/* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://www.wtfpl.net/ for more details. */
'use strict';
module.exports = leftPad;

Expand Down
5 changes: 5 additions & 0 deletions test.js
@@ -1,3 +1,8 @@
/* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://www.wtfpl.net/ for more details. */
var leftPad = require("./");
var test = require("tape");

Expand Down

0 comments on commit 5836927

Please sign in to comment.