From 7853af34ec991a1ff2d0b23f09439d34663e47b1 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 15 Nov 2012 15:53:08 +0100 Subject: Change copyrights from Nokia to Digia Change copyrights and license headers from Nokia to Digia Change-Id: I9f5c8a9135271161e2bce50bc413ea01a08c3a76 Reviewed-by: Akseli Salovaara Reviewed-by: Lars Knoll --- src/3rdparty/phonon/gstreamer/CMakeLists.txt | 2 +- src/3rdparty/phonon/gstreamer/ConfigureChecks.cmake | 2 +- src/3rdparty/phonon/gstreamer/abstractrenderer.cpp | 2 +- src/3rdparty/phonon/gstreamer/abstractrenderer.h | 2 +- src/3rdparty/phonon/gstreamer/artssink.cpp | 4 ++-- src/3rdparty/phonon/gstreamer/artssink.h | 2 +- src/3rdparty/phonon/gstreamer/audioeffect.cpp | 2 +- src/3rdparty/phonon/gstreamer/audioeffect.h | 2 +- src/3rdparty/phonon/gstreamer/audiooutput.cpp | 2 +- src/3rdparty/phonon/gstreamer/audiooutput.h | 2 +- src/3rdparty/phonon/gstreamer/backend.cpp | 2 +- src/3rdparty/phonon/gstreamer/backend.h | 2 +- src/3rdparty/phonon/gstreamer/common.h | 2 +- src/3rdparty/phonon/gstreamer/devicemanager.cpp | 2 +- src/3rdparty/phonon/gstreamer/devicemanager.h | 2 +- src/3rdparty/phonon/gstreamer/effect.cpp | 2 +- src/3rdparty/phonon/gstreamer/effect.h | 2 +- src/3rdparty/phonon/gstreamer/effectmanager.cpp | 2 +- src/3rdparty/phonon/gstreamer/effectmanager.h | 2 +- src/3rdparty/phonon/gstreamer/glrenderer.cpp | 2 +- src/3rdparty/phonon/gstreamer/glrenderer.h | 2 +- src/3rdparty/phonon/gstreamer/gsthelper.cpp | 2 +- src/3rdparty/phonon/gstreamer/gsthelper.h | 2 +- src/3rdparty/phonon/gstreamer/medianode.cpp | 2 +- src/3rdparty/phonon/gstreamer/medianode.h | 2 +- src/3rdparty/phonon/gstreamer/medianodeevent.cpp | 2 +- src/3rdparty/phonon/gstreamer/medianodeevent.h | 2 +- src/3rdparty/phonon/gstreamer/mediaobject.cpp | 2 +- src/3rdparty/phonon/gstreamer/mediaobject.h | 2 +- src/3rdparty/phonon/gstreamer/message.cpp | 2 +- src/3rdparty/phonon/gstreamer/message.h | 2 +- src/3rdparty/phonon/gstreamer/phononsrc.cpp | 4 ++-- src/3rdparty/phonon/gstreamer/phononsrc.h | 2 +- src/3rdparty/phonon/gstreamer/qwidgetvideosink.cpp | 2 +- src/3rdparty/phonon/gstreamer/qwidgetvideosink.h | 2 +- src/3rdparty/phonon/gstreamer/streamreader.cpp | 2 +- src/3rdparty/phonon/gstreamer/streamreader.h | 2 +- src/3rdparty/phonon/gstreamer/videowidget.cpp | 2 +- src/3rdparty/phonon/gstreamer/videowidget.h | 2 +- src/3rdparty/phonon/gstreamer/volumefadereffect.cpp | 2 +- src/3rdparty/phonon/gstreamer/volumefadereffect.h | 2 +- src/3rdparty/phonon/gstreamer/widgetrenderer.cpp | 2 +- src/3rdparty/phonon/gstreamer/widgetrenderer.h | 2 +- src/3rdparty/phonon/gstreamer/x11renderer.cpp | 2 +- src/3rdparty/phonon/gstreamer/x11renderer.h | 2 +- 45 files changed, 47 insertions(+), 47 deletions(-) (limited to 'src/3rdparty/phonon/gstreamer') diff --git a/src/3rdparty/phonon/gstreamer/CMakeLists.txt b/src/3rdparty/phonon/gstreamer/CMakeLists.txt index 4946f5fbe8..2f9a817cc5 100644 --- a/src/3rdparty/phonon/gstreamer/CMakeLists.txt +++ b/src/3rdparty/phonon/gstreamer/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). # Copyright (C) 2008 Matthias Kretz # # This library is free software: you can redistribute it and/or modify diff --git a/src/3rdparty/phonon/gstreamer/ConfigureChecks.cmake b/src/3rdparty/phonon/gstreamer/ConfigureChecks.cmake index f2922e10bb..761a8fdcf3 100644 --- a/src/3rdparty/phonon/gstreamer/ConfigureChecks.cmake +++ b/src/3rdparty/phonon/gstreamer/ConfigureChecks.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). # # This library is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/abstractrenderer.cpp b/src/3rdparty/phonon/gstreamer/abstractrenderer.cpp index 924b6118d6..0ef2d111b1 100644 --- a/src/3rdparty/phonon/gstreamer/abstractrenderer.cpp +++ b/src/3rdparty/phonon/gstreamer/abstractrenderer.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/abstractrenderer.h b/src/3rdparty/phonon/gstreamer/abstractrenderer.h index 140413d142..a4cfa5e1f1 100644 --- a/src/3rdparty/phonon/gstreamer/abstractrenderer.h +++ b/src/3rdparty/phonon/gstreamer/abstractrenderer.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2 //Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).007 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2 //Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).007 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/artssink.cpp b/src/3rdparty/phonon/gstreamer/artssink.cpp index ff56da9d66..d1d903195c 100644 --- a/src/3rdparty/phonon/gstreamer/artssink.cpp +++ b/src/3rdparty/phonon/gstreamer/artssink.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. -Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -198,7 +198,7 @@ static void arts_sink_base_init (gpointer g_class) { static gchar longname[] = "Experimental aRts sink", klass[] = "Sink/Audio", description[] = "aRts Audio Output Device", - author[] = "Nokia Corporation and/or its subsidiary(-ies) "; + author[] = "Digia Plc and/or its subsidiary(-ies)"; GstElementDetails details = GST_ELEMENT_DETAILS (longname, klass, description, diff --git a/src/3rdparty/phonon/gstreamer/artssink.h b/src/3rdparty/phonon/gstreamer/artssink.h index 169e73ed89..62c7848946 100644 --- a/src/3rdparty/phonon/gstreamer/artssink.h +++ b/src/3rdparty/phonon/gstreamer/artssink.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. -Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/audioeffect.cpp b/src/3rdparty/phonon/gstreamer/audioeffect.cpp index db72c8b593..4b73bd0f73 100644 --- a/src/3rdparty/phonon/gstreamer/audioeffect.cpp +++ b/src/3rdparty/phonon/gstreamer/audioeffect.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/audioeffect.h b/src/3rdparty/phonon/gstreamer/audioeffect.h index 3a985e553b..a6dee33902 100644 --- a/src/3rdparty/phonon/gstreamer/audioeffect.h +++ b/src/3rdparty/phonon/gstreamer/audioeffect.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/audiooutput.cpp b/src/3rdparty/phonon/gstreamer/audiooutput.cpp index 138a7e414c..8438544fde 100644 --- a/src/3rdparty/phonon/gstreamer/audiooutput.cpp +++ b/src/3rdparty/phonon/gstreamer/audiooutput.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). Copyright (C) 2008 Matthias Kretz This library is free software: you can redistribute it and/or modify diff --git a/src/3rdparty/phonon/gstreamer/audiooutput.h b/src/3rdparty/phonon/gstreamer/audiooutput.h index 846fa7bf57..f8f763eacf 100644 --- a/src/3rdparty/phonon/gstreamer/audiooutput.h +++ b/src/3rdparty/phonon/gstreamer/audiooutput.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). Copyright (C) 2008 Matthias Kretz This library is free software: you can redistribute it and/or modify diff --git a/src/3rdparty/phonon/gstreamer/backend.cpp b/src/3rdparty/phonon/gstreamer/backend.cpp index d05f6a64fc..e3bc94a6f0 100644 --- a/src/3rdparty/phonon/gstreamer/backend.cpp +++ b/src/3rdparty/phonon/gstreamer/backend.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/backend.h b/src/3rdparty/phonon/gstreamer/backend.h index 2aab6fa0c1..ad5e9a0073 100644 --- a/src/3rdparty/phonon/gstreamer/backend.h +++ b/src/3rdparty/phonon/gstreamer/backend.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/common.h b/src/3rdparty/phonon/gstreamer/common.h index 355df50d2e..fc3920e6d7 100644 --- a/src/3rdparty/phonon/gstreamer/common.h +++ b/src/3rdparty/phonon/gstreamer/common.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/devicemanager.cpp b/src/3rdparty/phonon/gstreamer/devicemanager.cpp index 22403966d5..16c295ca96 100644 --- a/src/3rdparty/phonon/gstreamer/devicemanager.cpp +++ b/src/3rdparty/phonon/gstreamer/devicemanager.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/devicemanager.h b/src/3rdparty/phonon/gstreamer/devicemanager.h index a5e8289969..d7cd6375b0 100644 --- a/src/3rdparty/phonon/gstreamer/devicemanager.h +++ b/src/3rdparty/phonon/gstreamer/devicemanager.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/effect.cpp b/src/3rdparty/phonon/gstreamer/effect.cpp index f653535963..f6ac8cb74f 100644 --- a/src/3rdparty/phonon/gstreamer/effect.cpp +++ b/src/3rdparty/phonon/gstreamer/effect.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/effect.h b/src/3rdparty/phonon/gstreamer/effect.h index dbbb45748c..025ae7b202 100644 --- a/src/3rdparty/phonon/gstreamer/effect.h +++ b/src/3rdparty/phonon/gstreamer/effect.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/effectmanager.cpp b/src/3rdparty/phonon/gstreamer/effectmanager.cpp index 563e6fc47d..7d6258e58d 100644 --- a/src/3rdparty/phonon/gstreamer/effectmanager.cpp +++ b/src/3rdparty/phonon/gstreamer/effectmanager.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/effectmanager.h b/src/3rdparty/phonon/gstreamer/effectmanager.h index f7d9c9666e..cff53401bc 100644 --- a/src/3rdparty/phonon/gstreamer/effectmanager.h +++ b/src/3rdparty/phonon/gstreamer/effectmanager.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/glrenderer.cpp b/src/3rdparty/phonon/gstreamer/glrenderer.cpp index 6cf345942f..6312946c42 100644 --- a/src/3rdparty/phonon/gstreamer/glrenderer.cpp +++ b/src/3rdparty/phonon/gstreamer/glrenderer.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/glrenderer.h b/src/3rdparty/phonon/gstreamer/glrenderer.h index 68dd14113e..1907ebd88d 100644 --- a/src/3rdparty/phonon/gstreamer/glrenderer.h +++ b/src/3rdparty/phonon/gstreamer/glrenderer.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/gsthelper.cpp b/src/3rdparty/phonon/gstreamer/gsthelper.cpp index 34d99facfb..a11766d1b7 100644 --- a/src/3rdparty/phonon/gstreamer/gsthelper.cpp +++ b/src/3rdparty/phonon/gstreamer/gsthelper.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/gsthelper.h b/src/3rdparty/phonon/gstreamer/gsthelper.h index ff342a4d62..e5753d626d 100644 --- a/src/3rdparty/phonon/gstreamer/gsthelper.h +++ b/src/3rdparty/phonon/gstreamer/gsthelper.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/medianode.cpp b/src/3rdparty/phonon/gstreamer/medianode.cpp index 72579722f9..122d539047 100644 --- a/src/3rdparty/phonon/gstreamer/medianode.cpp +++ b/src/3rdparty/phonon/gstreamer/medianode.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/medianode.h b/src/3rdparty/phonon/gstreamer/medianode.h index 6e3850a483..c11fce5680 100644 --- a/src/3rdparty/phonon/gstreamer/medianode.h +++ b/src/3rdparty/phonon/gstreamer/medianode.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/medianodeevent.cpp b/src/3rdparty/phonon/gstreamer/medianodeevent.cpp index 20560ee375..08822ab4e1 100644 --- a/src/3rdparty/phonon/gstreamer/medianodeevent.cpp +++ b/src/3rdparty/phonon/gstreamer/medianodeevent.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/medianodeevent.h b/src/3rdparty/phonon/gstreamer/medianodeevent.h index cacf4a58c5..eee595c615 100644 --- a/src/3rdparty/phonon/gstreamer/medianodeevent.h +++ b/src/3rdparty/phonon/gstreamer/medianodeevent.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/mediaobject.cpp b/src/3rdparty/phonon/gstreamer/mediaobject.cpp index 5dcbd42f5d..768f7f51e0 100644 --- a/src/3rdparty/phonon/gstreamer/mediaobject.cpp +++ b/src/3rdparty/phonon/gstreamer/mediaobject.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/mediaobject.h b/src/3rdparty/phonon/gstreamer/mediaobject.h index 64b3510b47..b18149c506 100644 --- a/src/3rdparty/phonon/gstreamer/mediaobject.h +++ b/src/3rdparty/phonon/gstreamer/mediaobject.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/message.cpp b/src/3rdparty/phonon/gstreamer/message.cpp index 154e0bbccd..7b1a9c2b5d 100644 --- a/src/3rdparty/phonon/gstreamer/message.cpp +++ b/src/3rdparty/phonon/gstreamer/message.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/message.h b/src/3rdparty/phonon/gstreamer/message.h index cadb948620..d86c30412c 100644 --- a/src/3rdparty/phonon/gstreamer/message.h +++ b/src/3rdparty/phonon/gstreamer/message.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/phononsrc.cpp b/src/3rdparty/phonon/gstreamer/phononsrc.cpp index f893fb50b8..43fe89f44f 100644 --- a/src/3rdparty/phonon/gstreamer/phononsrc.cpp +++ b/src/3rdparty/phonon/gstreamer/phononsrc.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. -Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -71,7 +71,7 @@ static void phonon_src_base_init (gpointer g_class) { static gchar longname[] = "Phonon Stream Source", klass[] = "Source/File", description[] = "Read from a Phonon StreamInterface", - author[] = "Nokia Corporation and/or its subsidiary(-ies) "; + author[] = "Digia Plc and/or its subsidiary(-ies)"; GstElementDetails details = GST_ELEMENT_DETAILS (longname, klass, description, diff --git a/src/3rdparty/phonon/gstreamer/phononsrc.h b/src/3rdparty/phonon/gstreamer/phononsrc.h index a2cd8b39ff..8faa60771f 100644 --- a/src/3rdparty/phonon/gstreamer/phononsrc.h +++ b/src/3rdparty/phonon/gstreamer/phononsrc.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. -Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/qwidgetvideosink.cpp b/src/3rdparty/phonon/gstreamer/qwidgetvideosink.cpp index 89d5a9db9e..a095d0cdd1 100644 --- a/src/3rdparty/phonon/gstreamer/qwidgetvideosink.cpp +++ b/src/3rdparty/phonon/gstreamer/qwidgetvideosink.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/qwidgetvideosink.h b/src/3rdparty/phonon/gstreamer/qwidgetvideosink.h index 73a494a213..d76735fd44 100644 --- a/src/3rdparty/phonon/gstreamer/qwidgetvideosink.h +++ b/src/3rdparty/phonon/gstreamer/qwidgetvideosink.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/streamreader.cpp b/src/3rdparty/phonon/gstreamer/streamreader.cpp index 04fa6ccb04..fea171135d 100644 --- a/src/3rdparty/phonon/gstreamer/streamreader.cpp +++ b/src/3rdparty/phonon/gstreamer/streamreader.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. -Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/streamreader.h b/src/3rdparty/phonon/gstreamer/streamreader.h index c2e61c8302..4da5f076e6 100644 --- a/src/3rdparty/phonon/gstreamer/streamreader.h +++ b/src/3rdparty/phonon/gstreamer/streamreader.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. -Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/videowidget.cpp b/src/3rdparty/phonon/gstreamer/videowidget.cpp index efc750a16e..45a05fb34a 100644 --- a/src/3rdparty/phonon/gstreamer/videowidget.cpp +++ b/src/3rdparty/phonon/gstreamer/videowidget.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/videowidget.h b/src/3rdparty/phonon/gstreamer/videowidget.h index a0ebe5f820..413d5e4a7d 100644 --- a/src/3rdparty/phonon/gstreamer/videowidget.h +++ b/src/3rdparty/phonon/gstreamer/videowidget.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2 //Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).007 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2 //Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).007 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/volumefadereffect.cpp b/src/3rdparty/phonon/gstreamer/volumefadereffect.cpp index d7ee11bfcc..5ec57fd2a7 100644 --- a/src/3rdparty/phonon/gstreamer/volumefadereffect.cpp +++ b/src/3rdparty/phonon/gstreamer/volumefadereffect.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/volumefadereffect.h b/src/3rdparty/phonon/gstreamer/volumefadereffect.h index d74014cefb..a887ec1e38 100644 --- a/src/3rdparty/phonon/gstreamer/volumefadereffect.h +++ b/src/3rdparty/phonon/gstreamer/volumefadereffect.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/widgetrenderer.cpp b/src/3rdparty/phonon/gstreamer/widgetrenderer.cpp index d4a411ffc5..e179896da4 100644 --- a/src/3rdparty/phonon/gstreamer/widgetrenderer.cpp +++ b/src/3rdparty/phonon/gstreamer/widgetrenderer.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/widgetrenderer.h b/src/3rdparty/phonon/gstreamer/widgetrenderer.h index ff64fa7d32..dd67f0ec72 100644 --- a/src/3rdparty/phonon/gstreamer/widgetrenderer.h +++ b/src/3rdparty/phonon/gstreamer/widgetrenderer.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/x11renderer.cpp b/src/3rdparty/phonon/gstreamer/x11renderer.cpp index 73877a8f14..6738defe3c 100644 --- a/src/3rdparty/phonon/gstreamer/x11renderer.cpp +++ b/src/3rdparty/phonon/gstreamer/x11renderer.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/3rdparty/phonon/gstreamer/x11renderer.h b/src/3rdparty/phonon/gstreamer/x11renderer.h index f7140da151..80a8fadacf 100644 --- a/src/3rdparty/phonon/gstreamer/x11renderer.h +++ b/src/3rdparty/phonon/gstreamer/x11renderer.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project. - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). + Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by -- cgit v1.2.3