about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 01:14:49 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 01:14:49 +0100
commite8fc80f5c1bf30585483d4dd1c27aae620862066 (patch)
tree83fcb673fc77b5f5c06092581b15330117bb03a4 /src/ui
parent1586ee9ed4288a6ba194b07e5c131ccc1af09df0 (diff)
downloadprofani-tty-e8fc80f5c1bf30585483d4dd1c27aae620862066.tar.gz
Update GPL link in headers
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/buffer.c2
-rw-r--r--src/ui/buffer.h2
-rw-r--r--src/ui/chatwin.c2
-rw-r--r--src/ui/console.c2
-rw-r--r--src/ui/core.c2
-rw-r--r--src/ui/inputwin.c2
-rw-r--r--src/ui/inputwin.h2
-rw-r--r--src/ui/mucconfwin.c2
-rw-r--r--src/ui/mucwin.c2
-rw-r--r--src/ui/notifier.c2
-rw-r--r--src/ui/occupantswin.c2
-rw-r--r--src/ui/privwin.c2
-rw-r--r--src/ui/rosterwin.c2
-rw-r--r--src/ui/statusbar.c2
-rw-r--r--src/ui/statusbar.h2
-rw-r--r--src/ui/titlebar.c2
-rw-r--r--src/ui/titlebar.h2
-rw-r--r--src/ui/ui.h2
-rw-r--r--src/ui/win_types.h2
-rw-r--r--src/ui/window.c2
-rw-r--r--src/ui/window.h2
-rw-r--r--src/ui/xmlwin.c2
22 files changed, 22 insertions, 22 deletions
diff --git a/src/ui/buffer.c b/src/ui/buffer.c
index a86e85ae..09f53beb 100644
--- a/src/ui/buffer.c
+++ b/src/ui/buffer.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/buffer.h b/src/ui/buffer.h
index 50ce0634..e37f58fa 100644
--- a/src/ui/buffer.h
+++ b/src/ui/buffer.h
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index d4336c09..25df09c4 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/console.c b/src/ui/console.c
index f53823b6..3e987dbe 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/core.c b/src/ui/core.c
index c687cba6..df759ca6 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index 8f896dbe..e8db673c 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/inputwin.h b/src/ui/inputwin.h
index fb2c78a3..b36ae68d 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/mucconfwin.c b/src/ui/mucconfwin.c
index 1dd5c539..a52f2378 100644
--- a/src/ui/mucconfwin.c
+++ b/src/ui/mucconfwin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index 432a9661..08e9bb38 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/notifier.c b/src/ui/notifier.c
index 1a6c0132..355c06c2 100644
--- a/src/ui/notifier.c
+++ b/src/ui/notifier.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c
index 2e148a6f..efa8146c 100644
--- a/src/ui/occupantswin.c
+++ b/src/ui/occupantswin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/privwin.c b/src/ui/privwin.c
index 8974d09c..716adf2d 100644
--- a/src/ui/privwin.c
+++ b/src/ui/privwin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c
index 9c1cfc80..d75e2186 100644
--- a/src/ui/rosterwin.c
+++ b/src/ui/rosterwin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 45997e28..36017168 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/statusbar.h b/src/ui/statusbar.h
index e88e8a20..390d0203 100644
--- a/src/ui/statusbar.h
+++ b/src/ui/statusbar.h
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c
index ea1794d3..a2817698 100644
--- a/src/ui/titlebar.c
+++ b/src/ui/titlebar.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/titlebar.h b/src/ui/titlebar.h
index a7e6ad70..ca8da30a 100644
--- a/src/ui/titlebar.h
+++ b/src/ui/titlebar.h
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 79c1b201..65209659 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/win_types.h b/src/ui/win_types.h
index 8b456993..e06e4cc6 100644
--- a/src/ui/win_types.h
+++ b/src/ui/win_types.h
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/window.c b/src/ui/window.c
index 3325a1d0..9e641dcd 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/window.h b/src/ui/window.h
index f1f740c5..b3b86570 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
diff --git a/src/ui/xmlwin.c b/src/ui/xmlwin.c
index 871f6931..16246585 100644
--- a/src/ui/xmlwin.c
+++ b/src/ui/xmlwin.c
@@ -16,7 +16,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Profanity.  If not, see <https://www.gnu.org/licenses/>.
  *
  * In addition, as a special exception, the copyright holders give permission to
  * link the code of portions of this program with the OpenSSL library under
21:18 -0700 4680' href='/akkartik/mu/commit/subx/055trace.subx?h=main&id=a0467aa2021d5b62b5d824b6119291bc73c4f16b'>a0467aa2 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^


dd9ba09a ^
6030d7e2 ^




431627b2 ^
6030d7e2 ^
431627b2 ^
6030d7e2 ^

a0467aa2 ^
1639687b ^
6030d7e2 ^


431627b2 ^
6030d7e2 ^


a0467aa2 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^


a0467aa2 ^
9d27e966 ^
b3d8c144 ^
a0467aa2 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
c98d4b1c ^
ee9a9237 ^
6030d7e2 ^

c98d4b1c ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^


33ad0851 ^
a0467aa2 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
c98d4b1c ^
ee9a9237 ^
6030d7e2 ^

c98d4b1c ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^


a0467aa2 ^
7c397786 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
c98d4b1c ^
ee9a9237 ^
6030d7e2 ^

c98d4b1c ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^


7c397786 ^
9d27e966 ^
b3d8c144 ^


ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
52a2a21c ^
c98d4b1c ^
dd9ba09a ^
6030d7e2 ^
6030d7e2 ^

c98d4b1c ^
6030d7e2 ^

9d27e966 ^
dd9ba09a ^
9d27e966 ^
dd9ba09a ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
cf02c20b ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^


8b0e960d ^


ee9a9237 ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^







dd9ba09a ^
6030d7e2 ^
dd9ba09a ^
6030d7e2 ^
dd9ba09a ^
6030d7e2 ^
dd9ba09a ^
8b0e960d ^
1639687b ^
6030d7e2 ^

52a2a21c ^
6030d7e2 ^
52a2a21c ^
1639687b ^
6030d7e2 ^

1639687b ^
6030d7e2 ^
1639687b ^
6030d7e2 ^
1639687b ^
6030d7e2 ^

8b0e960d ^
ee9a9237 ^
6030d7e2 ^




ee9a9237 ^
6030d7e2 ^


b3d8c144 ^
52a2a21c ^














ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365