summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-07-26 15:41:37 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-07-26 15:41:37 -0700
commitba6ddf769ed54e945ee9dc8622149e199f29486f (patch)
treee1210abace34d1774cc59f70d9c2f5a7b79980a8 /src
parent7808f34141e93b79ba1635698dc2a2c07812934f (diff)
downloadrvi_core-ba6ddf769ed54e945ee9dc8622149e199f29486f.tar.gz
Added JLR copyright.
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'src')
-rw-r--r--src/rvi.app.src9
-rw-r--r--src/rvi_app.erl9
-rw-r--r--src/rvi_sup.erl9
3 files changed, 27 insertions, 0 deletions
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).