~ubuntu-branches/ubuntu/utopic/leafpad/utopic

« back to all changes in this revision

Viewing changes to 0001-update-FSF-address.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jari Aalto
  • Date: 2010-12-26 16:04:23 UTC
  • mfrom: (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101226160423-x3dihuw6ca2hr3em
Tags: 0.8.17-4
* debian/control
  - (Standards-Version): Update to 3.9.1.
* debian/leafpad.1.pod
  - (DESCRIPTION): Add warning about undefined locales and data loss
* debian/patches
  - (30): New. Fix saving with in UTF16 encoding.
    Patch thanks to Alex <davian818@gmail.com>.
    (Grave; Closes: #606145).
* debian/rules
  - Simplify targets for dh(1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 2f432f6b751d97a850262d8247b3753f8cc91aa0 Mon Sep 17 00:00:00 2001
2
 
From: Jari Aalto <jari.aalto@cante.net>
3
 
Date: Tue, 5 Jan 2010 16:39:37 +0200
4
 
Subject: [PATCH] update FSF address
5
 
 
6
 
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
7
 
---
8
 
 src/about.c         |    3 +--
9
 
 src/about.h         |    3 +--
10
 
 src/callback.c      |    3 +--
11
 
 src/callback.h      |    3 +--
12
 
 src/dialog.c        |    3 +--
13
 
 src/dialog.h        |    3 +--
14
 
 src/dnd.c           |    3 +--
15
 
 src/dnd.h           |    3 +--
16
 
 src/emacs.c         |    3 +--
17
 
 src/emacs.h         |    3 +--
18
 
 src/encoding.c      |    3 +--
19
 
 src/encoding.h      |    3 +--
20
 
 src/file.c          |    3 +--
21
 
 src/file.h          |    3 +--
22
 
 src/font.c          |    3 +--
23
 
 src/font.h          |    3 +--
24
 
 src/gnomeprint.c    |    3 +--
25
 
 src/gnomeprint.h    |    3 +--
26
 
 src/gtkprint.c      |    3 +--
27
 
 src/gtkprint.h      |    3 +--
28
 
 src/gtksourceiter.c |    5 ++---
29
 
 src/gtksourceiter.h |    5 ++---
30
 
 src/hlight.c        |    3 +--
31
 
 src/hlight.h        |    3 +--
32
 
 src/i18n.h          |    3 +--
33
 
 src/indent.c        |    3 +--
34
 
 src/indent.h        |    3 +--
35
 
 src/leafpad.h       |    3 +--
36
 
 src/linenum.c       |    3 +--
37
 
 src/linenum.h       |    3 +--
38
 
 src/main.c          |    3 +--
39
 
 src/menu.c          |    3 +--
40
 
 src/menu.h          |    3 +--
41
 
 src/search.c        |    3 +--
42
 
 src/search.h        |    3 +--
43
 
 src/selector.c      |    3 +--
44
 
 src/selector.h      |    3 +--
45
 
 src/undo.c          |    3 +--
46
 
 src/undo.h          |    3 +--
47
 
 src/utils.c         |    3 +--
48
 
 src/utils.h         |    3 +--
49
 
 src/view.c          |    3 +--
50
 
 src/view.h          |    3 +--
51
 
 src/window.c        |    3 +--
52
 
 src/window.h        |    3 +--
53
 
 45 files changed, 47 insertions(+), 92 deletions(-)
54
 
 
55
 
diff --git a/src/about.c b/src/about.c
56
 
index 90eca8b..7585362 100644
57
 
--- a/src/about.c
58
 
+++ b/src/about.c
59
 
@@ -13,8 +13,7 @@
60
 
  *  GNU General Public License for more details.
61
 
  *  
62
 
  *  You should have received a copy of the GNU General Public License
63
 
- *  along with this program; if not, write to the Free Software
64
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
65
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
66
 
  */
67
 
 
68
 
 #include <gtk/gtk.h>
69
 
diff --git a/src/about.h b/src/about.h
70
 
index 30e0f3e..dfeac55 100644
71
 
--- a/src/about.h
72
 
+++ b/src/about.h
73
 
@@ -13,8 +13,7 @@
74
 
  *  GNU General Public License for more details.
75
 
  *  
76
 
  *  You should have received a copy of the GNU General Public License
77
 
- *  along with this program; if not, write to the Free Software
78
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
79
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
80
 
  */
81
 
 
82
 
 #ifndef _ABOUT_H
83
 
diff --git a/src/callback.c b/src/callback.c
84
 
index 8ea0104..95c9f5f 100644
85
 
--- a/src/callback.c
86
 
+++ b/src/callback.c
87
 
@@ -13,8 +13,7 @@
88
 
  *  GNU General Public License for more details.
89
 
  *  
90
 
  *  You should have received a copy of the GNU General Public License
91
 
- *  along with this program; if not, write to the Free Software
92
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
93
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
94
 
  */
95
 
 
96
 
 #include "leafpad.h"
97
 
diff --git a/src/callback.h b/src/callback.h
98
 
index d336ec1..741812f 100644
99
 
--- a/src/callback.h
100
 
+++ b/src/callback.h
101
 
@@ -13,8 +13,7 @@
102
 
  *  GNU General Public License for more details.
103
 
  *  
104
 
  *  You should have received a copy of the GNU General Public License
105
 
- *  along with this program; if not, write to the Free Software
106
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
107
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
108
 
  */
109
 
 
110
 
 #ifndef _CALLBACK_H
111
 
diff --git a/src/dialog.c b/src/dialog.c
112
 
index 14b69d7..dd6ccca 100644
113
 
--- a/src/dialog.c
114
 
+++ b/src/dialog.c
115
 
@@ -13,8 +13,7 @@
116
 
  *  GNU General Public License for more details.
117
 
  *  
118
 
  *  You should have received a copy of the GNU General Public License
119
 
- *  along with this program; if not, write to the Free Software
120
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
121
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
122
 
  */
123
 
 
124
 
 #include "leafpad.h"
125
 
diff --git a/src/dialog.h b/src/dialog.h
126
 
index 863815e..0f6072c 100644
127
 
--- a/src/dialog.h
128
 
+++ b/src/dialog.h
129
 
@@ -13,8 +13,7 @@
130
 
  *  GNU General Public License for more details.
131
 
  *  
132
 
  *  You should have received a copy of the GNU General Public License
133
 
- *  along with this program; if not, write to the Free Software
134
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
135
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
136
 
  */
137
 
 
138
 
 #ifndef _DIALOG_H
139
 
diff --git a/src/dnd.c b/src/dnd.c
140
 
index 28f3178..b4a7ba2 100644
141
 
--- a/src/dnd.c
142
 
+++ b/src/dnd.c
143
 
@@ -13,8 +13,7 @@
144
 
  *  GNU General Public License for more details.
145
 
  *  
146
 
  *  You should have received a copy of the GNU General Public License
147
 
- *  along with this program; if not, write to the Free Software
148
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
149
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
150
 
  */
151
 
 
152
 
 #include "leafpad.h"
153
 
diff --git a/src/dnd.h b/src/dnd.h
154
 
index ee45f24..9d2ee0f 100644
155
 
--- a/src/dnd.h
156
 
+++ b/src/dnd.h
157
 
@@ -13,8 +13,7 @@
158
 
  *  GNU General Public License for more details.
159
 
  *  
160
 
  *  You should have received a copy of the GNU General Public License
161
 
- *  along with this program; if not, write to the Free Software
162
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
163
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
164
 
  */
165
 
 
166
 
 #ifndef _DND_H
167
 
diff --git a/src/emacs.c b/src/emacs.c
168
 
index a364fa7..cd32ccd 100644
169
 
--- a/src/emacs.c
170
 
+++ b/src/emacs.c
171
 
@@ -13,8 +13,7 @@
172
 
  *  GNU General Public License for more details.
173
 
  *  
174
 
  *  You should have received a copy of the GNU General Public License
175
 
- *  along with this program; if not, write to the Free Software
176
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
177
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
178
 
  */
179
 
 
180
 
 #include "leafpad.h"
181
 
diff --git a/src/emacs.h b/src/emacs.h
182
 
index d9d4d44..bafd4be 100644
183
 
--- a/src/emacs.h
184
 
+++ b/src/emacs.h
185
 
@@ -13,8 +13,7 @@
186
 
  *  GNU General Public License for more details.
187
 
  *  
188
 
  *  You should have received a copy of the GNU General Public License
189
 
- *  along with this program; if not, write to the Free Software
190
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
191
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
192
 
  */
193
 
 
194
 
 #ifndef _EMACS_H
195
 
diff --git a/src/encoding.c b/src/encoding.c
196
 
index b4a168b..ec53a27 100644
197
 
--- a/src/encoding.c
198
 
+++ b/src/encoding.c
199
 
@@ -13,8 +13,7 @@
200
 
  *  GNU General Public License for more details.
201
 
  *  
202
 
  *  You should have received a copy of the GNU General Public License
203
 
- *  along with this program; if not, write to the Free Software
204
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
205
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
206
 
  */
207
 
 
208
 
 #include <glib.h>
209
 
diff --git a/src/encoding.h b/src/encoding.h
210
 
index 061531f..2b7ba28 100644
211
 
--- a/src/encoding.h
212
 
+++ b/src/encoding.h
213
 
@@ -13,8 +13,7 @@
214
 
  *  GNU General Public License for more details.
215
 
  *  
216
 
  *  You should have received a copy of the GNU General Public License
217
 
- *  along with this program; if not, write to the Free Software
218
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
219
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
220
 
  */
221
 
 
222
 
 #ifndef _ENCODING_H
223
 
diff --git a/src/file.c b/src/file.c
224
 
index 839c1a8..7221e36 100644
225
 
--- a/src/file.c
226
 
+++ b/src/file.c
227
 
@@ -13,8 +13,7 @@
228
 
  *  GNU General Public License for more details.
229
 
  *  
230
 
  *  You should have received a copy of the GNU General Public License
231
 
- *  along with this program; if not, write to the Free Software
232
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
233
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
234
 
  */
235
 
 
236
 
 #include <gtk/gtk.h>
237
 
diff --git a/src/file.h b/src/file.h
238
 
index 2b2c93c..f413b30 100644
239
 
--- a/src/file.h
240
 
+++ b/src/file.h
241
 
@@ -13,8 +13,7 @@
242
 
  *  GNU General Public License for more details.
243
 
  *  
244
 
  *  You should have received a copy of the GNU General Public License
245
 
- *  along with this program; if not, write to the Free Software
246
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
247
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
248
 
  */
249
 
 
250
 
 #ifndef _FILE_H
251
 
diff --git a/src/font.c b/src/font.c
252
 
index f4bf6a4..62b42b5 100644
253
 
--- a/src/font.c
254
 
+++ b/src/font.c
255
 
@@ -13,8 +13,7 @@
256
 
  *  GNU General Public License for more details.
257
 
  *  
258
 
  *  You should have received a copy of the GNU General Public License
259
 
- *  along with this program; if not, write to the Free Software
260
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
261
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
262
 
  */
263
 
 
264
 
 #include "leafpad.h"
265
 
diff --git a/src/font.h b/src/font.h
266
 
index 2e6d385..523de1b 100644
267
 
--- a/src/font.h
268
 
+++ b/src/font.h
269
 
@@ -13,8 +13,7 @@
270
 
  *  GNU General Public License for more details.
271
 
  *  
272
 
  *  You should have received a copy of the GNU General Public License
273
 
- *  along with this program; if not, write to the Free Software
274
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
275
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
276
 
  */
277
 
 
278
 
 #ifndef _FONT_H
279
 
diff --git a/src/gnomeprint.c b/src/gnomeprint.c
280
 
index 37136d9..e18e0b3 100644
281
 
--- a/src/gnomeprint.c
282
 
+++ b/src/gnomeprint.c
283
 
@@ -13,8 +13,7 @@
284
 
  *  GNU General Public License for more details.
285
 
  *  
286
 
  *  You should have received a copy of the GNU General Public License
287
 
- *  along with this program; if not, write to the Free Software
288
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
289
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
290
 
  */
291
 
 
292
 
 #include "leafpad.h"
293
 
diff --git a/src/gnomeprint.h b/src/gnomeprint.h
294
 
index 92fa107..599640c 100644
295
 
--- a/src/gnomeprint.h
296
 
+++ b/src/gnomeprint.h
297
 
@@ -13,8 +13,7 @@
298
 
  *  GNU General Public License for more details.
299
 
  *  
300
 
  *  You should have received a copy of the GNU General Public License
301
 
- *  along with this program; if not, write to the Free Software
302
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
303
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
304
 
  */
305
 
 
306
 
 #ifndef _GNOMEPRINT_H
307
 
diff --git a/src/gtkprint.c b/src/gtkprint.c
308
 
index 3f39384..d34e7f4 100644
309
 
--- a/src/gtkprint.c
310
 
+++ b/src/gtkprint.c
311
 
@@ -13,8 +13,7 @@
312
 
  *  GNU General Public License for more details.
313
 
  *  
314
 
  *  You should have received a copy of the GNU General Public License
315
 
- *  along with this program; if not, write to the Free Software
316
 
- *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
317
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
318
 
  */
319
 
 
320
 
 #include <gtk/gtk.h>
321
 
diff --git a/src/gtkprint.h b/src/gtkprint.h
322
 
index d6d19bb..f3f0e97 100644
323
 
--- a/src/gtkprint.h
324
 
+++ b/src/gtkprint.h
325
 
@@ -13,8 +13,7 @@
326
 
  *  GNU General Public License for more details.
327
 
  *  
328
 
  *  You should have received a copy of the GNU General Public License
329
 
- *  along with this program; if not, write to the Free Software
330
 
- *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
331
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
332
 
  */
333
 
 
334
 
 #ifndef _GTKPRINT_H
335
 
diff --git a/src/gtksourceiter.c b/src/gtksourceiter.c
336
 
index c26d0e3..63bc198 100644
337
 
--- a/src/gtksourceiter.c
338
 
+++ b/src/gtksourceiter.c
339
 
@@ -14,9 +14,8 @@
340
 
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
341
 
  *  GNU Library General Public License for more details.
342
 
  *
343
 
- *  You should have received a copy of the GNU Library General Public License
344
 
- *  along with this program; if not, write to the Free Software
345
 
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
346
 
+ *  You should have received a copy of the GNU General Public License
347
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
348
 
  */
349
 
 
350
 
 /*
351
 
diff --git a/src/gtksourceiter.h b/src/gtksourceiter.h
352
 
index f4bc076..0fe6c86 100644
353
 
--- a/src/gtksourceiter.h
354
 
+++ b/src/gtksourceiter.h
355
 
@@ -14,9 +14,8 @@
356
 
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
357
 
  *  GNU Library General Public License for more details.
358
 
  *
359
 
- *  You should have received a copy of the GNU Library General Public License
360
 
- *  along with this program; if not, write to the Free Software
361
 
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
362
 
+ *  You should have received a copy of the GNU General Public License
363
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
364
 
  */
365
 
 
366
 
 #ifndef __GTK_SOURCE_ITER_H__
367
 
diff --git a/src/hlight.c b/src/hlight.c
368
 
index 514c2ec..ece71e1 100644
369
 
--- a/src/hlight.c
370
 
+++ b/src/hlight.c
371
 
@@ -13,8 +13,7 @@
372
 
  *  GNU General Public License for more details.
373
 
  *  
374
 
  *  You should have received a copy of the GNU General Public License
375
 
- *  along with this program; if not, write to the Free Software
376
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
377
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
378
 
  */
379
 
 
380
 
 #include <string.h>
381
 
diff --git a/src/hlight.h b/src/hlight.h
382
 
index 7b3712f..b117479 100644
383
 
--- a/src/hlight.h
384
 
+++ b/src/hlight.h
385
 
@@ -13,8 +13,7 @@
386
 
  *  GNU General Public License for more details.
387
 
  *  
388
 
  *  You should have received a copy of the GNU General Public License
389
 
- *  along with this program; if not, write to the Free Software
390
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
391
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
392
 
  */
393
 
 
394
 
 #ifndef _HLIGHT_H
395
 
diff --git a/src/i18n.h b/src/i18n.h
396
 
index d495151..3b1041a 100644
397
 
--- a/src/i18n.h
398
 
+++ b/src/i18n.h
399
 
@@ -13,8 +13,7 @@
400
 
  *  GNU General Public License for more details.
401
 
  *  
402
 
  *  You should have received a copy of the GNU General Public License
403
 
- *  along with this program; if not, write to the Free Software
404
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
405
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
406
 
  */
407
 
 
408
 
 #ifndef _I18N_H
409
 
diff --git a/src/indent.c b/src/indent.c
410
 
index 9b01977..1b7562f 100644
411
 
--- a/src/indent.c
412
 
+++ b/src/indent.c
413
 
@@ -13,8 +13,7 @@
414
 
  *  GNU General Public License for more details.
415
 
  *  
416
 
  *  You should have received a copy of the GNU General Public License
417
 
- *  along with this program; if not, write to the Free Software
418
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
419
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
420
 
  */
421
 
 
422
 
 #include <string.h>
423
 
diff --git a/src/indent.h b/src/indent.h
424
 
index dee55b6..fdeb1fd 100644
425
 
--- a/src/indent.h
426
 
+++ b/src/indent.h
427
 
@@ -13,8 +13,7 @@
428
 
  *  GNU General Public License for more details.
429
 
  *  
430
 
  *  You should have received a copy of the GNU General Public License
431
 
- *  along with this program; if not, write to the Free Software
432
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
433
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
434
 
  */
435
 
 
436
 
 #ifndef _INDENT_H
437
 
diff --git a/src/leafpad.h b/src/leafpad.h
438
 
index f125213..3fa200f 100644
439
 
--- a/src/leafpad.h
440
 
+++ b/src/leafpad.h
441
 
@@ -13,8 +13,7 @@
442
 
  *  GNU General Public License for more details.
443
 
  *  
444
 
  *  You should have received a copy of the GNU General Public License
445
 
- *  along with this program; if not, write to the Free Software
446
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
447
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
448
 
  */
449
 
 
450
 
 #ifndef _LEAFPAD_H
451
 
diff --git a/src/linenum.c b/src/linenum.c
452
 
index 549eabb..5f16a3b 100644
453
 
--- a/src/linenum.c
454
 
+++ b/src/linenum.c
455
 
@@ -13,8 +13,7 @@
456
 
  *  GNU General Public License for more details.
457
 
  *  
458
 
  *  You should have received a copy of the GNU General Public License
459
 
- *  along with this program; if not, write to the Free Software
460
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
461
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
462
 
  */
463
 
 
464
 
 #include <gtk/gtk.h>
465
 
diff --git a/src/linenum.h b/src/linenum.h
466
 
index db194be..444a959 100644
467
 
--- a/src/linenum.h
468
 
+++ b/src/linenum.h
469
 
@@ -13,8 +13,7 @@
470
 
  *  GNU General Public License for more details.
471
 
  *  
472
 
  *  You should have received a copy of the GNU General Public License
473
 
- *  along with this program; if not, write to the Free Software
474
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
475
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
476
 
  */
477
 
 
478
 
 #ifndef _LINE_H
479
 
diff --git a/src/main.c b/src/main.c
480
 
index 2fab9c2..9bf7bda 100644
481
 
--- a/src/main.c
482
 
+++ b/src/main.c
483
 
@@ -13,8 +13,7 @@
484
 
  *  GNU General Public License for more details.
485
 
  *  
486
 
  *  You should have received a copy of the GNU General Public License
487
 
- *  along with this program; if not, write to the Free Software
488
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
489
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
490
 
  */
491
 
 
492
 
 #define GLOBAL_VARIABLE_DEFINE
493
 
diff --git a/src/menu.c b/src/menu.c
494
 
index ba90bf3..85dd5e9 100644
495
 
--- a/src/menu.c
496
 
+++ b/src/menu.c
497
 
@@ -13,8 +13,7 @@
498
 
  *  GNU General Public License for more details.
499
 
  *  
500
 
  *  You should have received a copy of the GNU General Public License
501
 
- *  along with this program; if not, write to the Free Software
502
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
503
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
504
 
  */
505
 
 
506
 
 #include "leafpad.h"
507
 
diff --git a/src/menu.h b/src/menu.h
508
 
index d1eb9ee..9c16bb1 100644
509
 
--- a/src/menu.h
510
 
+++ b/src/menu.h
511
 
@@ -13,8 +13,7 @@
512
 
  *  GNU General Public License for more details.
513
 
  *  
514
 
  *  You should have received a copy of the GNU General Public License
515
 
- *  along with this program; if not, write to the Free Software
516
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
517
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
518
 
  */
519
 
 
520
 
 #ifndef _MENU_H
521
 
diff --git a/src/search.c b/src/search.c
522
 
index 31c7cd5..95f1414 100644
523
 
--- a/src/search.c
524
 
+++ b/src/search.c
525
 
@@ -13,8 +13,7 @@
526
 
  *  GNU General Public License for more details.
527
 
  *  
528
 
  *  You should have received a copy of the GNU General Public License
529
 
- *  along with this program; if not, write to the Free Software
530
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
531
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
532
 
  */
533
 
 
534
 
 #include <string.h>
535
 
diff --git a/src/search.h b/src/search.h
536
 
index cddcb5c..9c58f0b 100644
537
 
--- a/src/search.h
538
 
+++ b/src/search.h
539
 
@@ -13,8 +13,7 @@
540
 
  *  GNU General Public License for more details.
541
 
  *  
542
 
  *  You should have received a copy of the GNU General Public License
543
 
- *  along with this program; if not, write to the Free Software
544
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
545
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
546
 
  */
547
 
 
548
 
 #ifndef _SEARCH_H
549
 
diff --git a/src/selector.c b/src/selector.c
550
 
index bbd3756..344e547 100644
551
 
--- a/src/selector.c
552
 
+++ b/src/selector.c
553
 
@@ -13,8 +13,7 @@
554
 
  *  GNU General Public License for more details.
555
 
  *  
556
 
  *  You should have received a copy of the GNU General Public License
557
 
- *  along with this program; if not, write to the Free Software
558
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
559
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
560
 
  */
561
 
 
562
 
 #include "leafpad.h"
563
 
diff --git a/src/selector.h b/src/selector.h
564
 
index a673bb8..b637e72 100644
565
 
--- a/src/selector.h
566
 
+++ b/src/selector.h
567
 
@@ -13,8 +13,7 @@
568
 
  *  GNU General Public License for more details.
569
 
  *  
570
 
  *  You should have received a copy of the GNU General Public License
571
 
- *  along with this program; if not, write to the Free Software
572
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
573
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
574
 
  */
575
 
 
576
 
 #ifndef _SELECTOR_H
577
 
diff --git a/src/undo.c b/src/undo.c
578
 
index c3c8985..4a6ddd2 100644
579
 
--- a/src/undo.c
580
 
+++ b/src/undo.c
581
 
@@ -13,8 +13,7 @@
582
 
  *  GNU General Public License for more details.
583
 
  *  
584
 
  *  You should have received a copy of the GNU General Public License
585
 
- *  along with this program; if not, write to the Free Software
586
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
587
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
588
 
  */
589
 
 
590
 
 #include <gtk/gtk.h>
591
 
diff --git a/src/undo.h b/src/undo.h
592
 
index 94bd546..93c9f8a 100644
593
 
--- a/src/undo.h
594
 
+++ b/src/undo.h
595
 
@@ -13,8 +13,7 @@
596
 
  *  GNU General Public License for more details.
597
 
  *  
598
 
  *  You should have received a copy of the GNU General Public License
599
 
- *  along with this program; if not, write to the Free Software
600
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
601
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
602
 
  */
603
 
 
604
 
 #ifndef _UNDO_H
605
 
diff --git a/src/utils.c b/src/utils.c
606
 
index 25dfd50..52f54eb 100644
607
 
--- a/src/utils.c
608
 
+++ b/src/utils.c
609
 
@@ -13,8 +13,7 @@
610
 
  *  GNU General Public License for more details.
611
 
  *  
612
 
  *  You should have received a copy of the GNU General Public License
613
 
- *  along with this program; if not, write to the Free Software
614
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
615
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
616
 
  */
617
 
 
618
 
 #include <gtk/gtk.h>
619
 
diff --git a/src/utils.h b/src/utils.h
620
 
index 81365ac..a6985ee 100644
621
 
--- a/src/utils.h
622
 
+++ b/src/utils.h
623
 
@@ -13,8 +13,7 @@
624
 
  *  GNU General Public License for more details.
625
 
  *  
626
 
  *  You should have received a copy of the GNU General Public License
627
 
- *  along with this program; if not, write to the Free Software
628
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
629
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
630
 
  */
631
 
 
632
 
 #ifndef _UTILS_H
633
 
diff --git a/src/view.c b/src/view.c
634
 
index 7a03ea4..aa22e0c 100644
635
 
--- a/src/view.c
636
 
+++ b/src/view.c
637
 
@@ -13,8 +13,7 @@
638
 
  *  GNU General Public License for more details.
639
 
  *  
640
 
  *  You should have received a copy of the GNU General Public License
641
 
- *  along with this program; if not, write to the Free Software
642
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
643
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
644
 
  */
645
 
 
646
 
 #include "leafpad.h"
647
 
diff --git a/src/view.h b/src/view.h
648
 
index de3c81b..9dd133d 100644
649
 
--- a/src/view.h
650
 
+++ b/src/view.h
651
 
@@ -13,8 +13,7 @@
652
 
  *  GNU General Public License for more details.
653
 
  *  
654
 
  *  You should have received a copy of the GNU General Public License
655
 
- *  along with this program; if not, write to the Free Software
656
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
657
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
658
 
  */
659
 
 
660
 
 #ifndef _VIEW_H
661
 
diff --git a/src/window.c b/src/window.c
662
 
index 1a0f4bd..e90dd31 100644
663
 
--- a/src/window.c
664
 
+++ b/src/window.c
665
 
@@ -13,8 +13,7 @@
666
 
  *  GNU General Public License for more details.
667
 
  *  
668
 
  *  You should have received a copy of the GNU General Public License
669
 
- *  along with this program; if not, write to the Free Software
670
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
671
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
672
 
  */
673
 
 
674
 
 #include "leafpad.h"
675
 
diff --git a/src/window.h b/src/window.h
676
 
index d27e8d5..92b8be3 100644
677
 
--- a/src/window.h
678
 
+++ b/src/window.h
679
 
@@ -13,8 +13,7 @@
680
 
  *  GNU General Public License for more details.
681
 
  *  
682
 
  *  You should have received a copy of the GNU General Public License
683
 
- *  along with this program; if not, write to the Free Software
684
 
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
685
 
+ *  along with this program. If not, see <http://www.gnu.org/licenses/>.
686
 
  */
687
 
 
688
 
 #ifndef _WINDOW_H
689
 
1.6.5
690