~neon/kompare/master

« back to all changes in this revision

Viewing changes to src/dialogpages/filessettings.cpp

  • Committer: Friedrich W. H. Kossebau
  • Date: 2020-11-14 00:07:50 UTC
  • Revision ID: git-v1:00e620c8ea50c92b91162329733d3dfefb7d422c
Convert license statements to SPDX expressions

Also add/move license files as required by REUSE specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************************************************
2
 
                                filessettings.cpp
3
 
                                -----------------
4
 
        begin                   : Sun Apr 18 2004
5
 
        Copyright 2004 Otto Bruggeman <otto.bruggeman@home.nl>
6
 
        Copyright 2007 Kevin Kofler   <kevin.kofler@chello.at>
7
 
****************************************************************************/
 
1
/*
 
2
    SPDX-FileCopyrightText: 2004 Otto Bruggeman <otto.bruggeman@home.nl>
 
3
    SPDX-FileCopyrightText: 2007 Kevin Kofler <kevin.kofler@chello.at>
8
4
 
9
 
/***************************************************************************
10
 
**
11
 
**   This program is free software; you can redistribute it and/or modify
12
 
**   it under the terms of the GNU General Public License as published by
13
 
**   the Free Software Foundation; either version 2 of the License, or
14
 
**   (at your option) any later version.
15
 
**
16
 
****************************************************************************/
 
5
    SPDX-License-Identifier: GPL-2.0-or-later
 
6
*/
17
7
 
18
8
#include "filessettings.h"
19
9