git: localedef(1): Update license of 12 source files (CDDL => BSD2)

John Marino marino at crater.dragonflybsd.org
Wed Jul 29 03:36:18 PDT 2015


commit 8aa2b98b887dbc78b4b4c6bce1b62b7506f9360e
Author: John Marino <draco at marino.st>
Date:   Wed Jul 29 12:31:55 2015 +0200

    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)

Summary of changes:
 usr.bin/localedef/charmap.c   | 36 +++++++++++++++++++++++++-----------
 usr.bin/localedef/collate.c   | 36 +++++++++++++++++++++++++-----------
 usr.bin/localedef/ctype.c     | 41 +++++++++++++++++++++++++++--------------
 usr.bin/localedef/localedef.c | 37 +++++++++++++++++++++++++------------
 usr.bin/localedef/localedef.h | 37 +++++++++++++++++++++++++------------
 usr.bin/localedef/messages.c  | 36 +++++++++++++++++++++++++-----------
 usr.bin/localedef/monetary.c  | 36 +++++++++++++++++++++++++-----------
 usr.bin/localedef/numeric.c   | 36 +++++++++++++++++++++++++-----------
 usr.bin/localedef/parser.y    | 37 +++++++++++++++++++++++++------------
 usr.bin/localedef/scanner.c   | 37 +++++++++++++++++++++++++------------
 usr.bin/localedef/time.c      | 36 +++++++++++++++++++++++++-----------
 usr.bin/localedef/wide.c      | 36 +++++++++++++++++++++++++-----------
 12 files changed, 302 insertions(+), 139 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8aa2b98b887dbc78b4b4c6bce1b62b7506f9360e


-- 
DragonFly BSD source repository



More information about the Commits mailing list