summaryrefslogtreecommitdiff
path: root/urldecode.php
diff options
context:
space:
mode:
Diffstat (limited to 'urldecode.php')
-rw-r--r--urldecode.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/urldecode.php b/urldecode.php
index 3ebdcc2..5d88b9b 100644
--- a/urldecode.php
+++ b/urldecode.php
@@ -1,5 +1,6 @@
#!/usr/bin/php -n
<?php
+# Copyright (C) 2011, 2014 Luke Shumaker <lukeshu@sbcglobal.net>
$contents = file_get_contents('php://stdin');
echo urldecode($contents);