(towards #1995) Update headers to conform to SPDX (part2) - #3566
(towards #1995) Update headers to conform to SPDX (part2)#3566sergisiso wants to merge 6 commits into
Conversation
|
Maybe one for you @arporter , this is the same change to the headers but this time to Makefile, x90, and script files. Importantly, I took a different path for md/readmes. In their case I completely deleted the license and authors. This is because as in the others is not legally required (we have git authoring and a root license), but in this case it can be a minor nuisance for people who read the readmes from a place that doesn't hide comments, and for emedding them in other documentations formats (which I want to start doing more to remove duplications). So I went with the option that I believe has less friction, but let me know if you feel differently. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3566 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 399 399
Lines 56201 56201
=========================================
Hits 56201 56201 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
arporter
left a comment
There was a problem hiding this comment.
Good job Sergi. Just a few cases where the year isn't quite right.
I'm happy with the removal of the author/license from the READMEs - makes sense.
| ! 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. | ||
| ! SPDX-FileCopyrightText: Copyright (c) 2020-2026 Science and Technology |
| # POSSIBILITY OF SUCH DAMAGE. | ||
| # ------------------------------------------------------------------------------ | ||
| # Author: A. R. Porter, STFC Daresbury Laboratory | ||
| # SPDX-FileCopyrightText: Copyright (c) 2021-2026 Science and Technology |
| ! 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. | ||
| ! SPDX-FileCopyrightText: Copyright (c) 2020-2026 Science and Technology |
| # POSSIBILITY OF SUCH DAMAGE. | ||
| # ------------------------------------------------------------------------------ | ||
| # Author: J. Henrichs, Bureau of Meteorology | ||
| # SPDX-FileCopyrightText: Copyright (c) 2020-2026 Science and Technology |
| ! ----------------------------------------------------------------------------- | ||
| ! Author: J. Henrichs, Bureau of Meteorology | ||
|
|
||
| ! SPDX-FileCopyrightText: Copyright (c) 2020-2026 Science and Technology |
| ! OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| ! ----------------------------------------------------------------------------- | ||
| ! Author: J. Henrichs, Bureau of Meteorology | ||
| ! SPDX-FileCopyrightText: Copyright (c) 2020-2026 Science and Technology |
| # POSSIBILITY OF SUCH DAMAGE. | ||
| # ------------------------------------------------------------------------------ | ||
| # Author: J. Henrichs, Bureau of Meteorology | ||
| # SPDX-FileCopyrightText: Copyright (c) 2020-2026 Science and Technology |
No description provided.