From 8894735650a88d811e47b05ee0e322f81b4db257 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 12 Jun 2014 18:56:54 +0200 Subject: [PATCH] Add name and email in headers --- public/js/vroom.js | 1 + public/vroom.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/public/js/vroom.js b/public/js/vroom.js index 445e3c9..ecac835 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -2,6 +2,7 @@ This file is part of the VROOM project released under the MIT licence Copyright 2014 Firewall Services +Daniel Berteaud */ // Default notifications diff --git a/public/vroom.pl b/public/vroom.pl index 4557d33..6b56262 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -3,6 +3,7 @@ # This file is part of the VROOM project # released under the MIT licence # Copyright 2014 Firewall Services +# Daniel Berteaud use lib '../lib'; use Mojolicious::Lite;