From 649bbc601edeb1ff405434bfd7c238e819c12943 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 4 May 2015 16:14:27 -0400 Subject: Add copyright years to each file. --- urldecode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'urldecode.php') 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 $contents = file_get_contents('php://stdin'); echo urldecode($contents); -- cgit v1.2.3