Hi Joaquín,

Am Dienstag 23 Juli 2024 09:35:34 schrieb Joaquín Cuéllar:
> - It's not good practise: "This program is free software; you can
> redistribute [...]" You shoud introduce the name of the program in the
> license header. -> "Back in Time is free software; you can redistribute
> [...]" Notice there are some places to change it in the license.

this recommendation has changed a bit with https://reuse.software.
It is better to only have the SPDX header for each file, like
  # SPDX-FileCopyrightText: 2019 Example Organisation
  # SPDX-License-Identifier: GPL-3.0-or-later

And to have unchanged an unchanged licensing file in LICENSES/.
This is better if you want to match a specific version of a license
against its original. You can do it automatically if following the Reuse 
specification (3.2 is current). But even if you would to it manually,
it is a lot of work if the license has been changed.

It makes sense because Free Software products tend to have many more 
dependencies these days compared to previously years. So automatic
detection of licenses is really helpful.

Best Regards,
Bernhard

-- 
FSFE -- Founding Member     Support our work for Free Software: 
blogs.fsfe.org/bernhard     https://fsfe.org/donate | contribute

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Discussion mailing list -- discussion@lists.fsfe.org
To unsubscribe send an email to discussion-le...@lists.fsfe.org

This mailing list is covered by the FSFE's Code of Conduct. All
participants are kindly asked to be excellent to each other:
https://fsfe.org/about/codeofconduct

Reply via email to