~neon/artikulate/master

« back to all changes in this revision

Viewing changes to libsound/src/capturedevicecontroller.cpp

  • Committer: Andreas Cord-Landwehr
  • Date: 2020-12-31 08:22:56 UTC
  • Revision ID: git-v1:0082617af8d8fe05d62597db5f3785adddef89bd
Reformat license headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  SPDX-FileCopyrightText: 2013-2014 Andreas Cord-Landwehr <cordlandwehr@kde.org>
3
 
 *
4
 
 *  SPDX-License-Identifier: LGPL-2.1-or-later
5
 
 */
 
2
    SPDX-FileCopyrightText: 2013-2014 Andreas Cord-Landwehr <cordlandwehr@kde.org>
 
3
 
 
4
    SPDX-License-Identifier: LGPL-2.1-or-later
 
5
*/
6
6
 
7
7
#include "capturedevicecontroller.h"
8
8
#include "backendinterface.h"