Add missing SPDX identifiers, use CC0 explicitly in dist

This commit is contained in:
Mike Swanson 2020-02-03 12:31:55 -08:00
parent 65ca45aed6
commit 4e0a23811d
8 changed files with 128 additions and 4 deletions

1
dist/pillow-resize vendored
View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: CC0-1.0
# Simple and dumb Pillow-based resizer
# Usage: pillow-resize src-img.png dst-img.png WIDTH HEIGHT