View Issue Details

IDProjectCategoryView StatusLast Update
0007051AnastasisGeneralpublic2022-09-26 20:50
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeveritytextReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.3.0Fixed in Version0.3.0 
Summary0007051: anastasis copyright headers contain a mix of LGPL and AGPL
DescriptionSee e.g. anastasis_recovery.c:

"""
  This file is part of Anastasis
  Copyright (C) 2020, 2021 Anastasis SARL

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

  Anastasis 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
  Anastasis; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/>
"""
TagsNo tags attached.

Activities

Christian Grothoff

2021-10-20 20:00

manager   ~0018447

Eh, that's intentional: client should be LGPL, server-side AGPL.

Florian Dold

2021-10-28 18:01

manager   ~0018448

Well, it's fine if different files have different copyright, but the same copyright header should probably not mix references to LGPL and AGPL?

Christian Grothoff

2021-11-06 17:37

manager   ~0018463

Oh, indeed. Likely an incomplete fix ;-).

Christian Grothoff

2021-11-16 16:48

manager   ~0018493

Fixed in 5867f7e..36e8be1

Issue History

Date Modified Username Field Change
2021-10-20 19:19 Florian Dold New Issue
2021-10-20 19:19 Florian Dold Assigned To => Christian Grothoff
2021-10-20 19:19 Florian Dold Status new => assigned
2021-10-20 20:00 Christian Grothoff Note Added: 0018447
2021-10-28 18:01 Florian Dold Note Added: 0018448
2021-11-06 17:37 Christian Grothoff Note Added: 0018463
2021-11-06 17:37 Christian Grothoff Severity minor => text
2021-11-16 16:48 Christian Grothoff Status assigned => resolved
2021-11-16 16:48 Christian Grothoff Resolution open => fixed
2021-11-16 16:48 Christian Grothoff Note Added: 0018493
2021-11-16 16:48 Christian Grothoff Product Version => Git master
2021-11-16 16:48 Christian Grothoff Fixed in Version => 0.3.0
2021-11-16 16:48 Christian Grothoff Target Version => 0.3.0
2022-09-26 20:50 Christian Grothoff Status resolved => closed