buganini / bsdconv

A simple but powerful DSL for charset/encoding conversion and transformation, pure C implementation with no extra dependencies
https://bsdconv.io/bsdconv/
BSD 2-Clause "Simplified" License
53 stars 6 forks source link

LICENSE discrepancy #10

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hello again! Looks like both of your projects in FreeBSD Ports were listed as "BSD" License. This project includes a LICENSE file, but instead of being BSD licensed that's actually the ISC License!

http://opensource.org/licenses/ISC

I assume that's a mistake. Not trying to be a pain; you just showed up twice during this audit I'm doing :-)

Thanks!

buganini commented 9 years ago

Ouch, is this the correct one? (BSD 2-clause)

Copyright (c) , All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ghost commented 9 years ago

Yes, that's BSD 2 Clause. However, another FreeBSD ports guy pointed out that you're a big OpenBSD fan and -- I did not know this -- OpenBSD prefers the ISC license for many years now as it's a cut-down BSD license. So it's not totally inaccurate to say your project is "BSD" licensed as it is in spirit, but not in name. And that's not a huge deal.

If you want to just roll with OpenBSD's ISC license that's cool. We're really just nit-picking at this point and I'm just trying to clean up some classification in my free time.