X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Filog%2Filog.c;h=5f5122d5181822596c4f4d3eb185d561a7ca5076;hb=ab6e77749bfe678bde2cdf1442145bfbcaea253d;hp=17fc14d23bcb136138e253c474a96f61cee54e62;hpb=6855b303efec30507ac046b5c02904538be0e4ea;p=ccan diff --git a/ccan/ilog/ilog.c b/ccan/ilog/ilog.c index 17fc14d2..5f5122d5 100644 --- a/ccan/ilog/ilog.c +++ b/ccan/ilog/ilog.c @@ -1,4 +1,5 @@ -/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 LGPL (v2 or later).*/ +/*(C) Timothy B. Terriberry (tterribe@xiph.org) 2001-2009 CC0 (Public domain). + * See LICENSE file for details. */ #include "ilog.h" #include @@ -16,7 +17,7 @@ year=1998, note="\url{http://supertech.csail.mit.edu/papers/debruijn.pdf}" }*/ -static UNNEEDED_ATTRIBUTE const unsigned char DEBRUIJN_IDX32[32]={ +static UNNEEDED const unsigned char DEBRUIJN_IDX32[32]={ 0, 1,28, 2,29,14,24, 3,30,22,20,15,25,17, 4, 8, 31,27,13,23,21,19,16, 7,26,12,18, 6,11, 5,10, 9 };