Skip to content

Commit 2a2c9b7

Browse files
fnevgenyAndreasBilke
authored andcommitted
Switch to GPLv3+
1 parent 039fced commit 2a2c9b7

30 files changed

+647
-312
lines changed

LICENSE.txt

+617-282
Large diffs are not rendered by default.

make_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# This program is free software; you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
9-
# the Free Software Foundation; either version 2 of the License, or
9+
# the Free Software Foundation; either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
1212
# This program is distributed in the hope that it will be useful,

src/classes/action/action_mapping.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/classes/action/link_action.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* 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
11+
* the Free Software Foundation; either version 3 of the License, or
1212
* (at your option) any later version.
1313
*
1414
* This program is distributed in the hope that it will be useful,

src/classes/action/movie.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This program is free software; you can redistribute it and/or modify
1313
* 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
14+
* the Free Software Foundation; either version 3 of the License, or
1515
* (at your option) any later version.
1616
*
1717
* This program is distributed in the hope that it will be useful,

src/classes/config_file_reader.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This program is free software; you can redistribute it and/or modify
1313
* 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
14+
* the Free Software Foundation; either version 3 of the License, or
1515
* (at your option) any later version.
1616
*
1717
* This program is distributed in the hope that it will be useful,

src/classes/dbus_server.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/classes/drawings/drawing.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/classes/drawings/storage.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/classes/metadata/pdf.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* This program is free software; you can redistribute it and/or modify
1919
* it under the terms of the GNU General Public License as published by
20-
* the Free Software Foundation; either version 2 of the License, or
20+
* the Free Software Foundation; either version 3 of the License, or
2121
* (at your option) any later version.
2222
*
2323
* This program is distributed in the hope that it will be useful,

src/classes/metadata/xml.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* This program is free software; you can redistribute it and/or modify
1111
* it under the terms of the GNU General Public License as published by
12-
* the Free Software Foundation; either version 2 of the License, or
12+
* the Free Software Foundation; either version 3 of the License, or
1313
* (at your option) any later version.
1414
*
1515
* This program is distributed in the hope that it will be useful,

src/classes/options.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* This program is free software; you can redistribute it and/or modify
1414
* 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
15+
* the Free Software Foundation; either version 3 of the License, or
1616
* (at your option) any later version.
1717
*
1818
* This program is distributed in the hope that it will be useful,

src/classes/presentation_controller.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* This program is free software; you can redistribute it and/or modify
1818
* it under the terms of the GNU General Public License as published by
19-
* the Free Software Foundation; either version 2 of the License, or
19+
* the Free Software Foundation; either version 3 of the License, or
2020
* (at your option) any later version.
2121
*
2222
* This program is distributed in the hope that it will be useful,

src/classes/renderer/cache.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* This program is free software; you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
13-
* the Free Software Foundation; either version 2 of the License, or
13+
* the Free Software Foundation; either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
1616
* This program is distributed in the hope that it will be useful,

src/classes/renderer/pdf.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* This program is free software; you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
13-
* the Free Software Foundation; either version 2 of the License, or
13+
* the Free Software Foundation; either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
1616
* This program is distributed in the hope that it will be useful,

src/classes/timer_label.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* This program is free software; you can redistribute it and/or modify
1515
* it under the terms of the GNU General Public License as published by
16-
* the Free Software Foundation; either version 2 of the License, or
16+
* the Free Software Foundation; either version 3 of the License, or
1717
* (at your option) any later version.
1818
*
1919
* This program is distributed in the hope that it will be useful,

src/classes/view/behaviour/base.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* 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
11+
* the Free Software Foundation; either version 3 of the License, or
1212
* (at your option) any later version.
1313
*
1414
* This program is distributed in the hope that it will be useful,

src/classes/view/behaviour/pdf_link.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* 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
11+
* the Free Software Foundation; either version 3 of the License, or
1212
* (at your option) any later version.
1313
*
1414
* This program is distributed in the hope that it will be useful,

src/classes/view/markdown.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* 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
11+
* the Free Software Foundation; either version 3 of the License, or
1212
* (at your option) any later version.
1313
*
1414
* This program is distributed in the hope that it will be useful,

src/classes/view/pdf.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* This program is free software; you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
13-
* the Free Software Foundation; either version 2 of the License, or
13+
* the Free Software Foundation; either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
1616
* This program is distributed in the hope that it will be useful,

src/classes/view/transition_manager.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/classes/view/video.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/classes/window/fullscreen.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* This program is free software; you can redistribute it and/or modify
1313
* 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
14+
* the Free Software Foundation; either version 3 of the License, or
1515
* (at your option) any later version.
1616
*
1717
* This program is distributed in the hope that it will be useful,

src/classes/window/overview.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* This program is free software; you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
13-
* the Free Software Foundation; either version 2 of the License, or
13+
* the Free Software Foundation; either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
1616
* This program is distributed in the hope that it will be useful,

src/classes/window/presentation.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* This program is free software; you can redistribute it and/or modify
1414
* 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
15+
* the Free Software Foundation; either version 3 of the License, or
1616
* (at your option) any later version.
1717
*
1818
* This program is distributed in the hope that it will be useful,

src/classes/window/presenter.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* This program is free software; you can redistribute it and/or modify
1717
* it under the terms of the GNU General Public License as published by
18-
* the Free Software Foundation; either version 2 of the License, or
18+
* the Free Software Foundation; either version 3 of the License, or
1919
* (at your option) any later version.
2020
*
2121
* This program is distributed in the hope that it will be useful,

src/display_backend.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/display_backend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by
10-
* the Free Software Foundation; either version 2 of the License, or
10+
* the Free Software Foundation; either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
1313
* This program is distributed in the hope that it will be useful,

src/interfaces/controllable.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* This program is free software; you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
13-
* the Free Software Foundation; either version 2 of the License, or
13+
* the Free Software Foundation; either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
1616
* This program is distributed in the hope that it will be useful,

src/pdfpc.vala

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* This program is free software; you can redistribute it and/or modify
1515
* it under the terms of the GNU General Public License as published by
16-
* the Free Software Foundation; either version 2 of the License, or
16+
* the Free Software Foundation; either version 3 of the License, or
1717
* (at your option) any later version.
1818
*
1919
* This program is distributed in the hope that it will be useful,
@@ -155,7 +155,7 @@ namespace pdfpc {
155155
private void print_version() {
156156
GLib.print("pdfpc v4.5pre\n"
157157
+ "Copyright (C) 2010-2020 see CONTRIBUTORS\n\n"
158-
+ "License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl-2.0.html>.\n"
158+
+ "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
159159
+ "This is free software: you are free to change and redistribute it.\n"
160160
+ "There is NO WARRANTY, to the extent permitted by law.\n");
161161
}

0 commit comments

Comments
 (0)