X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=namespacify.sh;h=557992a844a48bfe9ca1a9fbaf9ce46ab7bb3352;hb=912bdab05d6262ab07e7ea6664192f97239db3e1;hp=f7bc6f06beb2d51f185b7e62f7279074647f02df;hpb=13cee08524dc328f40f089631ef9efa1fc13e251;p=wfpl.git diff --git a/namespacify.sh b/namespacify.sh index f7bc6f0..557992a 100644 --- a/namespacify.sh +++ b/namespacify.sh @@ -1,5 +1,10 @@ #!/bin/bash +# 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 script is designed to make it easier to use wfpl in other projects, and # not worry about include paths or name collisions. #