summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorJeremiah C. Foster <jeremiah.foster@pelagicore.com>2016-05-13 15:59:18 +0200
committerJeremiah C. Foster <jeremiah.foster@pelagicore.com>2016-05-13 15:59:18 +0200
commitd325007d9c3d83e77f490815cd5e8c41c06aa76a (patch)
tree73cbb78fcef0dba3cf42bfeb30b0def2fdc6a9c9 /main.cpp
parenteea896440e5ad49622c7b1a4095f0d63c3465aa2 (diff)
downloadaudiomanagerdemo-d325007d9c3d83e77f490815cd5e8c41c06aa76a.tar.gz
Adding license headers to source code files.
Signed-off-by: Jeremiah C. Foster <jeremiah.foster@pelagicore.com>
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 529263a..bf86895 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,3 +1,21 @@
+/* SPDXLicenseID: MPL-2.0
+*
+* Copyright (C) 2014, GENIVI Alliance
+*
+* This file is part of AudioManager Monitor
+*
+* This Source Code Form is subject to the terms of the Mozilla Public
+* License (MPL), v. 2.0. If a copy of the MPL was not distributed with this
+* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+*
+* For further information see http://www.genivi.org/.
+*
+* List of changes:
+* May 2016
+* Added header w/ copyright.
+*/
+
+
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QQmlContext>