~neon/artikulate/master

« back to all changes in this revision

Viewing changes to src/core/language.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 Andreas Cord-Landwehr <cordlandwehr@kde.org>
3
 
 *
4
 
 *  SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5
 
 */
 
2
    SPDX-FileCopyrightText: 2013 Andreas Cord-Landwehr <cordlandwehr@kde.org>
 
3
 
 
4
    SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
 
5
*/
6
6
 
7
7
#include "language.h"
8
8
#include "artikulate_debug.h"