On Fri, Nov 13, 2015 at 9:31 PM, Ben Balter <[email protected]> wrote: > The developer in me questions, putting history aside for a moment, the value > of case sensitivity. Is there a use case where it would be preferred for > `mit` to be different from `MIT` or for `Apache` to be different from > `apache`? > On the other hand, case insensitivity makes things easier in practicality > (even if ultimately less pure) when you think through use cases like > handling user input in a form, having a license name in a URL (which is > generally downcased), or storing licenses in version control or on a file > system, which may differ in their case sensitivity support (the use case in > question).
I agree that case should not matter. -- Cordially Philippe Ombredanne _______________________________________________ Spdx-tech mailing list [email protected] https://lists.spdx.org/mailman/listinfo/spdx-tech
