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. --- urlencode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'urlencode.php') diff --git a/urlencode.php b/urlencode.php index 53ffec8..c40263d 100644 --- a/urlencode.php +++ b/urlencode.php @@ -1,5 +1,6 @@ #!/usr/bin/php -n $contents = file_get_contents('php://stdin'); echo urlencode($contents); -- cgit v1.2.3-2-g168b