As per:
https://docs.npmjs.com/files/package.json#license
Note that even though I called this "public domain", the actual text in
the LICENSE.md is in fact "The Unlicense":
https://spdx.org/licenses/Unlicense.html
which is pretty much the closest thing that we have to a standard way to
dedicate something to the public domain.
"private": true,
"repository": "https://github.com/wincent/wincent.git",
"author": "Greg Hurrell <greg@hurrell.net>",
- "license": "Public Domain",
+ "license": "Unlicense",
"scripts": {
"ci": "yarn format:check",
"format:check": "npx prettier --check \"**/*.{js,json,ts}\" \"*.md\" roles/dotfiles/files/.zsh/liferay/bin/portool",