Update license boilerplate.
commit0a9c2e69be0103e044423f7f3bc60bacab8a47a5
authorNick Bowler <nbowler@draconx.ca>
Fri, 8 Oct 2010 23:50:33 +0000 (8 19:50 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 9 Oct 2010 04:28:00 +0000 (9 00:28 -0400)
treeb7cf7035d2f0446ad86b9efc0e63c24b61cf759f
parenteae60ee5179b2c2a110d125e8188bd174c974b33
Update license boilerplate.

It's nice to have a consistent format between my various projects.
63 files changed:
src/locale/locale_c.c
src/locale/setlocale.c
src/stdlib/abs.c
src/stdlib/atoi.c
src/stdlib/atol.c
src/stdlib/atoll.c
src/stdlib/bsearch.c
src/stdlib/div.c
src/stdlib/imaxabs.c
src/stdlib/imaxdiv.c
src/stdlib/intconv.c
src/stdlib/labs.c
src/stdlib/ldiv.c
src/stdlib/llabs.c
src/stdlib/lldiv.c
src/stdlib/mblen.c
src/stdlib/mbtowc.c
src/stdlib/strtoimax.c
src/stdlib/strtol.c
src/stdlib/strtoll.c
src/stdlib/strtoul.c
src/stdlib/strtoull.c
src/stdlib/strtoumax.c
src/stdlib/wctomb.c
src/string/memchr.c
src/string/memcmp.c
src/string/memcpy.c
src/string/memmove.c
src/string/memset.c
src/string/strcat.c
src/string/strchr.c
src/string/strcmp.c
src/string/strcoll.c
src/string/strcpy.c
src/string/strcspn.c
src/string/strlen.c
src/string/strncat.c
src/string/strncmp.c
src/string/strncpy.c
src/string/strpbrk.c
src/string/strpspn.c
src/string/strrchr.c
src/string/strspn.c
src/string/strstr.c
src/string/strtok.c
src/string/strxfrm.c
test/assert.c
test/bsearch.c
test/memmove.c
test/strcmp.c
test/strcspn.c
test/strlen.c
test/strspn.c
test/strstr_empty.c
test/strstr_match.c
test/strtoimax.c
test/strtok_iso.c
test/strtol.c
test/strtoll.c
test/strtoul.c
test/strtoull.c
test/strtoumax.c
test/strxfrm.c