~neon/kdesdk-thumbnailers/master

« back to all changes in this revision

Viewing changes to po_thumbnailer/pocreator.cpp

  • Committer: Friedrich W. H. Kossebau
  • Date: 2021-06-14 22:44:36 UTC
  • Revision ID: git-v1:d36f077a42e0de92e24a21d5b80cfd8611a3cd98
Use SPDX expressions in license headers

GIT_SILENT

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  This file is part of kde-thumbnailer-po
3
 
 *  Copyright (C) 2011-2012 Ni Hui <shuizhuyuanluo@126.com>
4
 
 *
5
 
 *  This program is free software; you can redistribute it and/or
6
 
 *  modify it under the terms of the GNU General Public License as
7
 
 *  published by the Free Software Foundation; either version 2 of
8
 
 *  the License or (at your option) version 3 or any later version
9
 
 *  accepted by the membership of KDE e.V. (or its successor approved
10
 
 *  by the membership of KDE e.V.), which shall act as a proxy
11
 
 *  defined in Section 14 of version 3 of the license.
12
 
 *
13
 
 *  This program is distributed in the hope that it will be useful,
14
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
 *  GNU General Public License for more details.
17
 
 *
18
 
 *  You should have received a copy of the GNU General Public License
19
 
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
 
 */
 
2
    SPDX-FileCopyrightText: 2011-2012 Ni Hui <shuizhuyuanluo@126.com>
 
3
 
 
4
    SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
 
5
*/
21
6
 
22
7
#include "pocreator.h"
23
8