localedef(1): Update license of 12 source files (CDDL => BSD2)
authorJohn Marino <draco@marino.st>
Wed, 29 Jul 2015 10:31:55 +0000 (12:31 +0200)
committerJohn Marino <draco@marino.st>
Wed, 29 Jul 2015 10:31:55 +0000 (12:31 +0200)
commit8aa2b98b887dbc78b4b4c6bce1b62b7506f9360e
tree077ca7679e7ac321ce7a3ccea83e05508d8252b5
parenteda2d2afc72ac481730932259cb9a76ec9554d95
localedef(1): Update license of 12 source files (CDDL => BSD2)

The localdef sources were relicensed to 2-clause BSD by Illumos project
on 4 July 2014:

https://github.com/Nexenta/illumos-nexenta/commit/cf17542a37fc83d0ae093777e30d480423858c29

It was done for the benefit of the BSD community.  It is a nice gesture,
but I don't see this being much of a change.

1) The bundled avl files are still CDDL licensed, so that may spread to
   the entire program.

2) Even as CDDL, I didn't see this being an issue since localedef is
   self-contained so CDDL is limited to it.  (IANAL)
12 files changed:
usr.bin/localedef/charmap.c
usr.bin/localedef/collate.c
usr.bin/localedef/ctype.c
usr.bin/localedef/localedef.c
usr.bin/localedef/localedef.h
usr.bin/localedef/messages.c
usr.bin/localedef/monetary.c
usr.bin/localedef/numeric.c
usr.bin/localedef/parser.y
usr.bin/localedef/scanner.c
usr.bin/localedef/time.c
usr.bin/localedef/wide.c