~neon/kompare/master

« back to all changes in this revision

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