aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-04-04 12:44:16 +0900
committernsfisis <nsfisis@gmail.com>2022-04-04 12:44:48 +0900
commit95159488d61626cab53ffd19edbfe54cc592a2e9 (patch)
treebb021b18dc9b5c5561a0f8880d59f4284dcd7d62
parentb4cb8d084cfa177087a1a72fcd2c6141d99003ee (diff)
downloadPHPerKaigi2022-tokens-95159488d61626cab53ffd19edbfe54cc592a2e9.tar.gz
PHPerKaigi2022-tokens-95159488d61626cab53ffd19edbfe54cc592a2e9.tar.zst
PHPerKaigi2022-tokens-95159488d61626cab53ffd19edbfe54cc592a2e9.zip
Add license notice and fix typo
-rw-r--r--toquine.php6
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