X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=file.php;h=c8341439a54da676bc923a064c230a2413776158;hp=bd1024b6c447584f4ad62d91584db81cd132b8ee;hb=HEAD;hpb=856f805c6cbb6e712c662214f3b5821442f808a0 diff --git a/file.php b/file.php index bd1024b..c834143 100644 --- a/file.php +++ b/file.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 exists because file_get_contents() is not documented well. (It says that @@ -44,5 +34,3 @@ function read_whole_file_or_false($name) { } return read_whole_file($name); } - -?>