From d325007d9c3d83e77f490815cd5e8c41c06aa76a Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Fri, 13 May 2016 15:59:18 +0200 Subject: Adding license headers to source code files. Signed-off-by: Jeremiah C. Foster --- Button.qml | 15 +++++++++++++++ Diagram.qml | 15 +++++++++++++++ Graph.qml | 15 +++++++++++++++ audiomanagerdbusinterface.cpp | 18 ++++++++++++++++++ main.cpp | 18 ++++++++++++++++++ pulseaudiocontroller.cpp | 15 +++++++++++++++ pulseplayer.cpp | 15 +++++++++++++++ 7 files changed, 111 insertions(+) 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 #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 #include #include 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 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) : -- cgit v1.2.1