diff options
Diffstat (limited to 'lib/Travelynx/Controller/Static.pm')
-rw-r--r-- | lib/Travelynx/Controller/Static.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx/Controller/Static.pm b/lib/Travelynx/Controller/Static.pm index 6c0e0a2..addcd61 100644 --- a/lib/Travelynx/Controller/Static.pm +++ b/lib/Travelynx/Controller/Static.pm @@ -1,7 +1,7 @@ package Travelynx::Controller::Static; # Copyright (C) 2020 Daniel Friesel # -# SPDX-License-Identifier: MIT +# SPDX-License-Identifier: AGPL-3.0-or-later use Mojo::Base 'Mojolicious::Controller'; my $travelynx_version = qx{git describe --dirty} || 'experimental'; |