gweis / isodate

ISO 8601 date/time parser
BSD 3-Clause "New" or "Revised" License
155 stars 59 forks source link

License fix and move #57

Closed mangin closed 2 years ago

mangin commented 5 years ago

Changes: 1) move license to Project's root 2) add a missing sentence from 2-clause license 3-clause license ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License"): (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Issues: 1) https://github.com/gweis/isodate/issues/47

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 94.332% when pulling 0d5c2fc8146a94e075118bcf75f578df9d0cebe9 on mangin:move-license into 27cebc56a0f6a900eeb897512879d545095f410b on gweis:master.

mangin commented 5 years ago

Hi @gweis, I have a problem with Project's License. Your project license looks like 3-clause license ("BSD License 2.0", "Revised BSD License", "New BSD License", or "Modified BSD License"), but your license lost the last sentence: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

So I've decided to fixed.

Could you approve this pr, please?

hugovk commented 3 years ago

Done in the fork at https://github.com/isodate/isodate/pull/11.