Skip to content

Commit f218a39

Browse files
committed
adding licenses to a few files more - we are under 100 files ..
1 parent ee9c811 commit f218a39

File tree

11 files changed

+71
-1
lines changed

11 files changed

+71
-1
lines changed

scripts/addcopyright.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for i in $(<files); do
3232
author=volayaf
3333
;;
3434

35-
src/app/gps/qwtpolar-*|src/app/qtmain_android.cpp|src/core/spatialite/*|src/core/spatialindex/src/*|src/core/gps/qextserialport/*|src/plugins/grass/qtermwidget/*|src/astyle/*|python/pyspatialite/*|src/providers/sqlanywhere/sqlanyconnection/*)
35+
src/app/gps/qwtpolar-*|src/app/qtmain_android.cpp|src/core/spatialite/*|src/core/spatialindex/src/*|src/core/gps/qextserialport/*|src/astyle/*|python/pyspatialite/*|src/providers/sqlanywhere/sqlanyconnection/*)
3636
# Skip third party files
3737
echo $f skipped
3838
continue

src/plugins/grass/qtermwidget/ColorTables.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/***************************************************************************
2+
ColorTables.h
3+
---------------------
4+
begin : April 2009
5+
copyright : (C) 2009 by Paolo Cavallini
6+
email : cavallini at faunalia dot it
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+
***************************************************************************/
115
#ifndef _COLOR_TABLE_H
216
#define _COLOR_TABLE_H
317

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1+
/***************************************************************************
2+
DefaultTranslatorText.h
3+
---------------------
4+
begin : April 2009
5+
copyright : (C) 2009 by Paolo Cavallini
6+
email : cavallini at faunalia dot it
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+
***************************************************************************/
115
"keyboard \"Fallback Key Translator\"\n"
216
"key Tab : \"\\t\" \0"

src/plugins/grass/qtermwidget/ExtendedDefaultTranslator.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/***************************************************************************
2+
ExtendedDefaultTranslator.h
3+
---------------------
4+
begin : April 2009
5+
copyright : (C) 2009 by Paolo Cavallini
6+
email : cavallini at faunalia dot it
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+
***************************************************************************/
115
"keyboard \"Default (XFree 4)\""
216
"key Escape : \"\\E\""
317
"key Tab -Shift : \"\\t\"\n"

src/plugins/grass/qtermwidget/konsole_wcwidth.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* <http://www.UNIX-systems.org/online.html>
55
*
66
* Markus Kuhn -- 2001-01-12 -- public domain
7+
* this file is in the public domain
78
*/
89

910
#include "konsole_wcwidth.h"

src/plugins/grass/qtermwidget/konsole_wcwidth.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/* Adaptions for KDE by Waldo Bastian <bastian@kde.org> */
33
/*
44
Rewritten for QT4 by e_k <e_k at users.sourceforge.net>
5+
6+
* This file is in the public domain
57
*/
68

79

tests/qt_modeltest/dynamictreemodel.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
**
77
** This file is part of the test suite of the Qt Toolkit.
88
**
9+
** This file 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 3 of the License, or
12+
** (at your option) any later version.
13+
**
914
** $QT_BEGIN_LICENSE:LGPL$
1015
** GNU Lesser General Public License Usage
1116
** This file may be used under the terms of the GNU Lesser General Public

tests/qt_modeltest/dynamictreemodel.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
**
77
** This file is part of the test suite of the Qt Toolkit.
88
**
9+
** This file 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 3 of the License, or
12+
** (at your option) any later version.
13+
**
914
** $QT_BEGIN_LICENSE:LGPL$
1015
** GNU Lesser General Public License Usage
1116
** This file may be used under the terms of the GNU Lesser General Public

tests/qt_modeltest/modeltest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
**
77
** This file is part of the test suite of the Qt Toolkit.
88
**
9+
** This file 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 3 of the License, or
12+
** (at your option) any later version.
13+
**
914
** $QT_BEGIN_LICENSE:LGPL$
1015
** GNU Lesser General Public License Usage
1116
** This file may be used under the terms of the GNU Lesser General Public

tests/qt_modeltest/modeltest.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
**
77
** This file is part of the test suite of the Qt Toolkit.
88
**
9+
** This file 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 3 of the License, or
12+
** (at your option) any later version.
13+
**
914
** $QT_BEGIN_LICENSE:LGPL$
1015
** GNU Lesser General Public License Usage
1116
** This file may be used under the terms of the GNU Lesser General Public

tests/qt_modeltest/tst_modeltest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
**
77
** This file is part of the test suite of the Qt Toolkit.
88
**
9+
** This file 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 3 of the License, or
12+
** (at your option) any later version.
13+
**
914
** $QT_BEGIN_LICENSE:LGPL$
1015
** GNU Lesser General Public License Usage
1116
** This file may be used under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)