time to flush the name cache
This commit is contained in:
parent
d1b020a88c
commit
085d77a1fa
43 changed files with 43 additions and 43 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) Markus Witt
|
||||
# Copyright (C) Daniel Friesel
|
||||
# Copyright (C) Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
|
|
2
index.pl
2
index.pl
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env perl
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::account;
|
||||
|
||||
# Copyright (C) 2021 Daniel Friesel
|
||||
# Copyright (C) 2021 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::database;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package Travelynx::Command::dumpconfig;
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::influxdb;
|
||||
|
||||
# Copyright (C) 2022 Daniel Friesel
|
||||
# Copyright (C) 2022 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::integritycheck;
|
||||
|
||||
# Copyright (C) 2022 Daniel Friesel
|
||||
# Copyright (C) 2022 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::maintenance;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::munin;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::traewelling;
|
||||
|
||||
# Copyright (C) 2023 Daniel Friesel
|
||||
# Copyright (C) 2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::work;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Command::worker;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Command';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Controller::Account;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Controller::Api;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Controller::Passengerrights;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Controller::Profile;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Controller::Static;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Controller::Traewelling;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Controller::Traveling;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
use Mojo::Base 'Mojolicious::Controller';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Helper::DBDB;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Helper::HAFAS;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Helper::IRIS;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Helper::Sendmail;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Helper::Traewelling;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Model::InTransit;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Model::JourneyStatsCache;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Model::Journeys;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Model::Stations;
|
||||
|
||||
# Copyright (C) 2022 Daniel Friesel
|
||||
# Copyright (C) 2022 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Model::Traewelling;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package Travelynx::Model::Users;
|
||||
|
||||
# Copyright (C) 2020-2023 Daniel Friesel
|
||||
# Copyright (C) 2020-2023 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2020 Daniel Friesel
|
||||
# Copyright (C) 2020 Birthe Friesel
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
openapi: 3.0.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2020 DB Station&Service AG, Europaplatz 1, 10557 Berlin
|
||||
* Copyright (C) 2020 Daniel Friesel
|
||||
* Copyright (C) 2020 Birthe Friesel
|
||||
*
|
||||
* SPDX-License-Identifier: CC-BY-4.0
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2020 Daniel Friesel
|
||||
* Copyright (C) 2020 Birthe Friesel
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2020 Daniel Friesel
|
||||
* Copyright (C) 2020 Birthe Friesel
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
|
||||
# Copyright (C) 2020 Birthe Friesel <derf@finalrewind.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
|
||||
# Copyright (C) 2020 Birthe Friesel <derf@finalrewind.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ for my $station (@station_names) {
|
|||
my $autocomplete = <<"EOF";
|
||||
/*
|
||||
* Copyright (C) 2020 DB Station&Service AG, Europaplatz 1, 10557 Berlin
|
||||
* Copyright (C) 2020 Daniel Friesel
|
||||
* Copyright (C) 2020 Birthe Friesel
|
||||
*
|
||||
* SPDX-License-Identifier: CC-BY-4.0
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
|
||||
# Copyright (C) 2020 Birthe Friesel <derf@finalrewind.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
|
||||
# Copyright (C) 2020 Birthe Friesel <derf@finalrewind.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
|
||||
# Copyright (C) 2020 Birthe Friesel <derf@finalrewind.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
|
||||
# Copyright (C) 2020 Birthe Friesel <derf@finalrewind.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
# Copyright (C) 2020 Daniel Friesel <daniel.friesel@uos.de>
|
||||
# Copyright (C) 2020 Birthe Friesel <derf@finalrewind.org>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
|
|
Loading…
Reference in a new issue