X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=binary.php;h=2fd2a7627a2b289974dcb6576c61080555f6a8f1;hb=6be2bf0ba344177f0d1e57d9135bcb97579c54a3;hp=035c97e6bc9dc15095495799bea2e6a834b0d720;hpb=856f805c6cbb6e712c662214f3b5821442f808a0;p=wfpl.git diff --git a/binary.php b/binary.php index 035c97e..2fd2a76 100644 --- a/binary.php +++ b/binary.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 file contains code to work with "raw" binary numbers in big-endian format @@ -61,5 +51,3 @@ function raw_to_array($data) { } return $ret; } - -?>