From ba6ddf769ed54e945ee9dc8622149e199f29486f Mon Sep 17 00:00:00 2001 From: Magnus Date: Sat, 26 Jul 2014 15:41:37 -0700 Subject: Added JLR copyright. Signed-off-by: Magnus --- src/rvi.app.src | 9 +++++++++ src/rvi_app.erl | 9 +++++++++ src/rvi_sup.erl | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/src/rvi.app.src b/src/rvi.app.src index 4c15497..f564872 100644 --- a/src/rvi.app.src +++ b/src/rvi.app.src @@ -1,3 +1,12 @@ +%% +%% Copyright (C) 2014, Jaguar Land Rover +%% +%% This program is licensed under the terms and conditions of the +%% Mozilla Public License, version 2.0. The full text of the +%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/ +%% + + %% -*- erlang -*- {application, rvi, [ diff --git a/src/rvi_app.erl b/src/rvi_app.erl index 197dacd..35769a7 100644 --- a/src/rvi_app.erl +++ b/src/rvi_app.erl @@ -1,3 +1,12 @@ +%% +%% Copyright (C) 2014, Jaguar Land Rover +%% +%% This program is licensed under the terms and conditions of the +%% Mozilla Public License, version 2.0. The full text of the +%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/ +%% + + -module(rvi_app). -behaviour(application). diff --git a/src/rvi_sup.erl b/src/rvi_sup.erl index 72b6eea..304e78a 100644 --- a/src/rvi_sup.erl +++ b/src/rvi_sup.erl @@ -1,3 +1,12 @@ +%% +%% Copyright (C) 2014, Jaguar Land Rover +%% +%% This program is licensed under the terms and conditions of the +%% Mozilla Public License, version 2.0. The full text of the +%% Mozilla Public License is at https://www.mozilla.org/MPL/2.0/ +%% + + -module(rvi_sup). -behaviour(supervisor). -- cgit v1.2.1