X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=dwt.php;h=b4b821e20db5a99da85cc0e66c6c76e5a2bc624b;hp=44e0a630c6c6985568a6904e2849575765bebaed;hb=HEAD;hpb=e057305351d93155bf9f0d2c664b6eb859d83bf4 diff --git a/dwt.php b/dwt.php index 44e0a63..b4b821e 100644 --- a/dwt.php +++ b/dwt.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/ require_once(__DIR__.'/'.'file.php'); @@ -113,5 +103,3 @@ function dwt_output($filename = null) { } print(str_replace($GLOBALS['_dwt_keys'], $GLOBALS['_dwt_values'], $GLOBALS['_dwt_template'])); } - -?>