summaryrefslogtreecommitdiff
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
parenteea896440e5ad49622c7b1a4095f0d63c3465aa2 (diff)
downloadaudiomanagerdemo-d325007d9c3d83e77f490815cd5e8c41c06aa76a.tar.gz
Adding license headers to source code files.
Signed-off-by: Jeremiah C. Foster <jeremiah.foster@pelagicore.com>
-rw-r--r--Button.qml15
-rw-r--r--Diagram.qml15
-rw-r--r--Graph.qml15
-rw-r--r--audiomanagerdbusinterface.cpp18
-rw-r--r--main.cpp18
-rw-r--r--pulseaudiocontroller.cpp15
-rw-r--r--pulseplayer.cpp15
7 files changed, 111 insertions, 0 deletions
diff --git a/Button.qml b/Button.qml
index 2607ccb..a3fcd4b 100644
--- a/Button.qml
+++ b/Button.qml
@@ -1,3 +1,18 @@
+/* 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:
+*/
+
import QtQuick 2.0
import com.windriver.ammonitor 1.0
diff --git a/Diagram.qml b/Diagram.qml
index 21f0a53..aa8676e 100644
--- a/Diagram.qml
+++ b/Diagram.qml
@@ -1,3 +1,18 @@
+/* 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:
+*/
+
import QtQuick 2.1
import QtQuick.Window 2.0
import com.windriver.ammonitor 1.0
diff --git a/Graph.qml b/Graph.qml
index 4223f06..1c181ba 100644
--- a/Graph.qml
+++ b/Graph.qml
@@ -1,3 +1,18 @@
+/* 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:
+*/
+
import QtQuick 2.0
import com.windriver.ammonitor 1.0
import "code.js" as Code
diff --git a/audiomanagerdbusinterface.cpp b/audiomanagerdbusinterface.cpp
index 96ae120..31d154c 100644
--- a/audiomanagerdbusinterface.cpp
+++ b/audiomanagerdbusinterface.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 <QTimer>
#include "audiomanagerdbusinterface.h"
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>
diff --git a/pulseaudiocontroller.cpp b/pulseaudiocontroller.cpp
index fae01d3..b51dc5c 100644
--- a/pulseaudiocontroller.cpp
+++ b/pulseaudiocontroller.cpp
@@ -1,3 +1,18 @@
+/* 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:
+*/
+
#include "pulseaudiocontroller.h"
#include <QDebug>
diff --git a/pulseplayer.cpp b/pulseplayer.cpp
index ae924a7..966e9b4 100644
--- a/pulseplayer.cpp
+++ b/pulseplayer.cpp
@@ -1,3 +1,18 @@
+/* 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:
+*/
+
#include "pulseplayer.h"
//PulsePlayer::PulsePlayer(QString filePath, QString sinkName, QString sourceName, QObject *parent) :