X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=file_run.php;h=e22e2bc096c797009b4c285547cf1394219651ec;hp=e5016688c514b09b61a1b944fc70cc09ea36ebf0;hb=HEAD;hpb=e7a6624958150b529f4c4333190e8d031464baf8 diff --git a/file_run.php b/file_run.php index e501668..e22e2bc 100644 --- a/file_run.php +++ b/file_run.php @@ -1,19 +1,9 @@ . +# This program is in the public domain within the United States. Additionally, +# we waive copyright and related rights in the work worldwide through the CC0 +# 1.0 Universal public domain dedication, which can be found at +# http://creativecommons.org/publicdomain/zero/1.0/ # This function makes it easier to put everything in functions like you should. @@ -42,5 +32,3 @@ function file_run($filename /* args... */) { return call_user_func_array($func, $args); } } - -?>