diff options
Diffstat (limited to 'lib/DBInfoscreen/Controller')
-rw-r--r-- | lib/DBInfoscreen/Controller/Map.pm | 2 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Static.pm | 2 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 2 | ||||
-rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/DBInfoscreen/Controller/Map.pm b/lib/DBInfoscreen/Controller/Map.pm index a8cea9d..b55afe0 100644 --- a/lib/DBInfoscreen/Controller/Map.pm +++ b/lib/DBInfoscreen/Controller/Map.pm @@ -1,7 +1,7 @@ package DBInfoscreen::Controller::Map; # 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); diff --git a/lib/DBInfoscreen/Controller/Static.pm b/lib/DBInfoscreen/Controller/Static.pm index fc309c6..4a645ed 100644 --- a/lib/DBInfoscreen/Controller/Static.pm +++ b/lib/DBInfoscreen/Controller/Static.pm @@ -1,7 +1,7 @@ package DBInfoscreen::Controller::Static; # 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'; diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index c73fe1a..1f42f69 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -2,7 +2,7 @@ package DBInfoscreen::Controller::Stationboard; # 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'; 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); |