summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-07-26 15:39:01 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-07-26 15:39:01 -0700
commita296c54bd9252b5515d1fc2e4e040de713a56ead (patch)
tree23e5490d3255d6733532a663b2b07eb18a5001dc
parentcd096b441f7d8c2f690598561a260d8c88201b5e (diff)
downloadrvi_core-a296c54bd9252b5515d1fc2e4e040de713a56ead.tar.gz
Added JLR copyright.
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
-rw-r--r--src/schedule.app.src9
-rw-r--r--src/schedule.erl9
-rw-r--r--src/schedule_app.erl9
-rw-r--r--src/schedule_rpc.erl9
-rw-r--r--src/schedule_sup.erl9
5 files changed, 45 insertions, 0 deletions
diff --git a/src/schedule.app.src b/src/schedule.app.src
index 42fcaa2..810f140 100644
--- a/src/schedule.app.src
+++ b/src/schedule.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, schedule,
[
diff --git a/src/schedule.erl b/src/schedule.erl
index 75f1e7f..52f7527 100644
--- a/src/schedule.erl
+++ b/src/schedule.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/
+%%
+
+
%%%-------------------------------------------------------------------
%%% @author magnus <magnus@t520.home>
%%% @copyright (C) 2014, magnus
diff --git a/src/schedule_app.erl b/src/schedule_app.erl
index e5ad5bd..664ebe8 100644
--- a/src/schedule_app.erl
+++ b/src/schedule_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(schedule_app).
-behaviour(application).
diff --git a/src/schedule_rpc.erl b/src/schedule_rpc.erl
index 79db747..079b503 100644
--- a/src/schedule_rpc.erl
+++ b/src/schedule_rpc.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(schedule_rpc).
diff --git a/src/schedule_sup.erl b/src/schedule_sup.erl
index 87888c8..8c52881 100644
--- a/src/schedule_sup.erl
+++ b/src/schedule_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(schedule_sup).
-behaviour(supervisor).