~neon/kompare/master

« back to all changes in this revision

Viewing changes to src/dialogpages/filespage.h

  • 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
 
                                kcompareurldialog.h
3
 
                                -------------------
4
 
        begin                   : Sun Mar 4 2001
5
 
        Copyright 2001-2004 Otto Bruggeman <otto.bruggeman@home.nl>
6
 
        Copyright 2001-2003 John Firebaugh <jfirebaugh@kde.org>
7
 
        Copyright 2007      Kevin Kofler   <kevin.kofler@chello.at>
8
 
****************************************************************************/
 
1
/*
 
2
    SPDX-FileCopyrightText: 2001-2004 Otto Bruggeman <otto.bruggeman@home.nl>
 
3
    SPDX-FileCopyrightText: 2001-2003 John Firebaugh <jfirebaugh@kde.org>
 
4
    SPDX-FileCopyrightText: 2007 Kevin Kofler <kevin.kofler@chello.at>
9
5
 
10
 
/***************************************************************************
11
 
**
12
 
**   This program is free software; you can redistribute it and/or modify
13
 
**   it under the terms of the GNU General Public License as published by
14
 
**   the Free Software Foundation; either version 2 of the License, or
15
 
**   (at your option) any later version.
16
 
**
17
 
***************************************************************************/
 
6
    SPDX-License-Identifier: GPL-2.0-or-later
 
7
*/
18
8
 
19
9
#ifndef FILESPAGE_H
20
10
#define FILESPAGE_H