diff options
| author | Julian Andres Klode <jak@debian.org> | 2023-03-06 11:50:34 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2023-03-06 11:50:34 +0000 |
| commit | 72db6955700905537fb440699840b986a5daae14 (patch) | |
| tree | d66b606584ce1a717497e54b68d2d383dac25802 /methods | |
| parent | 278f542caf92750aed06dae88f066fa01f3f09ac (diff) | |
| parent | e99c5cbfd1754b5705c57db22e32b8d8ec03b5b3 (diff) | |
Merge branch 'pu/licensing-shenanigans' into 'main'
machine-readable version of COPYING
See merge request apt-team/apt!287
Diffstat (limited to 'methods')
| -rw-r--r-- | methods/rsh.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/methods/rsh.cc b/methods/rsh.cc index 68407b062..f5e12795a 100644 --- a/methods/rsh.cc +++ b/methods/rsh.cc @@ -5,8 +5,22 @@ RSH method - Transfer files via rsh compatible program Written by Ben Collins <bcollins@debian.org>, Copyright (c) 2000 + + This file stated: Licensed under the GNU General Public License v2 [no exception clauses] + We believe that this was intended to be not a statement against future + versions of the GPL, but meant to exclude the Qt license exception in + place in APT until that time. + + We received permission from Ben in 2021 to relicense under GPL-2+, + contributions from Adam Heath and Daniel Hartwig may still have to + be considered GPL-2 for the time being. + + Other contributions are GPL-2+ + + See https://lists.debian.org/deity/2021/04/msg00013.html for details + ##################################################################### */ /*}}}*/ // Include Files /*{{{*/ |
