diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-04 12:44:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-04 12:44:48 +0900 |
| commit | 95159488d61626cab53ffd19edbfe54cc592a2e9 (patch) | |
| tree | bb021b18dc9b5c5561a0f8880d59f4284dcd7d62 /toquine.php | |
| parent | b4cb8d084cfa177087a1a72fcd2c6141d99003ee (diff) | |
| download | PHPerKaigi2022-tokens-95159488d61626cab53ffd19edbfe54cc592a2e9.tar.gz PHPerKaigi2022-tokens-95159488d61626cab53ffd19edbfe54cc592a2e9.tar.zst PHPerKaigi2022-tokens-95159488d61626cab53ffd19edbfe54cc592a2e9.zip | |
Add license notice and fix typo
Diffstat (limited to 'toquine.php')
| -rw-r--r-- | toquine.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toquine.php b/toquine.php index a72022c..44629c2 100644 --- a/toquine.php +++ b/toquine.php @@ -1,6 +1,7 @@ <?php -// This is a quine-line program to generate a PHPer token. +// License: https://creativecommons.org/publicdomain/zero/1.0/ +// This is a quine-like program to generate a PHPer token. // Execute it like this: php toquine.php | php | php | php | ... @@ -12,7 +13,8 @@ $s = <<<'EOS' <?php -// This is a quine-line program to generate a PHPer token. +// License: https://creativecommons.org/publicdomain/zero/1.0/ +// This is a quine-like program to generate a PHPer token. // Execute it like this: php toquine.php | php | php | php | ... %s |
