~neon/libkomparediff2/master

« back to all changes in this revision

Viewing changes to cvsdiffparser.cpp

  • Committer: Friedrich W. H. Kossebau
  • Date: 2020-06-07 03:43:54 UTC
  • Revision ID: git-v1:d5022973b8a061f0c077c678f90989ff5afec6f6
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
 
**                              cvsdiffparser.cpp
3
 
**                              -----------------
4
 
**      begin                   : Sun Aug  4 15:05:35 2002
5
 
**      Copyright 2002-2004 Otto Bruggeman <otto.bruggeman@home.nl>
6
 
***************************************************************************/
7
 
/***************************************************************************
8
 
**
9
 
**   This program is free software; you can redistribute it and/or modify
10
 
**   it under the terms of the GNU General Public License as published by
11
 
**   the Free Software Foundation; either version 2 of the License, or
12
 
**   ( at your option ) any later version.
13
 
**
14
 
***************************************************************************/
 
1
/*
 
2
SPDX-FileCopyrightText: 2002-2004 Otto Bruggeman <otto.bruggeman@home.nl>
 
3
 
 
4
SPDX-License-Identifier: GPL-2.0-or-later
 
5
*/
15
6
 
16
7
#include "cvsdiffparser.h"
17
8