diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-21 18:28:40 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-21 18:28:40 +0100 |
commit | 69c19532812516accaed16ecd8f478acf497de79 (patch) | |
tree | b2c7a191a11aed4dd6acee2ea204804b2e77577f /lib/DBInfoscreen/Controller/Wagenreihung.pm | |
parent | 59d74f1429281bfdf8e10447d649050c757a9b8e (diff) |
Switch to AGPL v3 for DBF program code
Diffstat (limited to 'lib/DBInfoscreen/Controller/Wagenreihung.pm')
-rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm index 11fd084..a64cca6 100644 --- a/lib/DBInfoscreen/Controller/Wagenreihung.pm +++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm @@ -2,7 +2,7 @@ package DBInfoscreen::Controller::Wagenreihung; # Copyright (C) 2011-2020 Daniel Friesel # -# SPDX-License-Identifier: BSD-2-Clause +# SPDX-License-Identifier: AGPL-3.0-or-later use Mojo::Base 'Mojolicious::Controller'; use Mojo::JSON qw(decode_json encode_json); |