summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-21 18:28:40 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-21 18:28:40 +0100
commit69c19532812516accaed16ecd8f478acf497de79 (patch)
treeb2c7a191a11aed4dd6acee2ea204804b2e77577f /lib
parent59d74f1429281bfdf8e10447d649050c757a9b8e (diff)
Switch to AGPL v3 for DBF program code
Diffstat (limited to 'lib')
-rw-r--r--lib/DBInfoscreen.pm4
-rw-r--r--lib/DBInfoscreen/Controller/Map.pm2
-rw-r--r--lib/DBInfoscreen/Controller/Static.pm2
-rw-r--r--lib/DBInfoscreen/Controller/Stationboard.pm2
-rw-r--r--lib/DBInfoscreen/Controller/Wagenreihung.pm2
-rw-r--r--lib/DBInfoscreen/Helper/HAFAS.pm2
-rw-r--r--lib/DBInfoscreen/Helper/Marudor.pm2
-rw-r--r--lib/DBInfoscreen/Helper/Wagonorder.pm2
8 files changed, 10 insertions, 8 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm
index acb741b..bf18be2 100644
--- a/lib/DBInfoscreen.pm
+++ b/lib/DBInfoscreen.pm
@@ -2,7 +2,7 @@ package DBInfoscreen;
# Copyright (C) 2011-2020 Daniel Friesel
#
-# SPDX-License-Identifier: BSD-2-Clause
+# SPDX-License-Identifier: AGPL-3.0-or-later
use Mojo::Base 'Mojolicious';
@@ -39,6 +39,8 @@ sub startup {
spare => $ENV{DBFAKEDISPLAY_SPARE} // 2,
workers => $ENV{DBFAKEDISPLAY_WORKERS} // 2,
},
+ source_url => 'https://github.com/derf/db-fakedisplay',
+ issue_url => 'https://github.com/derf/db-fakedisplay/issues',
version => $ENV{DBFAKEDISPLAY_VERSION} // qx{git describe --dirty}
// '???',
);
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);
diff --git a/lib/DBInfoscreen/Helper/HAFAS.pm b/lib/DBInfoscreen/Helper/HAFAS.pm
index 19dc459..f0da6e7 100644
--- a/lib/DBInfoscreen/Helper/HAFAS.pm
+++ b/lib/DBInfoscreen/Helper/HAFAS.pm
@@ -2,7 +2,7 @@ package DBInfoscreen::Helper::HAFAS;
# Copyright (C) 2011-2020 Daniel Friesel
#
-# SPDX-License-Identifier: BSD-2-Clause
+# SPDX-License-Identifier: AGPL-3.0-or-later
use strict;
use warnings;
diff --git a/lib/DBInfoscreen/Helper/Marudor.pm b/lib/DBInfoscreen/Helper/Marudor.pm
index 5823761..21083a7 100644
--- a/lib/DBInfoscreen/Helper/Marudor.pm
+++ b/lib/DBInfoscreen/Helper/Marudor.pm
@@ -2,7 +2,7 @@ package DBInfoscreen::Helper::Marudor;
# Copyright (C) 2020 Daniel Friesel
#
-# SPDX-License-Identifier: BSD-2-Clause
+# SPDX-License-Identifier: AGPL-3.0-or-later
use strict;
use warnings;
diff --git a/lib/DBInfoscreen/Helper/Wagonorder.pm b/lib/DBInfoscreen/Helper/Wagonorder.pm
index 1bbcf5f..defc4df 100644
--- a/lib/DBInfoscreen/Helper/Wagonorder.pm
+++ b/lib/DBInfoscreen/Helper/Wagonorder.pm
@@ -2,7 +2,7 @@ package DBInfoscreen::Helper::Wagonorder;
# Copyright (C) 2011-2020 Daniel Friesel
#
-# SPDX-License-Identifier: BSD-2-Clause
+# SPDX-License-Identifier: AGPL-3.0-or-later
use strict;
use warnings;