Commit a6ab8b65 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

update copyright

parent 2ca4a501
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ MIT license.

The following license applies to all other files in this repository:

Copyright (C) 2011-2018 Daniel Friesel <derf+dbf@finalrewind.org>
Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org>

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env perl
# Copyright (C) 2011-2018 Daniel Friesel <derf+dbf@finalrewind.org>
# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org>
# License: 2-Clause BSD

use strict;
+1 −1
Original line number Diff line number Diff line
package DBInfoscreen;
use Mojo::Base 'Mojolicious';

# Copyright (C) 2011-2019 Daniel Friesel <derf+dbf@finalrewind.org>
# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org>
# License: 2-Clause BSD

use Cache::File;
+1 −1
Original line number Diff line number Diff line
package DBInfoscreen::Controller::Static;
use Mojo::Base 'Mojolicious::Controller';

# Copyright (C) 2011-2019 Daniel Friesel <derf+dbf@finalrewind.org>
# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org>
# License: 2-Clause BSD

my %default = (
+1 −1
Original line number Diff line number Diff line
package DBInfoscreen::Controller::Stationboard;
use Mojo::Base 'Mojolicious::Controller';

# Copyright (C) 2011-2019 Daniel Friesel <derf+dbf@finalrewind.org>
# Copyright (C) 2011-2020 Daniel Friesel <derf+dbf@finalrewind.org>
# License: 2-Clause BSD

use DateTime;
Loading