~neon/kompare/master

« back to all changes in this revision

Viewing changes to src/app/kompareurldialog.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
 
                                kompareurldialog.cpp
3
 
                                --------------------
4
 
        begin                   : Sun Mar 4 2001
5
 
        Copyright 2001-2005,2009 Otto Bruggeman <bruggie@gmail.com>
6
 
        Copyright 2001-2003 John Firebaugh <jfirebaugh@kde.org>
7
 
        Copyright 2007      Kevin Kofler   <kevin.kofler@chello.at>
8
 
****************************************************************************/
9
 
 
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
 
***************************************************************************/
 
1
/*
 
2
    SPDX-FileCopyrightText: 2001-2005, 2009 Otto Bruggeman <bruggie@gmail.com>
 
3
    SPDX-FileCopyrightText: 2001-2003 John Firebaugh <jfirebaugh@kde.org>
 
4
    SPDX-FileCopyrightText: 2007 Kevin Kofler <kevin.kofler@chello.at>
 
5
 
 
6
    SPDX-License-Identifier: GPL-2.0-or-later
 
7
*/
 
8
 
18
9
#include "kompareurldialog.h"
19
10
#include <QShowEvent>
20
11