update license for respond_with
This commit is contained in:
parent
0c290692f8
commit
3435e2227c
1 changed files with 19 additions and 1 deletions
|
@ -3,12 +3,30 @@ import { parseArgs } from "util";
|
|||
|
||||
/***
|
||||
* Usage:
|
||||
* respond_with.js -p {{ PORT }} STATUS_CODE
|
||||
* respond_with.js -p PORT STATUS_CODE
|
||||
*
|
||||
* Defaults:
|
||||
* PORT - 8080
|
||||
* STATUS_CODE - 200
|
||||
*
|
||||
*
|
||||
* License:
|
||||
*
|
||||
* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
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.
|
||||
***/
|
||||
|
||||
const args = parseArgs({
|
||||
args: Bun.argv,
|
||||
options: {
|
||||
|
|
Loading…
Add table
Reference in a new issue