diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-10-27 19:36:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-27 19:36:19 +0200 |
commit | 098a8d291b81df649c981b8885bea521ba4ca86f (patch) | |
tree | 9ffb4431e3ee1a6b142c6d2cfb8e737b23e9dedb /index.pl | |
parent | cfe1bcb84ae8f9ba7499bab20844fa00bce52ec0 (diff) |
Add copyright information
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ #!/usr/bin/env perl +# Copyright (C) 2011-2018 Daniel Friesel <derf+dbf@finalrewind.org> +# License: 2-Clause BSD use Mojolicious::Lite; use Cache::File; use File::Slurp qw(read_file write_file); |