Codebase list cppman / 8a9c493
Add license.patch to fix license declaration ChangZhuo Chen (陳昌倬) 9 years ago
2 changed file(s) with 126 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Correct source GPL version declaration.
1 ---
2 Origin: upstream, https://github.com/aitjcize/cppman/commit/f9b4f7baaa8877f8b2ce20adccc4dfc5906052be
3 Forwarded: https://github.com/aitjcize/cppman/issues/25
4 --- cppman-0.3.1.orig/bin/cppman
5 +++ cppman-0.3.1/bin/cppman
6 @@ -10,7 +10,7 @@
7 #
8 # This program is free software; you can redistribute it and/or modify
9 # 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
11 +# the Free Software Foundation; either version 3 of the License, or
12 # (at your option) any later version.
13 #
14 # This program is distributed in the hope that it will be useful,
15 --- cppman-0.3.1.orig/cppman/Config.py
16 +++ cppman-0.3.1/cppman/Config.py
17 @@ -9,7 +9,7 @@
18 #
19 # This program is free software; you can redistribute it and/or modify
20 # it under the terms of the GNU General Public License as published by
21 -# the Free Software Foundation; either version 2 of the License, or
22 +# the Free Software Foundation; either version 3 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 --- cppman-0.3.1.orig/cppman/Crawler.py
27 +++ cppman-0.3.1/cppman/Crawler.py
28 @@ -9,7 +9,7 @@
29 #
30 # This program is free software; you can redistribute it and/or modify
31 # it under the terms of the GNU General Public License as published by
32 -# the Free Software Foundation; either version 2 of the License, or
33 +# the Free Software Foundation; either version 3 of the License, or
34 # (at your option) any later version.
35 #
36 # This program is distributed in the hope that it will be useful,
37 --- cppman-0.3.1.orig/cppman/Environ.py
38 +++ cppman-0.3.1/cppman/Environ.py
39 @@ -9,7 +9,7 @@
40 #
41 # This program is free software; you can redistribute it and/or modify
42 # it under the terms of the GNU General Public License as published by
43 -# the Free Software Foundation; either version 2 of the License, or
44 +# the Free Software Foundation; either version 3 of the License, or
45 # (at your option) any later version.
46 #
47 # This program is distributed in the hope that it will be useful,
48 --- cppman-0.3.1.orig/cppman/Formatter.py
49 +++ cppman-0.3.1/cppman/Formatter.py
50 @@ -9,7 +9,7 @@
51 #
52 # This program is free software; you can redistribute it and/or modify
53 # it under the terms of the GNU General Public License as published by
54 -# the Free Software Foundation; either version 2 of the License, or
55 +# the Free Software Foundation; either version 3 of the License, or
56 # (at your option) any later version.
57 #
58 # This program is distributed in the hope that it will be useful,
59 --- cppman-0.3.1.orig/cppman/__init__.py
60 +++ cppman-0.3.1/cppman/__init__.py
61 @@ -7,7 +7,7 @@
62 #
63 # This program is free software; you can redistribute it and/or modify
64 # it under the terms of the GNU General Public License as published by
65 -# the Free Software Foundation; either version 2 of the License, or
66 +# the Free Software Foundation; either version 3 of the License, or
67 # (at your option) any later version.
68 #
69 # This program is distributed in the hope that it will be useful,
70 --- cppman-0.3.1.orig/cppman/cppman.py
71 +++ cppman-0.3.1/cppman/cppman.py
72 @@ -9,7 +9,7 @@
73 #
74 # This program is free software; you can redistribute it and/or modify
75 # it under the terms of the GNU General Public License as published by
76 -# the Free Software Foundation; either version 2 of the License, or
77 +# the Free Software Foundation; either version 3 of the License, or
78 # (at your option) any later version.
79 #
80 # This program is distributed in the hope that it will be useful,
81 --- cppman-0.3.1.orig/cppman/lib/cppman.vim
82 +++ cppman-0.3.1/cppman/lib/cppman.vim
83 @@ -5,7 +5,7 @@
84 "
85 " This program is free software; you can redistribute it and/or modify
86 " it under the terms of the GNU General Public License as published by
87 -" the Free Software Foundation; either version 2 of the License, or
88 +" the Free Software Foundation; either version 3 of the License, or
89 " (at your option) any later version.
90 "
91 " This program is distributed in the hope that it will be useful,
92 --- cppman-0.3.1.orig/cppman/lib/pager_less.sh
93 +++ cppman-0.3.1/cppman/lib/pager_less.sh
94 @@ -9,7 +9,7 @@
95 #
96 # This program is free software; you can redistribute it and/or modify
97 # it under the terms of the GNU General Public License as published by
98 -# the Free Software Foundation; either version 2 of the License, or
99 +# the Free Software Foundation; either version 3 of the License, or
100 # (at your option) any later version.
101 #
102 # This program is distributed in the hope that it will be useful,
103 --- cppman-0.3.1.orig/cppman/lib/pager_vim.sh
104 +++ cppman-0.3.1/cppman/lib/pager_vim.sh
105 @@ -9,7 +9,7 @@
106 #
107 # This program is free software; you can redistribute it and/or modify
108 # it under the terms of the GNU General Public License as published by
109 -# the Free Software Foundation; either version 2 of the License, or
110 +# the Free Software Foundation; either version 3 of the License, or
111 # (at your option) any later version.
112 #
113 # This program is distributed in the hope that it will be useful,
114 --- cppman-0.3.1.orig/cppman/lib/render.sh
115 +++ cppman-0.3.1/cppman/lib/render.sh
116 @@ -9,7 +9,7 @@
117 #
118 # This program is free software; you can redistribute it and/or modify
119 # it under the terms of the GNU General Public License as published by
120 -# the Free Software Foundation; either version 2 of the License, or
121 +# the Free Software Foundation; either version 3 of the License, or
122 # (at your option) any later version.
123 #
124 # This program is distributed in the hope that it will be useful,
00 hyphen-used-as-minus-sign.patch
11 pager.patch
2 license.patch