SciTools / cf-units

Units of measure as required by the Climate and Forecast (CF) Metadata Conventions
https://cf-units.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
64 stars 48 forks source link

Relicense from LGPL-3 to BSD-3 #331

Closed lbdreyer closed 1 year ago

lbdreyer commented 1 year ago

All the code in this repo comes from contributors who have now either signed the new CLA or are employees of the Met Office.

The new CLA enables us to relicense to BSD-3.

This PR:

bjlittle commented 1 year ago

@lbdreyer Test failure to investigate, but not your doing... 🤔

rcomer commented 1 year ago

I think that test failure is just a method that shouldn't start with "test".

https://github.com/SciTools/cf-units/blob/2a164dc3d3333bfce5b6855946b3be25e0dab079/cf_units/tests/unit/unit/test_Unit.py#L82-L94

Edit: nope, that's just a warning I'm looking at. I'll open a PR to fix the warning anyway....

lbdreyer commented 1 year ago

Thanks for catching the problem @pp-mo !

The changes should now be correct

lbdreyer commented 1 year ago

Thanks @pp-mo !