diff options
Diffstat (limited to 'lib/DBInfoscreen/Controller/Map.pm')
-rw-r--r-- | lib/DBInfoscreen/Controller/Map.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/DBInfoscreen/Controller/Map.pm b/lib/DBInfoscreen/Controller/Map.pm index f654930..8e472a6 100644 --- a/lib/DBInfoscreen/Controller/Map.pm +++ b/lib/DBInfoscreen/Controller/Map.pm @@ -1,4 +1,7 @@ package DBInfoscreen::Controller::Map; +# Copyright (C) 2011-2020 Daniel Friesel +# +# SPDX-License-Identifier: BSD-2-Clause use Mojo::Base 'Mojolicious::Controller'; use Mojo::JSON qw(decode_json); |