View Issue Details

IDProjectCategoryView StatusLast Update
0011573Talerdocumentationpublic2026-06-29 10:47
Reporterapteryx Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0011573: License notice of documentation mentions AGPL 2.1 or later, but there's no AGPL 2.1 (starts at 3.0).
DescriptionIt looks like the license notices used in the Sphinx sources of the documentation have a small issue, probably inherited from being LGPL 2.1+ at some point? It says e.g.:

```
  TALER is free software; you can redistribute it and/or modify it under the
  terms of the GNU Affero General Public License as published by the Free Software
  Foundation; either version 2.1, or (at your option) any later version.
```

I don't believe there ever was a GNU Affero General Public License (I believe the first one was 3.0, still current).

The suggested text is:
```
    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year> <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation, either version 3 of the
    License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program. If not, see <https://www.gnu.org/licenses/>.
```
from https://www.gnu.org/licenses/agpl-3.0.html ("How to Apply These Terms to Your New Programs").
Steps To ReproduceN/A
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-06-29 10:47 apteryx New Issue