View Issue Details

IDProjectCategoryView StatusLast Update
0011573Talerdocumentationpublic2026-06-30 01:56
Reporterapteryx Assigned To 
PrioritynormalSeveritytextReproducibilityN/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

Christian Grothoff

2026-06-29 23:23

manager   ~0029020

It should of course be AGPLv3+, but I cannot find this. Which repo is this?

apteryx

2026-06-30 01:56

reporter   ~0029024

Hi Christian, you'll find such mentions ('either version 2.1') grepping in the taler-docs repository (master branch, commit 3626faf5).

Issue History

Date Modified Username Field Change
2026-06-29 10:47 apteryx New Issue
2026-06-29 23:23 Christian Grothoff Note Added: 0029020
2026-06-29 23:23 Christian Grothoff Severity minor => text
2026-06-29 23:23 Christian Grothoff Status new => feedback
2026-06-30 01:56 apteryx Note Added: 0029024
2026-06-30 01:56 apteryx Status feedback => new