Merge lp:~jeremywootten/pantheon-files/fix-1653412-license-faults into lp:~elementary-apps/pantheon-files/trunk

Proposed by Jeremy Wootten
Status: Merged
Approved by: Cody Garver
Approved revision: 2485
Merged at revision: 2488
Proposed branch: lp:~jeremywootten/pantheon-files/fix-1653412-license-faults
Merge into: lp:~elementary-apps/pantheon-files/trunk
Diff against target: 2195 lines (+392/-247)
110 files modified
AUTHORS (+2/-0)
HACKING (+2/-0)
INSTALL (+2/-0)
README (+2/-0)
cmake/README (+2/-0)
filechooser-module/FileChooserDialog.vala (+2/-2)
filechooser-module/Plugin.vala (+2/-2)
libcore/AbstractSidebar.vala (+1/-1)
libcore/AbstractSlot.vala (+1/-1)
libcore/Bookmark.vala (+1/-1)
libcore/BookmarkList.vala (+1/-1)
libcore/DndHandler.vala (+1/-1)
libcore/Enums.vala (+2/-2)
libcore/FileUtils.vala (+1/-1)
libcore/Plugin.vala (+18/-0)
libcore/PluginManager.vala (+1/-1)
libcore/SoundManager.vala (+2/-2)
libcore/eel-accessibility.c (+3/-3)
libcore/eel-accessibility.h (+3/-3)
libcore/eel-debug.c (+3/-3)
libcore/eel-debug.h (+3/-3)
libcore/eel-fcts.c (+3/-3)
libcore/eel-fcts.h (+3/-3)
libcore/eel-gdk-pixbuf-extensions.c (+3/-3)
libcore/eel-gdk-pixbuf-extensions.h (+3/-3)
libcore/eel-gio-extensions.c (+1/-1)
libcore/eel-gio-extensions.h (+1/-1)
libcore/eel-glib-extensions.c (+3/-3)
libcore/eel-glib-extensions.h (+1/-1)
libcore/eel-gtk-extensions.c (+3/-3)
libcore/eel-gtk-extensions.h (+3/-3)
libcore/eel-i18n.c (+3/-3)
libcore/eel-i18n.h (+3/-3)
libcore/eel-pango-extensions.c (+2/-2)
libcore/eel-pango-extensions.h (+2/-2)
libcore/eel-stock-dialogs.c (+3/-3)
libcore/eel-stock-dialogs.h (+3/-3)
libcore/eel-string.c (+3/-3)
libcore/eel-string.h (+3/-3)
libcore/eel-ui.c (+3/-3)
libcore/eel-ui.h (+3/-3)
libcore/eel-vfs-extensions.c (+3/-3)
libcore/eel-vfs-extensions.h (+3/-3)
libcore/fm-list-model.c (+3/-3)
libcore/fm-list-model.h (+3/-3)
libcore/gof-callwhenready.vala (+1/-1)
libcore/gof-directory-async.vala (+1/-1)
libcore/gof-file.c (+1/-1)
libcore/gof-file.h (+4/-3)
libcore/gof-preferences.vala (+1/-1)
libcore/marlin-exec.c (+1/-1)
libcore/marlin-exec.h (+1/-1)
libcore/marlin-file-changes-queue.c (+3/-3)
libcore/marlin-file-changes-queue.h (+3/-3)
libcore/marlin-file-conflict-dialog.c (+3/-3)
libcore/marlin-file-conflict-dialog.h (+3/-3)
libcore/marlin-file-operations.c (+4/-4)
libcore/marlin-file-operations.h (+4/-4)
libcore/marlin-file-utilities.c (+3/-3)
libcore/marlin-file-utilities.h (+3/-3)
libcore/marlin-icon-info.c (+3/-3)
libcore/marlin-icon-info.h (+3/-3)
libcore/marlin-icons.h (+18/-0)
libcore/marlin-intl.h (+18/-0)
libcore/marlin-progress-info-manager.c (+3/-3)
libcore/marlin-progress-info-manager.h (+3/-3)
libcore/marlin-progress-info.c (+3/-3)
libcore/marlin-progress-info.h (+3/-3)
libcore/marlin-trash-monitor.c (+3/-3)
libcore/marlin-trash-monitor.h (+3/-3)
libcore/marlin-undostack-manager.c (+3/-3)
libcore/marlin-undostack-manager.h (+3/-3)
libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.c (+3/-3)
libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.h (+3/-3)
libcore/tests/GOFDirectoryAsyncTests/tests.c (+3/-3)
libcore/tests/GOFFileTests/marlincore-tests-gof.c (+3/-3)
libcore/tests/GOFFileTests/marlincore-tests-gof.h (+3/-3)
libcore/tests/GOFFileTests/tests.c (+3/-3)
libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.c (+4/-4)
libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.h (+3/-3)
libcore/tests/MarlinIconInfoTests/tests.c (+3/-3)
libcore/tests/UtilTests/UtilTests.vala (+3/-3)
libwidgets/Animations/Animations.vala (+2/-2)
libwidgets/Chrome/BasicBreadcrumbsEntry.vala (+2/-2)
libwidgets/Chrome/BasicLocationBar.vala (+2/-2)
libwidgets/Chrome/BreadcrumbElement.vala (+3/-3)
libwidgets/Chrome/BreadcrumbIconList.vala (+17/-0)
libwidgets/Welcome.vala (+2/-2)
pantheon-files-daemon/client.vala (+16/-0)
pantheon-files-daemon/miner.vala (+16/-0)
plugins/network-places/plugin.vala (+13/-13)
src/ClipboardManager.vala (+2/-2)
src/DesktopLauncher.vala (+15/-0)
src/Dialogs/AbstractPropertiesDialog.vala (+3/-3)
src/Dialogs/ChooseAppDialog.vala (+2/-2)
src/Dialogs/PropertiesWindow.vala (+2/-2)
src/Dialogs/VolumePropertiesWindow.vala (+2/-2)
src/IconRenderer.vala (+2/-2)
src/Thumbnailer.vala (+2/-2)
src/Utils/Permissions.vala (+2/-2)
src/View/DirectoryNotFound.vala (+2/-2)
src/View/ViewContainer.vala (+2/-2)
src/View/Widgets/BreadcrumbsEntry.vala (+2/-2)
src/View/Widgets/DiskRenderer.vala (+2/-2)
src/View/Widgets/Label.vala (+2/-2)
src/View/Widgets/LocationBar.vala (+2/-2)
src/View/Widgets/PermissionButton.vala (+3/-3)
src/marlin-connect-server-dialog.c (+2/-2)
src/marlin-connect-server-dialog.h (+2/-2)
src/marlin-global-preferences.h (+16/-0)
To merge this branch: bzr merge lp:~jeremywootten/pantheon-files/fix-1653412-license-faults
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+317006@code.launchpad.net

Commit message

Fix licensecheck warnings

Description of the change

This branch fixes a number of license and copyright issues as identified by licensecheck.

 * The address of the FSF is corrected where necessary.
 * When absent, a copyright notice is inserted (defaulting to Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
 * The word "generated" is replaced by "loaded" in a comment in gof-file.h to stop it being wrongly identified as a generated file.
 * Where necessary a license notice (GPLv3) was inserted except for text files such as HACKING, INSTALL and README, as it was uncertain whether this is required.

licensecheck -r . | awk -F ": " '{ print $2 }' | sort | uniq -c | sort -gr

     52 GPL (v2 or later)
     33 LGPL (v3)
     29 LGPL (v2 or later)
     19 GPL (v3 or later)
      6 UNKNOWN
      5 LGPL (v3.0)
      2 LGPL (v3 or later)
      2 GPL (v3)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'AUTHORS'
2--- AUTHORS 2014-11-13 20:24:33 +0000
3+++ AUTHORS 2017-02-10 19:43:39 +0000
4@@ -1,3 +1,5 @@
5+Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
6+
7 ammonkey <am.monkeyd@gmail.com>
8 Mathijs Henquet <mathijs.henquet@gmail.com>
9 Robert Roth
10
11=== modified file 'HACKING'
12--- HACKING 2015-05-10 06:22:31 +0000
13+++ HACKING 2017-02-10 19:43:39 +0000
14@@ -1,3 +1,5 @@
15+Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
16+
17 ====== Files - Contribute ======
18
19 **This document is licensed under the LGPL 2.1.**
20
21=== modified file 'INSTALL'
22--- INSTALL 2015-06-07 07:21:39 +0000
23+++ INSTALL 2017-02-10 19:43:39 +0000
24@@ -1,3 +1,5 @@
25+Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
26+
27 Requirements:
28
29 - Vala >= 0.26
30
31=== modified file 'README'
32--- README 2015-05-10 06:22:31 +0000
33+++ README 2017-02-10 19:43:39 +0000
34@@ -1,3 +1,5 @@
35+Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
36+
37 Files is a simple, powerful and sexy file manager.
38
39 Some of its features:
40
41=== modified file 'cmake/README'
42--- cmake/README 2011-08-30 13:04:09 +0000
43+++ cmake/README 2017-02-10 19:43:39 +0000
44@@ -1,3 +1,5 @@
45+Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
46+
47 Elementary CMake modules
48
49 This is a set of CMake modules: Translations, GSettings, and Vala modules.
50
51=== modified file 'filechooser-module/FileChooserDialog.vala'
52--- filechooser-module/FileChooserDialog.vala 2016-08-12 10:13:52 +0000
53+++ filechooser-module/FileChooserDialog.vala 2017-02-10 19:43:39 +0000
54@@ -13,8 +13,8 @@
55 *
56 * You should have received a copy of the GNU Library General Public
57 * License along with this library; if not, write to the
58- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
59- * Boston, MA 02111-1307, USA.
60+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
61+ * Boston, MA 02110-1335 USA.
62 *
63 * Authored by: Adam Bieńkowski <donadigos159@gmail.com>
64 */
65
66=== modified file 'filechooser-module/Plugin.vala'
67--- filechooser-module/Plugin.vala 2016-05-06 10:36:16 +0000
68+++ filechooser-module/Plugin.vala 2017-02-10 19:43:39 +0000
69@@ -14,8 +14,8 @@
70 *
71 * You should have received a copy of the GNU Library General Public
72 * License along with this library; if not, write to the
73- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
74- * Boston, MA 02111-1307, USA.
75+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
76+ * Boston, MA 02110-1335 USA.
77 *
78 * Authored by: Corentin Noël <tintou@mailoo.org>
79 */
80
81=== modified file 'libcore/AbstractSidebar.vala'
82--- libcore/AbstractSidebar.vala 2016-12-31 19:42:09 +0000
83+++ libcore/AbstractSidebar.vala 2017-02-10 19:43:39 +0000
84@@ -3,7 +3,7 @@
85
86 This program is free software: you can redistribute it and/or modify it
87 under the terms of the GNU Lesser General Public License version 3, as published
88- by the Free Software Foundation.
89+ by the Free Software Foundation, Inc.,.
90
91 This program is distributed in the hope that it will be useful, but
92 WITHOUT ANY WARRANTY; without even the implied warranties of
93
94=== modified file 'libcore/AbstractSlot.vala'
95--- libcore/AbstractSlot.vala 2016-12-31 19:42:09 +0000
96+++ libcore/AbstractSlot.vala 2017-02-10 19:43:39 +0000
97@@ -3,7 +3,7 @@
98
99 This program is free software: you can redistribute it and/or modify it
100 under the terms of the GNU Lesser General Public License version 3, as published
101- by the Free Software Foundation.
102+ by the Free Software Foundation, Inc.,.
103
104 This program is distributed in the hope that it will be useful, but
105 WITHOUT ANY WARRANTY; without even the implied warranties of
106
107=== modified file 'libcore/Bookmark.vala'
108--- libcore/Bookmark.vala 2016-12-31 19:42:09 +0000
109+++ libcore/Bookmark.vala 2017-02-10 19:43:39 +0000
110@@ -4,7 +4,7 @@
111
112 This program is free software: you can redistribute it and/or modify it
113 under the terms of the GNU Lesser General Public License version 3, as published
114- by the Free Software Foundation.
115+ by the Free Software Foundation, Inc.,.
116
117 This program is distributed in the hope that it will be useful, but
118 WITHOUT ANY WARRANTY; without even the implied warranties of
119
120=== modified file 'libcore/BookmarkList.vala'
121--- libcore/BookmarkList.vala 2016-12-31 19:42:09 +0000
122+++ libcore/BookmarkList.vala 2017-02-10 19:43:39 +0000
123@@ -4,7 +4,7 @@
124
125 This program is free software: you can redistribute it and/or modify it
126 under the terms of the GNU Lesser General Public License version 3, as published
127- by the Free Software Foundation.
128+ by the Free Software Foundation, Inc.,.
129
130 This program is distributed in the hope that it will be useful, but
131 WITHOUT ANY WARRANTY; without even the implied warranties of
132
133=== modified file 'libcore/DndHandler.vala'
134--- libcore/DndHandler.vala 2016-12-31 19:42:09 +0000
135+++ libcore/DndHandler.vala 2017-02-10 19:43:39 +0000
136@@ -3,7 +3,7 @@
137
138 This program is free software; you can redistribute it and/or modify
139 it under the terms of the GNU General Public License as published by
140- the Free Software Foundation; either version 2 of the License, or
141+ the Free Software Foundation, Inc.,; either version 2 of the License, or
142 (at your option) any later version.
143
144 This program is distributed in the hope that it will be useful,
145
146=== modified file 'libcore/Enums.vala'
147--- libcore/Enums.vala 2017-01-28 16:15:20 +0000
148+++ libcore/Enums.vala 2017-02-10 19:43:39 +0000
149@@ -14,8 +14,8 @@
150 more details.
151
152 You should have received a copy of the GNU General Public License along with
153- this program; if not, write to the Free Software Foundation, Inc., 59 Temple
154- Place, Suite 330, Boston, MA 02111-1307 USA
155+ this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
156+ Fifth Floor, Boston, MA 02110-1335 USA.
157 ***/
158
159 namespace Marlin {
160
161=== modified file 'libcore/FileUtils.vala'
162--- libcore/FileUtils.vala 2017-02-01 14:42:37 +0000
163+++ libcore/FileUtils.vala 2017-02-10 19:43:39 +0000
164@@ -3,7 +3,7 @@
165
166 This program is free software: you can redistribute it and/or modify it
167 under the terms of the GNU Lesser General Public License version 3, as published
168- by the Free Software Foundation.
169+ by the Free Software Foundation, Inc.,.
170
171 This program is distributed in the hope that it will be useful, but
172 WITHOUT ANY WARRANTY; without even the implied warranties of
173
174=== modified file 'libcore/Plugin.vala'
175--- libcore/Plugin.vala 2014-10-09 12:36:25 +0000
176+++ libcore/Plugin.vala 2017-02-10 19:43:39 +0000
177@@ -1,3 +1,21 @@
178+/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
179+ *
180+ * This program is free software; you can redistribute it and/or
181+ * modify it under the terms of the GNU General Public License as
182+ * published by the Free Software Foundation, Inc.,; either version 2 of
183+ * the License, or (at your option) any later version.
184+ *
185+ * This program is distributed in the hope that it will be useful,
186+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
187+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
188+ * GNU General Public License for more details.
189+ *
190+ * You should have received a copy of the GNU General Public
191+ * License along with this program; if not, write to the Free
192+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
193+ * Boston, MA 02110-1301, USA.
194+ */
195+
196 public abstract class Marlin.Plugins.Base {
197 public virtual void directory_loaded (void* data) { }
198 public virtual void context_menu (Gtk.Widget? widget, List<unowned GOF.File> files) { }
199
200=== modified file 'libcore/PluginManager.vala'
201--- libcore/PluginManager.vala 2016-07-29 16:50:58 +0000
202+++ libcore/PluginManager.vala 2017-02-10 19:43:39 +0000
203@@ -7,7 +7,7 @@
204
205 Marlin is free software: you can redistribute it and/or modify it
206 under the terms of the GNU General Public License as published by the
207- Free Software Foundation, either version 3 of the License, or
208+ Free Software Foundation, Inc.,, either version 3 of the License, or
209 (at your option) any later version.
210
211 Marlin is distributed in the hope that it will be useful, but
212
213=== modified file 'libcore/SoundManager.vala'
214--- libcore/SoundManager.vala 2016-12-31 19:42:09 +0000
215+++ libcore/SoundManager.vala 2017-02-10 19:43:39 +0000
216@@ -12,8 +12,8 @@
217 more details.
218
219 You should have received a copy of the GNU General Public License along with
220- this program; if not, write to the Free Software Foundation, Inc., 59 Temple
221- Place, Suite 330, Boston, MA 02111-1307 USA
222+ this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
223+ Fifth Floor Boston, MA 02110-1335 USA.
224
225 Authors : Jeremy Wootten <jeremy@elementaryos.org>
226
227
228=== modified file 'libcore/eel-accessibility.c'
229--- libcore/eel-accessibility.c 2015-05-03 06:44:42 +0000
230+++ libcore/eel-accessibility.c 2017-02-10 19:43:39 +0000
231@@ -5,7 +5,7 @@
232
233 The Eel Library is free software; you can redistribute it and/or
234 modify it under the terms of the GNU Library General Public License as
235- published by the Free Software Foundation; either version 2 of the
236+ published by the Free Software Foundation, Inc.,; either version 2 of the
237 License, or (at your option) any later version.
238
239 The Eel Library is distributed in the hope that it will be useful,
240@@ -15,8 +15,8 @@
241
242 You should have received a copy of the GNU Library General Public
243 License along with the Eel Library; see the file COPYING.LIB. If not,
244- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
245- Boston, MA 02111-1307, USA.
246+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
247+ Boston, MA 02110-1335 USA.
248
249 Authors: Anders Carlsson <andersca@gnu.org>
250 Michael Meeks <michael@ximian.com>
251
252=== modified file 'libcore/eel-accessibility.h'
253--- libcore/eel-accessibility.h 2015-05-03 06:44:42 +0000
254+++ libcore/eel-accessibility.h 2017-02-10 19:43:39 +0000
255@@ -5,7 +5,7 @@
256
257 The Eel Library is free software; you can redistribute it and/or
258 modify it under the terms of the GNU Library General Public License as
259- published by the Free Software Foundation; either version 2 of the
260+ published by the Free Software Foundation, Inc.,; either version 2 of the
261 License, or (at your option) any later version.
262
263 The Eel Library is distributed in the hope that it will be useful,
264@@ -15,8 +15,8 @@
265
266 You should have received a copy of the GNU Library General Public
267 License along with the Eel Library; see the file COPYING.LIB. If not,
268- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
269- Boston, MA 02111-1307, USA.
270+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
271+ Boston, MA 02110-1335 USA.
272
273 Authors: Anders Carlsson <andersca@gnu.org>
274 */
275
276=== modified file 'libcore/eel-debug.c'
277--- libcore/eel-debug.c 2015-05-03 06:44:42 +0000
278+++ libcore/eel-debug.c 2017-02-10 19:43:39 +0000
279@@ -6,7 +6,7 @@
280
281 This program is free software; you can redistribute it and/or
282 modify it under the terms of the GNU Library General Public License as
283- published by the Free Software Foundation; either version 2 of the
284+ published by the Free Software Foundation, Inc.,; either version 2 of the
285 License, or (at your option) any later version.
286
287 This program is distributed in the hope that it will be useful,
288@@ -16,8 +16,8 @@
289
290 You should have received a copy of the GNU Library General Public
291 License along with this program; if not, write to the
292- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
293- Boston, MA 02111-1307, USA.
294+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
295+ Boston, MA 02110-1335 USA.
296
297 Author: Darin Adler <darin@eazel.com>
298 */
299
300=== modified file 'libcore/eel-debug.h'
301--- libcore/eel-debug.h 2015-05-03 06:44:42 +0000
302+++ libcore/eel-debug.h 2017-02-10 19:43:39 +0000
303@@ -6,7 +6,7 @@
304
305 This program is free software; you can redistribute it and/or
306 modify it under the terms of the GNU Library General Public License as
307- published by the Free Software Foundation; either version 2 of the
308+ published by the Free Software Foundation, Inc.,; either version 2 of the
309 License, or (at your option) any later version.
310
311 This program is distributed in the hope that it will be useful,
312@@ -16,8 +16,8 @@
313
314 You should have received a copy of the GNU Library General Public
315 License along with this program; if not, write to the
316- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
317- Boston, MA 02111-1307, USA.
318+ Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
319+ Boston, MA 02110-1335 USA.
320
321 Author: Darin Adler <darin@eazel.com>
322 */
323
324=== modified file 'libcore/eel-fcts.c'
325--- libcore/eel-fcts.c 2016-08-29 17:49:53 +0000
326+++ libcore/eel-fcts.c 2017-02-10 19:43:39 +0000
327@@ -3,7 +3,7 @@
328 *
329 * The Gnome Library is free software; you can redistribute it and/or
330 * modify it under the terms of the GNU Library General Public License as
331- * published by the Free Software Foundation; either version 2 of the
332+ * published by the Free Software Foundation, Inc.,; either version 2 of the
333 * License, or (at your option) any later version.
334 *
335 * The Gnome Library is distributed in the hope that it will be useful,
336@@ -13,8 +13,8 @@
337 *
338 * You should have received a copy of the GNU Library General Public
339 * License along with the Gnome Library; see the file COPYING.LIB. If not,
340- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
341- * Boston, MA 02111-1307, USA.
342+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
343+ * Boston, MA 02110-1335 USA.
344 *
345 * Authors: John Sullivan <sullivan@eazel.com>
346 * Darin Adler <darin@bentspoon.com>
347
348=== modified file 'libcore/eel-fcts.h'
349--- libcore/eel-fcts.h 2016-08-29 17:49:53 +0000
350+++ libcore/eel-fcts.h 2017-02-10 19:43:39 +0000
351@@ -3,7 +3,7 @@
352 *
353 * The Gnome Library is free software; you can redistribute it and/or
354 * modify it under the terms of the GNU Library General Public License as
355- * published by the Free Software Foundation; either version 2 of the
356+ * published by the Free Software Foundation, Inc.,; either version 2 of the
357 * License, or (at your option) any later version.
358 *
359 * The Gnome Library is distributed in the hope that it will be useful,
360@@ -13,8 +13,8 @@
361 *
362 * You should have received a copy of the GNU Library General Public
363 * License along with the Gnome Library; see the file COPYING.LIB. If not,
364- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
365- * Boston, MA 02111-1307, USA.
366+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
367+ * Boston, MA 02110-1335 USA.
368 *
369 * Authors: John Sullivan <sullivan@eazel.com>
370 * Darin Adler <darin@bentspoon.com>
371
372=== modified file 'libcore/eel-gdk-pixbuf-extensions.c'
373--- libcore/eel-gdk-pixbuf-extensions.c 2016-07-14 14:19:29 +0000
374+++ libcore/eel-gdk-pixbuf-extensions.c 2017-02-10 19:43:39 +0000
375@@ -4,7 +4,7 @@
376 *
377 * The Gnome Library is free software; you can redistribute it and/or
378 * modify it under the terms of the GNU Library General Public License as
379- * published by the Free Software Foundation; either version 2 of the
380+ * published by the Free Software Foundation, Inc.,; either version 2 of the
381 * License, or (at your option) any later version.
382 *
383 * The Gnome Library is distributed in the hope that it will be useful,
384@@ -14,8 +14,8 @@
385 *
386 * You should have received a copy of the GNU Library General Public
387 * License along with the Gnome Library; see the file COPYING.LIB. If not,
388- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
389- * Boston, MA 02111-1307, USA.
390+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
391+ * Boston, MA 02110-1335 USA.
392 *
393 * Authors: Darin Adler <darin@eazel.com>
394 * Ramiro Estrugo <ramiro@eazel.com>
395
396=== modified file 'libcore/eel-gdk-pixbuf-extensions.h'
397--- libcore/eel-gdk-pixbuf-extensions.h 2012-01-09 03:13:39 +0000
398+++ libcore/eel-gdk-pixbuf-extensions.h 2017-02-10 19:43:39 +0000
399@@ -4,7 +4,7 @@
400 *
401 * The Gnome Library is free software; you can redistribute it and/or
402 * modify it under the terms of the GNU Library General Public License as
403- * published by the Free Software Foundation; either version 2 of the
404+ * published by the Free Software Foundation, Inc.,; either version 2 of the
405 * License, or (at your option) any later version.
406 *
407 * The Gnome Library is distributed in the hope that it will be useful,
408@@ -14,8 +14,8 @@
409 *
410 * You should have received a copy of the GNU Library General Public
411 * License along with the Gnome Library; see the file COPYING.LIB. If not,
412- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
413- * Boston, MA 02111-1307, USA.
414+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
415+ * Boston, MA 02110-1335 USA.
416 *
417 * Authors: Darin Adler <darin@eazel.com>
418 * Ramiro Estrugo <ramiro@eazel.com>
419
420=== modified file 'libcore/eel-gio-extensions.c'
421--- libcore/eel-gio-extensions.c 2015-05-03 06:44:42 +0000
422+++ libcore/eel-gio-extensions.c 2017-02-10 19:43:39 +0000
423@@ -3,7 +3,7 @@
424 *
425 * This program is free software; you can redistribute it and/or
426 * modify it under the terms of the GNU General Public License as
427- * published by the Free Software Foundation; either version 2 of
428+ * published by the Free Software Foundation, Inc.,; either version 2 of
429 * the License, or (at your option) any later version.
430 *
431 * This program is distributed in the hope that it will be useful,
432
433=== modified file 'libcore/eel-gio-extensions.h'
434--- libcore/eel-gio-extensions.h 2013-08-10 20:20:23 +0000
435+++ libcore/eel-gio-extensions.h 2017-02-10 19:43:39 +0000
436@@ -3,7 +3,7 @@
437 *
438 * This program is free software; you can redistribute it and/or
439 * modify it under the terms of the GNU General Public License as
440- * published by the Free Software Foundation; either version 2 of
441+ * published by the Free Software Foundation, Inc.,; either version 2 of
442 * the License, or (at your option) any later version.
443 *
444 * This program is distributed in the hope that it will be useful,
445
446=== modified file 'libcore/eel-glib-extensions.c'
447--- libcore/eel-glib-extensions.c 2015-05-03 06:44:42 +0000
448+++ libcore/eel-glib-extensions.c 2017-02-10 19:43:39 +0000
449@@ -6,7 +6,7 @@
450 *
451 * The Gnome Library is free software; you can redistribute it and/or
452 * modify it under the terms of the GNU Library General Public License as
453- * published by the Free Software Foundation; either version 2 of the
454+ * published by the Free Software Foundation, Inc.,; either version 2 of the
455 * License, or (at your option) any later version.
456 *
457 * The Gnome Library is distributed in the hope that it will be useful,
458@@ -16,8 +16,8 @@
459 *
460 * You should have received a copy of the GNU Library General Public
461 * License along with the Gnome Library; see the file COPYING.LIB. If not,
462- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
463- * Boston, MA 02111-1307, USA.
464+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
465+ * Boston, MA 02110-1335 USA.
466 *
467 * Authors: John Sullivan <sullivan@eazel.com>
468 * ammonkey <am.monkeyd@gmail.com>
469
470=== modified file 'libcore/eel-glib-extensions.h'
471--- libcore/eel-glib-extensions.h 2013-08-10 20:20:23 +0000
472+++ libcore/eel-glib-extensions.h 2017-02-10 19:43:39 +0000
473@@ -3,7 +3,7 @@
474 *
475 * This library is free software; you can redistribute it and/or modify
476 * it under the terms of the GNU Lesser General Public License
477- * version 3.0 as published by the Free Software Foundation.
478+ * version 3.0 as published by the Free Software Foundation, Inc.,.
479 *
480 * This library is distributed in the hope that it will be useful,
481 * but WITHOUT ANY WARRANTY; without even the implied warranty of
482
483=== modified file 'libcore/eel-gtk-extensions.c'
484--- libcore/eel-gtk-extensions.c 2015-05-03 06:44:42 +0000
485+++ libcore/eel-gtk-extensions.c 2017-02-10 19:43:39 +0000
486@@ -6,7 +6,7 @@
487 *
488 * The Gnome Library is free software; you can redistribute it and/or
489 * modify it under the terms of the GNU Library General Public License as
490- * published by the Free Software Foundation; either version 2 of the
491+ * published by the Free Software Foundation, Inc.,; either version 2 of the
492 * License, or (at your option) any later version.
493 *
494 * The Gnome Library is distributed in the hope that it will be useful,
495@@ -16,8 +16,8 @@
496 *
497 * You should have received a copy of the GNU Library General Public
498 * License along with the Gnome Library; see the file COPYING.LIB. If not,
499- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
500- * Boston, MA 02111-1307, USA.
501+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
502+ * Boston, MA 02110-1335 USA.
503 *
504 * Authors: John Sullivan <sullivan@eazel.com>
505 * Ramiro Estrugo <ramiro@eazel.com>
506
507=== modified file 'libcore/eel-gtk-extensions.h'
508--- libcore/eel-gtk-extensions.h 2015-05-03 06:44:42 +0000
509+++ libcore/eel-gtk-extensions.h 2017-02-10 19:43:39 +0000
510@@ -6,7 +6,7 @@
511
512 The Gnome Library is free software; you can redistribute it and/or
513 modify it under the terms of the GNU Library General Public License as
514- published by the Free Software Foundation; either version 2 of the
515+ published by the Free Software Foundation, Inc.,; either version 2 of the
516 License, or (at your option) any later version.
517
518 The Gnome Library is distributed in the hope that it will be useful,
519@@ -16,8 +16,8 @@
520
521 You should have received a copy of the GNU Library General Public
522 License along with the Gnome Library; see the file COPYING.LIB. If not,
523- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
524- Boston, MA 02111-1307, USA.
525+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
526+ Boston, MA 02110-1335 USA.
527
528 Authors: John Sullivan <sullivan@eazel.com>
529 Ramiro Estrugo <ramiro@eazel.com>
530
531=== modified file 'libcore/eel-i18n.c'
532--- libcore/eel-i18n.c 2013-08-01 21:24:46 +0000
533+++ libcore/eel-i18n.c 2017-02-10 19:43:39 +0000
534@@ -4,7 +4,7 @@
535
536 The Gnome Library is free software; you can redistribute it and/or
537 modify it under the terms of the GNU Library General Public License as
538- published by the Free Software Foundation; either version 2 of the
539+ published by the Free Software Foundation, Inc.,; either version 2 of the
540 License, or (at your option) any later version.
541
542 The Gnome Library is distributed in the hope that it will be useful,
543@@ -14,8 +14,8 @@
544
545 You should have received a copy of the GNU Library General Public
546 License along with the Gnome Library; see the file COPYING.LIB. If not,
547- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
548- Boston, MA 02111-1307, USA.
549+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
550+ Boston, MA 02110-1335 USA.
551
552 Authors: Frederic Crozat <fcrozat@mandrakesoft.com>
553 */
554
555=== modified file 'libcore/eel-i18n.h'
556--- libcore/eel-i18n.h 2011-06-13 09:13:05 +0000
557+++ libcore/eel-i18n.h 2017-02-10 19:43:39 +0000
558@@ -4,7 +4,7 @@
559
560 The Gnome Library is free software; you can redistribute it and/or
561 modify it under the terms of the GNU Library General Public License as
562- published by the Free Software Foundation; either version 2 of the
563+ published by the Free Software Foundation, Inc.,; either version 2 of the
564 License, or (at your option) any later version.
565
566 The Gnome Library is distributed in the hope that it will be useful,
567@@ -14,8 +14,8 @@
568
569 You should have received a copy of the GNU Library General Public
570 License along with the Gnome Library; see the file COPYING.LIB. If not,
571- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
572- Boston, MA 02111-1307, USA.
573+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
574+ Boston, MA 02110-1335 USA.
575
576 Authors: Frederic Crozat <fcrozat@mandrakesoft.com>
577 */
578
579=== modified file 'libcore/eel-pango-extensions.c'
580--- libcore/eel-pango-extensions.c 2015-05-03 06:44:42 +0000
581+++ libcore/eel-pango-extensions.c 2017-02-10 19:43:39 +0000
582@@ -13,8 +13,8 @@
583 * more details.
584 *
585 * You should have received a copy of the GNU General Public License along with
586- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
587- * Place, Suite 330, Boston, MA 02111-1307 USA
588+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
589+ * Fifth Floor Boston, MA 02110-1335 USA.
590 */
591
592 #ifdef HAVE_CONFIG_H
593
594=== modified file 'libcore/eel-pango-extensions.h'
595--- libcore/eel-pango-extensions.h 2011-05-07 19:35:56 +0000
596+++ libcore/eel-pango-extensions.h 2017-02-10 19:43:39 +0000
597@@ -12,8 +12,8 @@
598 * more details.
599 *
600 * You should have received a copy of the GNU General Public License along with
601- * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
602- * Place, Suite 330, Boston, MA 02111-1307 USA
603+ * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
604+ * Fifth Floor Boston, MA 02110-1335 USA.
605 */
606
607 #ifndef __EEL_PANGO_EXTENSIONS_H__
608
609=== modified file 'libcore/eel-stock-dialogs.c'
610--- libcore/eel-stock-dialogs.c 2015-05-18 17:16:42 +0000
611+++ libcore/eel-stock-dialogs.c 2017-02-10 19:43:39 +0000
612@@ -4,7 +4,7 @@
613 *
614 * The Gnome Library is free software; you can redistribute it and/or
615 * modify it under the terms of the GNU Library General Public License as
616- * published by the Free Software Foundation; either version 2 of the
617+ * published by the Free Software Foundation, Inc.,; either version 2 of the
618 * License, or (at your option) any later version.
619 *
620 * The Gnome Library is distributed in the hope that it will be useful,
621@@ -14,8 +14,8 @@
622 *
623 * You should have received a copy of the GNU Library General Public
624 * License along with the Gnome Library; see the file COPYING.LIB. If not,
625- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
626- * Boston, MA 02111-1307, USA.
627+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
628+ * Boston, MA 02110-1335 USA.
629 *
630 * Authors: Darin Adler <darin@eazel.com>
631 */
632
633=== modified file 'libcore/eel-stock-dialogs.h'
634--- libcore/eel-stock-dialogs.h 2011-05-07 19:35:56 +0000
635+++ libcore/eel-stock-dialogs.h 2017-02-10 19:43:39 +0000
636@@ -4,7 +4,7 @@
637 *
638 * The Gnome Library is free software; you can redistribute it and/or
639 * modify it under the terms of the GNU Library General Public License as
640- * published by the Free Software Foundation; either version 2 of the
641+ * published by the Free Software Foundation, Inc.,; either version 2 of the
642 * License, or (at your option) any later version.
643 *
644 * The Gnome Library is distributed in the hope that it will be useful,
645@@ -14,8 +14,8 @@
646 *
647 * You should have received a copy of the GNU Library General Public
648 * License along with the Gnome Library; see the file COPYING.LIB. If not,
649- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
650- * Boston, MA 02111-1307, USA.
651+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
652+ * Boston, MA 02110-1335 USA.
653 *
654 * Authors: Darin Adler <darin@eazel.com>
655 */
656
657=== modified file 'libcore/eel-string.c'
658--- libcore/eel-string.c 2013-09-09 03:08:16 +0000
659+++ libcore/eel-string.c 2017-02-10 19:43:39 +0000
660@@ -6,7 +6,7 @@
661 *
662 * The Gnome Library is free software; you can redistribute it and/or
663 * modify it under the terms of the GNU Library General Public License as
664- * published by the Free Software Foundation; either version 2 of the
665+ * published by the Free Software Foundation, Inc.,; either version 2 of the
666 * License, or (at your option) any later version.
667 *
668 * The Gnome Library is distributed in the hope that it will be useful,
669@@ -16,8 +16,8 @@
670 *
671 * You should have received a copy of the GNU Library General Public
672 * License along with the Gnome Library; see the file COPYING.LIB. If not,
673- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
674- * Boston, MA 02111-1307, USA.
675+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
676+ * Boston, MA 02110-1335 USA.
677 *
678 * Authors: Darin Adler <darin@eazel.com>
679 */
680
681=== modified file 'libcore/eel-string.h'
682--- libcore/eel-string.h 2011-10-08 05:12:03 +0000
683+++ libcore/eel-string.h 2017-02-10 19:43:39 +0000
684@@ -6,7 +6,7 @@
685 *
686 * The Gnome Library is free software; you can redistribute it and/or
687 * modify it under the terms of the GNU Library General Public License as
688- * published by the Free Software Foundation; either version 2 of the
689+ * published by the Free Software Foundation, Inc.,; either version 2 of the
690 * License, or (at your option) any later version.
691 *
692 * The Gnome Library is distributed in the hope that it will be useful,
693@@ -16,8 +16,8 @@
694 *
695 * You should have received a copy of the GNU Library General Public
696 * License along with the Gnome Library; see the file COPYING.LIB. If not,
697- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
698- * Boston, MA 02111-1307, USA.
699+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
700+ * Boston, MA 02110-1335 USA.
701 *
702 * Authors: Darin Adler <darin@eazel.com>
703 */
704
705=== modified file 'libcore/eel-ui.c'
706--- libcore/eel-ui.c 2015-05-03 06:44:42 +0000
707+++ libcore/eel-ui.c 2017-02-10 19:43:39 +0000
708@@ -5,7 +5,7 @@
709 *
710 * The Gnome Library is free software; you can redistribute it and/or
711 * modify it under the terms of the GNU Library General Public License as
712- * published by the Free Software Foundation; either version 2 of the
713+ * published by the Free Software Foundation, Inc.,; either version 2 of the
714 * License, or (at your option) any later version.
715 *
716 * The Gnome Library is distributed in the hope that it will be useful,
717@@ -15,8 +15,8 @@
718 *
719 * You should have received a copy of the GNU Library General Public
720 * License along with the Gnome Library; see the file COPYING.LIB. If not,
721- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
722- * Boston, MA 02111-1307, USA.
723+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
724+ Boston, MA 02110-1335 USA.
725 *
726 * Authors: Alexander Larsson <alexl@redhat.com>
727 */
728
729=== modified file 'libcore/eel-ui.h'
730--- libcore/eel-ui.h 2011-10-11 07:06:28 +0000
731+++ libcore/eel-ui.h 2017-02-10 19:43:39 +0000
732@@ -5,7 +5,7 @@
733 *
734 * The Gnome Library is free software; you can redistribute it and/or
735 * modify it under the terms of the GNU Library General Public License as
736- * published by the Free Software Foundation; either version 2 of the
737+ * published by the Free Software Foundation, Inc.,; either version 2 of the
738 * License, or (at your option) any later version.
739 *
740 * The Gnome Library is distributed in the hope that it will be useful,
741@@ -15,8 +15,8 @@
742 *
743 * You should have received a copy of the GNU Library General Public
744 * License along with the Gnome Library; see the file COPYING.LIB. If not,
745- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
746- * Boston, MA 02111-1307, USA.
747+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
748+ Boston, MA 02110-1335 USA.
749 *
750 * Authors: Alexander Larsson <alexl@redhat.com>
751 */
752
753=== modified file 'libcore/eel-vfs-extensions.c'
754--- libcore/eel-vfs-extensions.c 2015-05-03 06:44:42 +0000
755+++ libcore/eel-vfs-extensions.c 2017-02-10 19:43:39 +0000
756@@ -5,7 +5,7 @@
757 *
758 * The Gnome Library is free software; you can redistribute it and/or
759 * modify it under the terms of the GNU Library General Public License as
760- * published by the Free Software Foundation; either version 2 of the
761+ * published by the Free Software Foundation, Inc.,; either version 2 of the
762 * License, or (at your option) any later version.
763 *
764 * The Gnome Library is distributed in the hope that it will be useful,
765@@ -15,8 +15,8 @@
766 *
767 * You should have received a copy of the GNU Library General Public
768 * License along with the Gnome Library; see the file COPYING.LIB. If not,
769- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
770- * Boston, MA 02111-1307, USA.
771+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
772+ * Boston, MA 02110-1335 USA.
773 *
774 * Authors: Darin Adler <darin@eazel.com>
775 * Pavel Cisler <pavel@eazel.com>
776
777=== modified file 'libcore/eel-vfs-extensions.h'
778--- libcore/eel-vfs-extensions.h 2015-05-03 06:44:42 +0000
779+++ libcore/eel-vfs-extensions.h 2017-02-10 19:43:39 +0000
780@@ -5,7 +5,7 @@
781 *
782 * The Gnome Library is free software; you can redistribute it and/or
783 * modify it under the terms of the GNU Library General Public License as
784- * published by the Free Software Foundation; either version 2 of the
785+ * published by the Free Software Foundation, Inc.,; either version 2 of the
786 * License, or (at your option) any later version.
787 *
788 * The Gnome Library is distributed in the hope that it will be useful,
789@@ -15,8 +15,8 @@
790 *
791 * You should have received a copy of the GNU Library General Public
792 * License along with the Gnome Library; see the file COPYING.LIB. If not,
793- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
794- * Boston, MA 02111-1307, USA.
795+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
796+ * Boston, MA 02110-1335 USA.
797 *
798 * Authors: Darin Adler <darin@eazel.com>
799 * Pavel Cisler <pavel@eazel.com>
800
801=== modified file 'libcore/fm-list-model.c'
802--- libcore/fm-list-model.c 2015-11-21 12:37:55 +0000
803+++ libcore/fm-list-model.c 2017-02-10 19:43:39 +0000
804@@ -6,7 +6,7 @@
805 *
806 * The Gnome Library is free software; you can redistribute it and/or
807 * modify it under the terms of the GNU Library General Public License as
808- * published by the Free Software Foundation; either version 2 of the
809+ * published by the Free Software Foundation, Inc.,; either version 2 of the
810 * License, or (at your option) any later version.
811 *
812 * The Gnome Library is distributed in the hope that it will be useful,
813@@ -16,8 +16,8 @@
814 *
815 * You should have received a copy of the GNU Library General Public
816 * License along with the Gnome Library; see the file COPYING.LIB. If not,
817- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
818- * Boston, MA 02111-1307, USA.
819+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
820+ * Boston, MA 02110-1335 USA.
821 *
822 * Authors: Anders Carlsson <andersca@gnu.org>,
823 * Soeren Sandmann (sandmann@daimi.au.dk),
824
825=== modified file 'libcore/fm-list-model.h'
826--- libcore/fm-list-model.h 2015-11-21 12:37:55 +0000
827+++ libcore/fm-list-model.h 2017-02-10 19:43:39 +0000
828@@ -6,7 +6,7 @@
829 *
830 * The Gnome Library is free software; you can redistribute it and/or
831 * modify it under the terms of the GNU Library General Public License as
832- * published by the Free Software Foundation; either version 2 of the
833+ * published by the Free Software Foundation, Inc.,; either version 2 of the
834 * License, or (at your option) any later version.
835 *
836 * The Gnome Library is distributed in the hope that it will be useful,
837@@ -16,8 +16,8 @@
838 *
839 * You should have received a copy of the GNU Library General Public
840 * License along with the Gnome Library; see the file COPYING.LIB. If not,
841- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
842- * Boston, MA 02111-1307, USA.
843+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
844+ * Boston, MA 02110-1335 USA.
845 *
846 * Authors: Anders Carlsson <andersca@gnu.org>,
847 * Soeren Sandmann (sandmann@daimi.au.dk),
848
849=== modified file 'libcore/gof-callwhenready.vala'
850--- libcore/gof-callwhenready.vala 2016-05-06 10:36:16 +0000
851+++ libcore/gof-callwhenready.vala 2017-02-10 19:43:39 +0000
852@@ -3,7 +3,7 @@
853
854 This program is free software: you can redistribute it and/or modify
855 it under the terms of the GNU General Public License as published by
856- the Free Software Foundation, either version 3 of the License, or
857+ the Free Software Foundation, Inc.,, either version 3 of the License, or
858 (at your option) any later version.
859
860 This program is distributed in the hope that it will be useful,
861
862=== modified file 'libcore/gof-directory-async.vala'
863--- libcore/gof-directory-async.vala 2017-02-04 10:57:49 +0000
864+++ libcore/gof-directory-async.vala 2017-02-10 19:43:39 +0000
865@@ -4,7 +4,7 @@
866
867 This program is free software: you can redistribute it and/or modify
868 it under the terms of the GNU General Public License as published by
869- the Free Software Foundation, either version 3 of the License, or
870+ the Free Software Foundation, Inc.,, either version 3 of the License, or
871 (at your option) any later version.
872
873 This program is distributed in the hope that it will be useful,
874
875=== modified file 'libcore/gof-file.c'
876--- libcore/gof-file.c 2017-02-02 12:56:43 +0000
877+++ libcore/gof-file.c 2017-02-10 19:43:39 +0000
878@@ -3,7 +3,7 @@
879 *
880 * This library is free software; you can redistribute it and/or modify
881 * it under the terms of the GNU Lesser General Public License
882- * version 3.0 as published by the Free Software Foundation.
883+ * version 3.0 as published by the Free Software Foundation, Inc.,.
884 *
885 * This library is distributed in the hope that it will be useful,
886 * but WITHOUT ANY WARRANTY; without even the implied warranty of
887
888=== modified file 'libcore/gof-file.h'
889--- libcore/gof-file.h 2016-09-18 11:51:08 +0000
890+++ libcore/gof-file.h 2017-02-10 19:43:39 +0000
891@@ -3,7 +3,7 @@
892 *
893 * This library is free software; you can redistribute it and/or modify
894 * it under the terms of the GNU Lesser General Public License
895- * version 3.0 as published by the Free Software Foundation.
896+ * version 3.0 as published by the Free Software Foundation, Inc.,.
897 *
898 * This library is distributed in the hope that it will be useful,
899 * but WITHOUT ANY WARRANTY; without even the implied warranty of
900@@ -45,7 +45,7 @@
901 * @GOF_FILE_THUMB_STATE_UNKNOWN : unknown whether there's a thumbnail.
902 * @GOF_FILE_THUMB_STATE_NONE : no thumbnail is available.
903 * @GOF_FILE_THUMB_STATE_READY : a thumbnail is available.
904- * @GOF_FILE_THUMB_STATE_LOADING : a thumbnail is being generated.
905+ * @GOF_FILE_THUMB_STATE_LOADING : a thumbnail is being loaded.
906 *
907 * The state of the thumbnailing for a given #GOFFile.
908 **/
909@@ -269,5 +269,6 @@
910 char *gof_file_get_display_target_uri (GOFFile *file);
911 G_END_DECLS
912
913-#endif /* GOF_DIRECTORY_ASYNC_H */
914+#endif /* GOF_FILE_H */
915+
916
917
918=== modified file 'libcore/gof-preferences.vala'
919--- libcore/gof-preferences.vala 2017-02-02 11:37:26 +0000
920+++ libcore/gof-preferences.vala 2017-02-10 19:43:39 +0000
921@@ -3,7 +3,7 @@
922
923 This program is free software: you can redistribute it and/or modify
924 it under the terms of the GNU General Public License as published by
925- the Free Software Foundation, either version 3 of the License, or
926+ the Free Software Foundation, Inc.,, either version 3 of the License, or
927 (at your option) any later version.
928
929 This program is distributed in the hope that it will be useful,
930
931=== modified file 'libcore/marlin-exec.c'
932--- libcore/marlin-exec.c 2013-08-10 20:20:23 +0000
933+++ libcore/marlin-exec.c 2017-02-10 19:43:39 +0000
934@@ -4,7 +4,7 @@
935 *
936 * This program is free software; you can redistribute it and/or
937 * modify it under the terms of the GNU General Public License as
938- * published by the Free Software Foundation; either version 2 of
939+ * published by the Free Software Foundation, Inc.,; either version 2 of
940 * the License, or (at your option) any later version.
941 *
942 * This program is distributed in the hope that it will be useful,
943
944=== modified file 'libcore/marlin-exec.h'
945--- libcore/marlin-exec.h 2013-08-10 20:20:23 +0000
946+++ libcore/marlin-exec.h 2017-02-10 19:43:39 +0000
947@@ -4,7 +4,7 @@
948 *
949 * This program is free software; you can redistribute it and/or
950 * modify it under the terms of the GNU General Public License as
951- * published by the Free Software Foundation; either version 2 of
952+ * published by the Free Software Foundation, Inc.,; either version 2 of
953 * the License, or (at your option) any later version.
954 *
955 * This program is distributed in the hope that it will be useful,
956
957=== modified file 'libcore/marlin-file-changes-queue.c'
958--- libcore/marlin-file-changes-queue.c 2015-05-03 06:44:42 +0000
959+++ libcore/marlin-file-changes-queue.c 2017-02-10 19:43:39 +0000
960@@ -3,7 +3,7 @@
961 *
962 * This program is free software; you can redistribute it and/or
963 * modify it under the terms of the GNU General Public License as
964- * published by the Free Software Foundation; either version 2 of the
965+ * published by the Free Software Foundation, Inc.,; either version 2 of the
966 * License, or (at your option) any later version.
967 *
968 * This program is distributed in the hope that it will be useful,
969@@ -13,8 +13,8 @@
970 *
971 * You should have received a copy of the GNU General Public
972 * License along with this program; if not, write to the
973- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
974- * Boston, MA 02111-1307, USA.
975+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
976+ * Boston, MA 02110-1335 USA.
977 *
978 * Author: Pavel Cisler <pavel@eazel.com>
979 */
980
981=== modified file 'libcore/marlin-file-changes-queue.h'
982--- libcore/marlin-file-changes-queue.h 2013-08-10 20:20:23 +0000
983+++ libcore/marlin-file-changes-queue.h 2017-02-10 19:43:39 +0000
984@@ -3,7 +3,7 @@
985 *
986 * This program is free software; you can redistribute it and/or
987 * modify it under the terms of the GNU General Public License as
988- * published by the Free Software Foundation; either version 2 of the
989+ * published by the Free Software Foundation, Inc.,; either version 2 of the
990 * License, or (at your option) any later version.
991 *
992 * This program is distributed in the hope that it will be useful,
993@@ -13,8 +13,8 @@
994 *
995 * You should have received a copy of the GNU General Public
996 * License along with this program; if not, write to the
997- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
998- * Boston, MA 02111-1307, USA.
999+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1000+ * Boston, MA 02110-1335 USA.
1001 *
1002 * Author: Pavel Cisler <pavel@eazel.com>
1003 */
1004
1005=== modified file 'libcore/marlin-file-conflict-dialog.c'
1006--- libcore/marlin-file-conflict-dialog.c 2015-05-18 17:16:42 +0000
1007+++ libcore/marlin-file-conflict-dialog.c 2017-02-10 19:43:39 +0000
1008@@ -5,7 +5,7 @@
1009 *
1010 * This program is free software; you can redistribute it and/or
1011 * modify it under the terms of the GNU General Public License as
1012- * published by the Free Software Foundation; either version 2 of the
1013+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1014 * License, or (at your option) any later version.
1015 *
1016 * This program is distributed in the hope that it will be useful,
1017@@ -15,8 +15,8 @@
1018 *
1019 * You should have received a copy of the GNU General Public
1020 * License along with this program; if not, write to the
1021- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1022- * Boston, MA 02111-1307, USA.
1023+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1024+ * Boston, MA 02110-1335 USA.
1025 *
1026 * Authors: Cosimo Cecchi <cosimoc@gnome.org>
1027 */
1028
1029=== modified file 'libcore/marlin-file-conflict-dialog.h'
1030--- libcore/marlin-file-conflict-dialog.h 2013-08-10 20:20:23 +0000
1031+++ libcore/marlin-file-conflict-dialog.h 2017-02-10 19:43:39 +0000
1032@@ -5,7 +5,7 @@
1033 *
1034 * This program is free software; you can redistribute it and/or
1035 * modify it under the terms of the GNU General Public License as
1036- * published by the Free Software Foundation; either version 2 of the
1037+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1038 * License, or (at your option) any later version.
1039 *
1040 * This program is distributed in the hope that it will be useful,
1041@@ -15,8 +15,8 @@
1042 *
1043 * You should have received a copy of the GNU General Public
1044 * License along with this program; if not, write to the
1045- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1046- * Boston, MA 02111-1307, USA.
1047+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1048+ * Boston, MA 02110-1335 USA.
1049 *
1050 * Authors: Cosimo Cecchi <cosimoc@gnome.org>
1051 */
1052
1053=== modified file 'libcore/marlin-file-operations.c'
1054--- libcore/marlin-file-operations.c 2016-10-16 18:35:01 +0000
1055+++ libcore/marlin-file-operations.c 2017-02-10 19:43:39 +0000
1056@@ -1,11 +1,11 @@
1057 /* nautilus-file-operations: execute file operations.
1058 *
1059- * Copyright (C) 1999, 2000 Free Software Foundation
1060+ * Copyright (C) 1999, 2000 Free Software Foundation, Inc.,
1061 * Copyright (C) 2000, 2001 Eazel, Inc.
1062 *
1063 * This program is free software; you can redistribute it and/or
1064 * modify it under the terms of the GNU General Public License as
1065- * published by the Free Software Foundation; either version 2 of the
1066+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1067 * License, or (at your option) any later version.
1068 *
1069 * This program is distributed in the hope that it will be useful,
1070@@ -15,8 +15,8 @@
1071 *
1072 * You should have received a copy of the GNU General Public
1073 * License along with this program; if not, write to the
1074- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1075- * Boston, MA 02111-1307, USA.
1076+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1077+ * Boston, MA 02110-1335 USA.
1078 *
1079 * Authors: Ettore Perazzoli <ettore@gnu.org>,
1080 * Pavel Cisler <pavel@eazel.com>
1081
1082=== modified file 'libcore/marlin-file-operations.h'
1083--- libcore/marlin-file-operations.h 2015-02-07 16:40:33 +0000
1084+++ libcore/marlin-file-operations.h 2017-02-10 19:43:39 +0000
1085@@ -1,11 +1,11 @@
1086 /* nautilus-file-operations: execute file operations.
1087 *
1088- * Copyright (C) 1999, 2000 Free Software Foundation
1089+ * Copyright (C) 1999, 2000 Free Software Foundation, Inc.,
1090 * Copyright (C) 2000, 2001 Eazel, Inc.
1091 *
1092 * This program is free software; you can redistribute it and/or
1093 * modify it under the terms of the GNU General Public License as
1094- * published by the Free Software Foundation; either version 2 of the
1095+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1096 * License, or (at your option) any later version.
1097 *
1098 * This program is distributed in the hope that it will be useful,
1099@@ -15,8 +15,8 @@
1100 *
1101 * You should have received a copy of the GNU General Public
1102 * License along with this program; if not, write to the
1103- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1104- * Boston, MA 02111-1307, USA.
1105+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1106+ * Boston, MA 02110-1335 USA.
1107 *
1108 * Authors: Ettore Perazzoli <ettore@gnu.org>,
1109 * Pavel Cisler <pavel@eazel.com>
1110
1111=== modified file 'libcore/marlin-file-utilities.c'
1112--- libcore/marlin-file-utilities.c 2016-09-11 16:25:33 +0000
1113+++ libcore/marlin-file-utilities.c 2017-02-10 19:43:39 +0000
1114@@ -4,7 +4,7 @@
1115 *
1116 * The Gnome Library is free software; you can redistribute it and/or
1117 * modify it under the terms of the GNU Library General Public License as
1118- * published by the Free Software Foundation; either version 2 of the
1119+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1120 * License, or (at your option) any later version.
1121 *
1122 * The Gnome Library is distributed in the hope that it will be useful,
1123@@ -14,8 +14,8 @@
1124 *
1125 * You should have received a copy of the GNU Library General Public
1126 * License along with the Gnome Library; see the file COPYING.LIB. If not,
1127- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1128- * Boston, MA 02111-1307, USA.
1129+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1130+ * Boston, MA 02110-1335 USA.
1131 *
1132 * Authors: John Sullivan <sullivan@eazel.com>
1133 */
1134
1135=== modified file 'libcore/marlin-file-utilities.h'
1136--- libcore/marlin-file-utilities.h 2016-09-11 16:25:33 +0000
1137+++ libcore/marlin-file-utilities.h 2017-02-10 19:43:39 +0000
1138@@ -4,7 +4,7 @@
1139 *
1140 * The Gnome Library is free software; you can redistribute it and/or
1141 * modify it under the terms of the GNU Library General Public License as
1142- * published by the Free Software Foundation; either version 2 of the
1143+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1144 * License, or (at your option) any later version.
1145 *
1146 * The Gnome Library is distributed in the hope that it will be useful,
1147@@ -14,8 +14,8 @@
1148 *
1149 * You should have received a copy of the GNU Library General Public
1150 * License along with the Gnome Library; see the file COPYING.LIB. If not,
1151- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1152- * Boston, MA 02111-1307, USA.
1153+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1154+ * Boston, MA 02110-1335 USA.
1155 *
1156 * Authors: John Sullivan <sullivan@eazel.com>
1157 */
1158
1159=== modified file 'libcore/marlin-icon-info.c'
1160--- libcore/marlin-icon-info.c 2017-02-04 12:20:55 +0000
1161+++ libcore/marlin-icon-info.c 2017-02-10 19:43:39 +0000
1162@@ -3,7 +3,7 @@
1163 *
1164 * This library is free software; you can redistribute it and/or
1165 * modify it under the terms of the GNU Library General Public
1166- * License as published by the Free Software Foundation; either
1167+ * License as published by the Free Software Foundation, Inc.,; either
1168 * version 2 of the License, or (at your option) any later version.
1169 *
1170 * This library is distributed in the hope that it will be useful,
1171@@ -13,8 +13,8 @@
1172 *
1173 * You should have received a copy of the GNU Library General Public
1174 * License along with this library; if not, write to the
1175- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1176- * Boston, MA 02111-1307, USA.
1177+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1178+ * Boston, MA 02110-1335 USA.
1179 */
1180
1181 //#include <config.h>
1182
1183=== modified file 'libcore/marlin-icon-info.h'
1184--- libcore/marlin-icon-info.h 2014-05-10 16:01:09 +0000
1185+++ libcore/marlin-icon-info.h 2017-02-10 19:43:39 +0000
1186@@ -3,7 +3,7 @@
1187 *
1188 * This library is free software; you can redistribute it and/or
1189 * modify it under the terms of the GNU Library General Public
1190- * License as published by the Free Software Foundation; either
1191+ * License as published by the Free Software Foundation, Inc.,; either
1192 * version 2 of the License, or (at your option) any later version.
1193 *
1194 * This library is distributed in the hope that it will be useful,
1195@@ -13,8 +13,8 @@
1196 *
1197 * You should have received a copy of the GNU Library General Public
1198 * License along with this library; if not, write to the
1199- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1200- * Boston, MA 02111-1307, USA.
1201+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1202+ * Boston, MA 02110-1335 USA.
1203 */
1204
1205 #ifndef MARLIN_ICON_INFO_H
1206
1207=== modified file 'libcore/marlin-icons.h'
1208--- libcore/marlin-icons.h 2016-05-05 16:10:28 +0000
1209+++ libcore/marlin-icons.h 2017-02-10 19:43:39 +0000
1210@@ -1,3 +1,21 @@
1211+/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
1212+ *
1213+ * This program is free software; you can redistribute it and/or
1214+ * modify it under the terms of the GNU General Public License as
1215+ * published by the Free Software Foundation, Inc.,; either version 2 of
1216+ * the License, or (at your option) any later version.
1217+ *
1218+ * This program is distributed in the hope that it will be useful,
1219+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1220+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1221+ * GNU General Public License for more details.
1222+ *
1223+ * You should have received a copy of the GNU General Public
1224+ * License along with this program; if not, write to the Free
1225+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1226+ * Boston, MA 02110-1301, USA.
1227+ */
1228+
1229 #define MARLIN_ICON_HOME "user-home"
1230 #define MARLIN_ICON_TRASH "user-trash"
1231 #define MARLIN_ICON_TRASH_FULL "user-trash-full"
1232
1233=== modified file 'libcore/marlin-intl.h'
1234--- libcore/marlin-intl.h 2013-08-10 20:20:23 +0000
1235+++ libcore/marlin-intl.h 2017-02-10 19:43:39 +0000
1236@@ -1,3 +1,21 @@
1237+/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
1238+ *
1239+ * This program is free software; you can redistribute it and/or
1240+ * modify it under the terms of the GNU General Public License as
1241+ * published by the Free Software Foundation, Inc.,; either version 2 of
1242+ * the License, or (at your option) any later version.
1243+ *
1244+ * This program is distributed in the hope that it will be useful,
1245+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1246+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1247+ * GNU General Public License for more details.
1248+ *
1249+ * You should have received a copy of the GNU General Public
1250+ * License along with this program; if not, write to the Free
1251+ * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1252+ * Boston, MA 02110-1301, USA.
1253+ */
1254+
1255 #ifndef __MARLININTL_H__
1256 #define __MARLININTL_H__
1257
1258
1259=== modified file 'libcore/marlin-progress-info-manager.c'
1260--- libcore/marlin-progress-info-manager.c 2016-06-24 18:59:29 +0000
1261+++ libcore/marlin-progress-info-manager.c 2017-02-10 19:43:39 +0000
1262@@ -3,7 +3,7 @@
1263 *
1264 * Marlin is free software; you can redistribute it and/or
1265 * modify it under the terms of the GNU General Public License as
1266- * published by the Free Software Foundation; either version 2 of the
1267+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1268 * License, or (at your option) any later version.
1269 *
1270 * Marlin is distributed in the hope that it will be useful,
1271@@ -13,8 +13,8 @@
1272 *
1273 * You should have received a copy of the GNU General Public
1274 * License along with this program; see the file COPYING. If not,
1275- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1276- * Boston, MA 02111-1307, USA.
1277+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1278+ * Boston, MA 02110-1335 USA.
1279 *
1280 * Author: Cosimo Cecchi <cosimoc@redhat.com>
1281 */
1282
1283=== modified file 'libcore/marlin-progress-info-manager.h'
1284--- libcore/marlin-progress-info-manager.h 2016-06-24 18:59:29 +0000
1285+++ libcore/marlin-progress-info-manager.h 2017-02-10 19:43:39 +0000
1286@@ -3,7 +3,7 @@
1287 *
1288 * Marlin is free software; you can redistribute it and/or
1289 * modify it under the terms of the GNU General Public License as
1290- * published by the Free Software Foundation; either version 2 of the
1291+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1292 * License, or (at your option) any later version.
1293 *
1294 * Marlin is distributed in the hope that it will be useful,
1295@@ -13,8 +13,8 @@
1296 *
1297 * You should have received a copy of the GNU General Public
1298 * License along with this program; see the file COPYING. If not,
1299- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1300- * Boston, MA 02111-1307, USA.
1301+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1302+ * Boston, MA 02110-1335 USA.
1303 *
1304 * Author: Cosimo Cecchi <cosimoc@redhat.com>
1305 */
1306
1307=== modified file 'libcore/marlin-progress-info.c'
1308--- libcore/marlin-progress-info.c 2016-06-24 18:59:29 +0000
1309+++ libcore/marlin-progress-info.c 2017-02-10 19:43:39 +0000
1310@@ -5,7 +5,7 @@
1311 *
1312 * This program is free software; you can redistribute it and/or
1313 * modify it under the terms of the GNU General Public License as
1314- * published by the Free Software Foundation; either version 2 of the
1315+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1316 * License, or (at your option) any later version.
1317 *
1318 * This program is distributed in the hope that it will be useful,
1319@@ -15,8 +15,8 @@
1320 *
1321 * You should have received a copy of the GNU General Public
1322 * License along with this program; if not, write to the
1323- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1324- * Boston, MA 02111-1307, USA.
1325+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1326+ * Boston, MA 02110-1335 USA.
1327 *
1328 * Author: Alexander Larsson <alexl@redhat.com>
1329 */
1330
1331=== modified file 'libcore/marlin-progress-info.h'
1332--- libcore/marlin-progress-info.h 2016-06-24 18:59:29 +0000
1333+++ libcore/marlin-progress-info.h 2017-02-10 19:43:39 +0000
1334@@ -5,7 +5,7 @@
1335 *
1336 * This program is free software; you can redistribute it and/or
1337 * modify it under the terms of the GNU General Public License as
1338- * published by the Free Software Foundation; either version 2 of the
1339+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1340 * License, or (at your option) any later version.
1341 *
1342 * This program is distributed in the hope that it will be useful,
1343@@ -15,8 +15,8 @@
1344 *
1345 * You should have received a copy of the GNU General Public
1346 * License along with this program; if not, write to the
1347- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1348- * Boston, MA 02111-1307, USA.
1349+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1350+ * Boston, MA 02110-1335 USA.
1351 *
1352 * Author: Alexander Larsson <alexl@redhat.com>
1353 */
1354
1355=== modified file 'libcore/marlin-trash-monitor.c'
1356--- libcore/marlin-trash-monitor.c 2015-02-07 13:09:34 +0000
1357+++ libcore/marlin-trash-monitor.c 2017-02-10 19:43:39 +0000
1358@@ -3,7 +3,7 @@
1359 *
1360 * This program is free software; you can redistribute it and/or
1361 * modify it under the terms of the GNU General Public License as
1362- * published by the Free Software Foundation; either version 2 of the
1363+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1364 * License, or (at your option) any later version.
1365 *
1366 * This program is distributed in the hope that it will be useful,
1367@@ -13,8 +13,8 @@
1368 *
1369 * You should have received a copy of the GNU General Public
1370 * License along with this program; if not, write to the
1371- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1372- * Boston, MA 02111-1307, USA.
1373+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1374+ * Boston, MA 02110-1335 USA.
1375 *
1376 * Author: Pavel Cisler <pavel@eazel.com>
1377 */
1378
1379=== modified file 'libcore/marlin-trash-monitor.h'
1380--- libcore/marlin-trash-monitor.h 2015-05-03 06:44:42 +0000
1381+++ libcore/marlin-trash-monitor.h 2017-02-10 19:43:39 +0000
1382@@ -3,7 +3,7 @@
1383 *
1384 * This program is free software; you can redistribute it and/or
1385 * modify it under the terms of the GNU General Public License as
1386- * published by the Free Software Foundation; either version 2 of the
1387+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1388 * License, or (at your option) any later version.
1389 *
1390 * This program is distributed in the hope that it will be useful,
1391@@ -13,8 +13,8 @@
1392 *
1393 * You should have received a copy of the GNU General Public
1394 * License along with this program; if not, write to the
1395- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1396- * Boston, MA 02111-1307, USA.
1397+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1398+ * Boston, MA 02110-1335 USA.
1399 *
1400 * Author: Pavel Cisler <pavel@eazel.com>
1401 */
1402
1403=== modified file 'libcore/marlin-undostack-manager.c'
1404--- libcore/marlin-undostack-manager.c 2016-01-08 19:31:54 +0000
1405+++ libcore/marlin-undostack-manager.c 2017-02-10 19:43:39 +0000
1406@@ -6,7 +6,7 @@
1407 *
1408 * This library is free software; you can redistribute it and/or
1409 * modify it under the terms of the GNU General Public
1410- * License as published by the Free Software Foundation; either
1411+ * License as published by the Free Software Foundation, Inc.,; either
1412 * version 2 of the License, or (at your option) any later version.
1413 *
1414 * This library is distributed in the hope that it will be useful,
1415@@ -16,8 +16,8 @@
1416 *
1417 * You should have received a copy of the GNU General Public
1418 * License along with this library; if not, write to the
1419- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1420- * Boston, MA 02111-1307, USA.
1421+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1422+ * Boston, MA 02110-1335 USA.
1423 */
1424
1425 #include "marlin-undostack-manager.h"
1426
1427=== modified file 'libcore/marlin-undostack-manager.h'
1428--- libcore/marlin-undostack-manager.h 2015-06-01 08:17:39 +0000
1429+++ libcore/marlin-undostack-manager.h 2017-02-10 19:43:39 +0000
1430@@ -6,7 +6,7 @@
1431 *
1432 * This library is free software; you can redistribute it and/or
1433 * modify it under the terms of the GNU General Public
1434- * License as published by the Free Software Foundation; either
1435+ * License as published by the Free Software Foundation, Inc.,; either
1436 * version 2 of the License, or (at your option) any later version.
1437 *
1438 * This library is distributed in the hope that it will be useful,
1439@@ -16,8 +16,8 @@
1440 *
1441 * You should have received a copy of the GNU General Public
1442 * License along with this library; if not, write to the
1443- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1444- * Boston, MA 02111-1307, USA.
1445+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1446+ * Boston, MA 02110-1335 USA..
1447 */
1448
1449 #ifndef MARLIN_UNDO_MANAGER_H
1450
1451=== modified file 'libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.c'
1452--- libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.c 2017-01-06 16:28:43 +0000
1453+++ libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.c 2017-02-10 19:43:39 +0000
1454@@ -3,7 +3,7 @@
1455 *
1456 * Marlin is free software; you can redistribute it and/or
1457 * modify it under the terms of the GNU General Public License as
1458- * published by the Free Software Foundation; either version 2 of the
1459+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1460 * License, or (at your option) any later version.
1461 *
1462 * Marlin is distributed in the hope that it will be useful,
1463@@ -12,8 +12,8 @@
1464 * General Public License for more details.
1465 *
1466 * You should have received a copy of the GNU General Public License
1467- * along with this program; if not, write to the Free Software
1468- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1469+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1470+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1471 *
1472 */
1473
1474
1475=== modified file 'libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.h'
1476--- libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.h 2017-01-06 16:28:43 +0000
1477+++ libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.h 2017-02-10 19:43:39 +0000
1478@@ -3,7 +3,7 @@
1479 *
1480 * Marlin is free software; you can redistribute it and/or
1481 * modify it under the terms of the GNU General Public License as
1482- * published by the Free Software Foundation; either version 2 of the
1483+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1484 * License, or (at your option) any later version.
1485 *
1486 * Marlin is distributed in the hope that it will be useful,
1487@@ -12,8 +12,8 @@
1488 * General Public License for more details.
1489 *
1490 * You should have received a copy of the GNU General Public License
1491- * along with this program; if not, write to the Free Software
1492- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1493+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1494+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1495 *
1496 */
1497
1498
1499=== modified file 'libcore/tests/GOFDirectoryAsyncTests/tests.c'
1500--- libcore/tests/GOFDirectoryAsyncTests/tests.c 2017-02-01 17:06:53 +0000
1501+++ libcore/tests/GOFDirectoryAsyncTests/tests.c 2017-02-10 19:43:39 +0000
1502@@ -3,7 +3,7 @@
1503 *
1504 * Marlin is free software; you can redistribute it and/or
1505 * modify it under the terms of the GNU General Public License as
1506- * published by the Free Software Foundation; either version 2 of the
1507+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1508 * License, or (at your option) any later version.
1509 *
1510 * Marlin is distributed in the hope that it will be useful,
1511@@ -12,8 +12,8 @@
1512 * General Public License for more details.
1513 *
1514 * You should have received a copy of the GNU General Public License
1515- * along with this program; if not, write to the Free Software
1516- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1517+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1518+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1519 *
1520 */
1521
1522
1523=== modified file 'libcore/tests/GOFFileTests/marlincore-tests-gof.c'
1524--- libcore/tests/GOFFileTests/marlincore-tests-gof.c 2017-01-06 16:28:43 +0000
1525+++ libcore/tests/GOFFileTests/marlincore-tests-gof.c 2017-02-10 19:43:39 +0000
1526@@ -3,7 +3,7 @@
1527 *
1528 * Marlin is free software; you can redistribute it and/or
1529 * modify it under the terms of the GNU General Public License as
1530- * published by the Free Software Foundation; either version 2 of the
1531+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1532 * License, or (at your option) any later version.
1533 *
1534 * Marlin is distributed in the hope that it will be useful,
1535@@ -12,8 +12,8 @@
1536 * General Public License for more details.
1537 *
1538 * You should have received a copy of the GNU General Public License
1539- * along with this program; if not, write to the Free Software
1540- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1541+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1542+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1543 *
1544 */
1545
1546
1547=== modified file 'libcore/tests/GOFFileTests/marlincore-tests-gof.h'
1548--- libcore/tests/GOFFileTests/marlincore-tests-gof.h 2017-01-06 16:28:43 +0000
1549+++ libcore/tests/GOFFileTests/marlincore-tests-gof.h 2017-02-10 19:43:39 +0000
1550@@ -3,7 +3,7 @@
1551 *
1552 * Marlin is free software; you can redistribute it and/or
1553 * modify it under the terms of the GNU General Public License as
1554- * published by the Free Software Foundation; either version 2 of the
1555+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1556 * License, or (at your option) any later version.
1557 *
1558 * Marlin is distributed in the hope that it will be useful,
1559@@ -12,8 +12,8 @@
1560 * General Public License for more details.
1561 *
1562 * You should have received a copy of the GNU General Public License
1563- * along with this program; if not, write to the Free Software
1564- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1565+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1566+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1567 *
1568 */
1569
1570
1571=== modified file 'libcore/tests/GOFFileTests/tests.c'
1572--- libcore/tests/GOFFileTests/tests.c 2017-02-01 17:06:53 +0000
1573+++ libcore/tests/GOFFileTests/tests.c 2017-02-10 19:43:39 +0000
1574@@ -3,7 +3,7 @@
1575 *
1576 * Marlin is free software; you can redistribute it and/or
1577 * modify it under the terms of the GNU General Public License as
1578- * published by the Free Software Foundation; either version 2 of the
1579+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1580 * License, or (at your option) any later version.
1581 *
1582 * Marlin is distributed in the hope that it will be useful,
1583@@ -12,8 +12,8 @@
1584 * General Public License for more details.
1585 *
1586 * You should have received a copy of the GNU General Public License
1587- * along with this program; if not, write to the Free Software
1588- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1589+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1590+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1591 *
1592 */
1593
1594
1595=== modified file 'libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.c'
1596--- libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.c 2017-02-01 17:06:53 +0000
1597+++ libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.c 2017-02-10 19:43:39 +0000
1598@@ -3,7 +3,7 @@
1599 *
1600 * Marlin is free software; you can redistribute it and/or
1601 * modify it under the terms of the GNU General Public License as
1602- * published by the Free Software Foundation; either version 2 of the
1603+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1604 * License, or (at your option) any later version.
1605 *
1606 * Marlin is distributed in the hope that it will be useful,
1607@@ -12,9 +12,9 @@
1608 * General Public License for more details.
1609 *
1610 * You should have received a copy of the GNU General Public License
1611- * along with this program; if not, write to the Free Software
1612- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1613- *
1614+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1615+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1616+ *
1617 */
1618
1619 #include <stdlib.h>
1620
1621=== modified file 'libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.h'
1622--- libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.h 2017-01-06 16:28:43 +0000
1623+++ libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.h 2017-02-10 19:43:39 +0000
1624@@ -3,7 +3,7 @@
1625 *
1626 * Marlin is free software; you can redistribute it and/or
1627 * modify it under the terms of the GNU General Public License as
1628- * published by the Free Software Foundation; either version 2 of the
1629+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1630 * License, or (at your option) any later version.
1631 *
1632 * Marlin is distributed in the hope that it will be useful,
1633@@ -12,8 +12,8 @@
1634 * General Public License for more details.
1635 *
1636 * You should have received a copy of the GNU General Public License
1637- * along with this program; if not, write to the Free Software
1638- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1639+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1640+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1641 *
1642 */
1643
1644
1645=== modified file 'libcore/tests/MarlinIconInfoTests/tests.c'
1646--- libcore/tests/MarlinIconInfoTests/tests.c 2017-02-01 17:06:53 +0000
1647+++ libcore/tests/MarlinIconInfoTests/tests.c 2017-02-10 19:43:39 +0000
1648@@ -3,7 +3,7 @@
1649 *
1650 * Marlin is free software; you can redistribute it and/or
1651 * modify it under the terms of the GNU General Public License as
1652- * published by the Free Software Foundation; either version 2 of the
1653+ * published by the Free Software Foundation, Inc.,; either version 2 of the
1654 * License, or (at your option) any later version.
1655 *
1656 * Marlin is distributed in the hope that it will be useful,
1657@@ -12,8 +12,8 @@
1658 * General Public License for more details.
1659 *
1660 * You should have received a copy of the GNU General Public License
1661- * along with this program; if not, write to the Free Software
1662- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1663+ * along with this program; if not, write to the Free Software Foundation, Inc.,
1664+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
1665 *
1666 */
1667
1668
1669=== modified file 'libcore/tests/UtilTests/UtilTests.vala'
1670--- libcore/tests/UtilTests/UtilTests.vala 2017-01-06 16:28:43 +0000
1671+++ libcore/tests/UtilTests/UtilTests.vala 2017-02-10 19:43:39 +0000
1672@@ -3,7 +3,7 @@
1673 *
1674 * This program is free software; you can redistribute it and/or
1675 * modify it under the terms of the GNU General Public
1676-* License as published by the Free Software Foundation; either
1677+* License as published by the Free Software Foundation, Inc.,; either
1678 * version 3 of the License, or (at your option) any later version.
1679 *
1680 * This program is distributed in the hope that it will be useful,
1681@@ -13,8 +13,8 @@
1682 *
1683 * You should have received a copy of the GNU General Public
1684 * License along with this program; if not, write to the
1685-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1686-* Boston, MA 02111-1307, USA.
1687+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
1688+* MA 02110-1335 USA.
1689 *
1690 * Authored by: Jeremy Wootten <jeremy@elementaryos.org>
1691 */
1692
1693=== modified file 'libwidgets/Animations/Animations.vala'
1694--- libwidgets/Animations/Animations.vala 2016-12-31 19:42:09 +0000
1695+++ libwidgets/Animations/Animations.vala 2017-02-10 19:43:39 +0000
1696@@ -12,8 +12,8 @@
1697 more details.
1698
1699 You should have received a copy of the GNU General Public License along with
1700- this program; if not, write to the Free Software Foundation, Inc., 59 Temple
1701- Place, Suite 330, Boston, MA 02111-1307 USA
1702+ this program; if not, write to the Free Software Foundation, Inc.,
1703+ 51 Franklin Street, Fifth Floor Boston, MA 02110-1335 USA.
1704 ***/
1705
1706 namespace Marlin.Animation {
1707
1708=== modified file 'libwidgets/Chrome/BasicBreadcrumbsEntry.vala'
1709--- libwidgets/Chrome/BasicBreadcrumbsEntry.vala 2017-01-26 16:53:06 +0000
1710+++ libwidgets/Chrome/BasicBreadcrumbsEntry.vala 2017-02-10 19:43:39 +0000
1711@@ -13,8 +13,8 @@
1712
1713 You should have received a copy of the GNU General Public
1714 License along with this program; see the file COPYING. If not,
1715- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1716- Boston, MA 02111-1307, USA.
1717+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1718+ Boston, MA 02110-1335 USA.
1719
1720 ***/
1721
1722
1723=== modified file 'libwidgets/Chrome/BasicLocationBar.vala'
1724--- libwidgets/Chrome/BasicLocationBar.vala 2016-04-29 11:47:42 +0000
1725+++ libwidgets/Chrome/BasicLocationBar.vala 2017-02-10 19:43:39 +0000
1726@@ -14,8 +14,8 @@
1727
1728 You should have received a copy of the GNU General Public
1729 License along with this program; see the file COPYING. If not,
1730- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1731- Boston, MA 02111-1307, USA.
1732+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1733+ Boston, MA 02110-1335 USA.
1734
1735 ***/
1736
1737
1738=== modified file 'libwidgets/Chrome/BreadcrumbElement.vala'
1739--- libwidgets/Chrome/BreadcrumbElement.vala 2016-07-17 17:59:15 +0000
1740+++ libwidgets/Chrome/BreadcrumbElement.vala 2017-02-10 19:43:39 +0000
1741@@ -13,9 +13,9 @@
1742
1743 You should have received a copy of the GNU General Public
1744 License along with this program; see the file COPYING. If not,
1745- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1746- Boston, MA 02111-1307, USA.
1747-*
1748+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1749+ Boston, MA 02110-1335 USA.
1750+
1751 ***/
1752
1753 public class Marlin.View.Chrome.BreadcrumbElement : Object {
1754
1755=== modified file 'libwidgets/Chrome/BreadcrumbIconList.vala'
1756--- libwidgets/Chrome/BreadcrumbIconList.vala 2016-04-29 11:47:42 +0000
1757+++ libwidgets/Chrome/BreadcrumbIconList.vala 2017-02-10 19:43:39 +0000
1758@@ -1,3 +1,20 @@
1759+/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
1760+*
1761+* This program is free software; you can redistribute it and/or
1762+* modify it under the terms of the GNU General Public
1763+* License as published by the Free Software Foundation, Inc.,; either
1764+* version 3 of the License, or (at your option) any later version.
1765+*
1766+* This program is distributed in the hope that it will be useful,
1767+* but WITHOUT ANY WARRANTY; without even the implied warranty of
1768+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1769+* General Public License for more details.
1770+*
1771+* You should have received a copy of the GNU General Public
1772+* License along with this program; if not, write to the
1773+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1774+* Boston, MA 02110-1335 USA.
1775+*/
1776
1777 namespace Marlin.View.Chrome {
1778 public struct BreadcrumbIconInfo {
1779
1780=== modified file 'libwidgets/Welcome.vala'
1781--- libwidgets/Welcome.vala 2016-12-31 19:42:09 +0000
1782+++ libwidgets/Welcome.vala 2017-02-10 19:43:39 +0000
1783@@ -13,8 +13,8 @@
1784
1785 You should have received a copy of the GNU General Public
1786 License along with this program; see the file COPYING. If not,
1787- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1788- Boston, MA 02111-1307, USA.
1789+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
1790+ Boston, MA 02110-1335 USA.
1791
1792 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
1793
1794
1795=== modified file 'pantheon-files-daemon/client.vala'
1796--- pantheon-files-daemon/client.vala 2016-06-18 11:25:11 +0000
1797+++ pantheon-files-daemon/client.vala 2017-02-10 19:43:39 +0000
1798@@ -1,3 +1,19 @@
1799+/***
1800+ Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
1801+
1802+ This program is free software: you can redistribute it and/or modify it
1803+ under the terms of the GNU General Public License version 3, as published
1804+ by the Free Software Foundation.
1805+
1806+ This program is distributed in the hope that it will be useful, but
1807+ WITHOUT ANY WARRANTY; without even the implied warranties of
1808+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
1809+ PURPOSE. See the GNU General Public License for more details.
1810+
1811+ You should have received a copy of the GNU General Public License along
1812+ with this program. If not, see <http://www.gnu.org/licenses/>.
1813+***/
1814+
1815 [DBus (name = "org.pantheon.files.db")]
1816 interface Demo : Object {
1817 public abstract bool showTable (string table) throws IOError;
1818
1819=== modified file 'pantheon-files-daemon/miner.vala'
1820--- pantheon-files-daemon/miner.vala 2016-06-18 11:25:11 +0000
1821+++ pantheon-files-daemon/miner.vala 2017-02-10 19:43:39 +0000
1822@@ -1,3 +1,19 @@
1823+/***
1824+ Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
1825+
1826+ This program is free software: you can redistribute it and/or modify it
1827+ under the terms of the GNU General Public License version 3, as published
1828+ by the Free Software Foundation.
1829+
1830+ This program is distributed in the hope that it will be useful, but
1831+ WITHOUT ANY WARRANTY; without even the implied warranties of
1832+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
1833+ PURPOSE. See the GNU General Public License for more details.
1834+
1835+ You should have received a copy of the GNU General Public License along
1836+ with this program. If not, see <http://www.gnu.org/licenses/>.
1837+***/
1838+
1839 [DBus (name = "org.pantheon.files.db")]
1840 interface Tags : Object {
1841 public abstract bool showTable (string table) throws IOError;
1842
1843=== modified file 'plugins/network-places/plugin.vala'
1844--- plugins/network-places/plugin.vala 2015-05-03 06:44:42 +0000
1845+++ plugins/network-places/plugin.vala 2017-02-10 19:43:39 +0000
1846@@ -1,17 +1,17 @@
1847 /***
1848-
1849- Marlin is free software: you can redistribute it and/or modify it
1850- under the terms of the GNU General Public License as published by the
1851- Free Software Foundation, either version 3 of the License, or
1852- (at your option) any later version.
1853-
1854- Marlin is distributed in the hope that it will be useful, but
1855- WITHOUT ANY WARRANTY; without even the implied warranty of
1856- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1857- See the GNU General Public License for more details.
1858-
1859- You should have received a copy of the GNU General Public License along
1860- with this program. If not, see <http://www.gnu.org/licenses/>.
1861+ Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
1862+
1863+ This program is free software: you can redistribute it and/or modify it
1864+ under the terms of the GNU Lesser General Public License version 3, as published
1865+ by the Free Software Foundation.
1866+
1867+ This program is distributed in the hope that it will be useful, but
1868+ WITHOUT ANY WARRANTY; without even the implied warranties of
1869+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
1870+ PURPOSE. See the GNU General Public License for more details.
1871+
1872+ You should have received a copy of the GNU General Public License along
1873+ with this program. If not, see <http://www.gnu.org/licenses/>.
1874 ***/
1875
1876 /* See src/marlin-connect-server-dialog.c */
1877
1878=== modified file 'src/ClipboardManager.vala'
1879--- src/ClipboardManager.vala 2016-11-17 17:09:38 +0000
1880+++ src/ClipboardManager.vala 2017-02-10 19:43:39 +0000
1881@@ -17,8 +17,8 @@
1882
1883 You should have received a copy of the GNU General Public
1884 License along with this program; see the file COPYING. If not,
1885- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1886- Boston, MA 02111-1307, USA.
1887+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1888+ Boston, MA 02110-1335 USA.
1889
1890 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
1891
1892
1893=== modified file 'src/DesktopLauncher.vala'
1894--- src/DesktopLauncher.vala 2015-10-01 09:10:17 +0000
1895+++ src/DesktopLauncher.vala 2017-02-10 19:43:39 +0000
1896@@ -1,3 +1,18 @@
1897+/***
1898+ Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
1899+
1900+ This program is free software: you can redistribute it and/or modify it
1901+ under the terms of the GNU Lesser General Public License version 3, as published
1902+ by the Free Software Foundation.
1903+
1904+ This program is distributed in the hope that it will be useful, but
1905+ WITHOUT ANY WARRANTY; without even the implied warranties of
1906+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
1907+ PURPOSE. See the GNU General Public License for more details.
1908+
1909+ You should have received a copy of the GNU General Public License along
1910+ with this program. If not, see <http://www.gnu.org/licenses/>.
1911+***/
1912 namespace DesktopLauncher {
1913 /* Translatable launcher (.desktop) strings to be added to */
1914 /* template (.pot) file. These strings MUST reflect any */
1915
1916=== modified file 'src/Dialogs/AbstractPropertiesDialog.vala'
1917--- src/Dialogs/AbstractPropertiesDialog.vala 2016-12-31 19:42:09 +0000
1918+++ src/Dialogs/AbstractPropertiesDialog.vala 2017-02-10 19:43:39 +0000
1919@@ -4,7 +4,7 @@
1920 *
1921 * This program is free software; you can redistribute it and/or
1922 * modify it under the terms of the GNU General Public
1923-* License as published by the Free Software Foundation; either
1924+* License as published by the Free Software Foundation, Inc.,; either
1925 * version 3 of the License, or (at your option) any later version.
1926 *
1927 * This program is distributed in the hope that it will be useful,
1928@@ -14,8 +14,8 @@
1929 *
1930 * You should have received a copy of the GNU General Public
1931 * License along with this program; if not, write to the
1932-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1933-* Boston, MA 02111-1307, USA.
1934+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1935+* Boston, MA 02110-1335 USA.
1936 *
1937 * Authored by: ammonkey <am.monkeyd@gmail.com>
1938 */
1939
1940=== modified file 'src/Dialogs/ChooseAppDialog.vala'
1941--- src/Dialogs/ChooseAppDialog.vala 2016-12-31 19:42:09 +0000
1942+++ src/Dialogs/ChooseAppDialog.vala 2017-02-10 19:43:39 +0000
1943@@ -13,8 +13,8 @@
1944 *
1945 * You should have received a copy of the GNU General Public
1946 * License along with this program; if not, write to the
1947-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1948-* Boston, MA 02111-1307, USA.
1949+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1950+* Boston, MA 02110-1335 USA.
1951 *
1952 * Authored by: Jeremy Wootten <jeremy@elementaryos.org>
1953 */
1954
1955=== modified file 'src/Dialogs/PropertiesWindow.vala'
1956--- src/Dialogs/PropertiesWindow.vala 2016-12-31 19:42:09 +0000
1957+++ src/Dialogs/PropertiesWindow.vala 2017-02-10 19:43:39 +0000
1958@@ -14,8 +14,8 @@
1959 *
1960 * You should have received a copy of the GNU General Public
1961 * License along with this program; if not, write to the
1962-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1963-* Boston, MA 02111-1307, USA.
1964+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1965+* Boston, MA 02110-1335 USA.
1966 *
1967 * Authored by: ammonkey <am.monkeyd@gmail.com>
1968 */
1969
1970=== modified file 'src/Dialogs/VolumePropertiesWindow.vala'
1971--- src/Dialogs/VolumePropertiesWindow.vala 2016-12-31 19:42:09 +0000
1972+++ src/Dialogs/VolumePropertiesWindow.vala 2017-02-10 19:43:39 +0000
1973@@ -14,8 +14,8 @@
1974 *
1975 * You should have received a copy of the GNU General Public
1976 * License along with this program; if not, write to the
1977-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1978-* Boston, MA 02111-1307, USA.
1979+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1980+* Boston, MA 02110-1335 USA.
1981 *
1982 * Authored by: ammonkey <am.monkeyd@gmail.com>
1983 */
1984
1985=== modified file 'src/IconRenderer.vala'
1986--- src/IconRenderer.vala 2017-02-07 19:38:46 +0000
1987+++ src/IconRenderer.vala 2017-02-10 19:43:39 +0000
1988@@ -19,8 +19,8 @@
1989
1990 You should have received a copy of the GNU General Public
1991 License along with this program; see the file COPYING. If not,
1992- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1993- Boston, MA 02111-1307, USA.
1994+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1995+ Boston, MA 02110-1335 USA.
1996
1997 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
1998
1999
2000=== modified file 'src/Thumbnailer.vala'
2001--- src/Thumbnailer.vala 2016-07-16 20:34:01 +0000
2002+++ src/Thumbnailer.vala 2017-02-10 19:43:39 +0000
2003@@ -17,8 +17,8 @@
2004
2005 You should have received a copy of the GNU General Public
2006 License along with this program; see the Timeoutfile COPYING. If not,
2007- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2008- Boston, MA 02111-1307, USA.
2009+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2010+ Boston, MA 02110-1335 USA.
2011
2012 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
2013
2014
2015=== modified file 'src/Utils/Permissions.vala'
2016--- src/Utils/Permissions.vala 2016-12-27 16:46:32 +0000
2017+++ src/Utils/Permissions.vala 2017-02-10 19:43:39 +0000
2018@@ -13,8 +13,8 @@
2019 *
2020 * You should have received a copy of the GNU General Public
2021 * License along with this program; if not, write to the
2022-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2023-* Boston, MA 02111-1307, USA.
2024+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2025+* Boston, MA 02110-1335 USA.
2026 */
2027
2028 namespace Permissions {
2029
2030=== modified file 'src/View/DirectoryNotFound.vala'
2031--- src/View/DirectoryNotFound.vala 2015-12-26 19:42:49 +0000
2032+++ src/View/DirectoryNotFound.vala 2017-02-10 19:43:39 +0000
2033@@ -13,8 +13,8 @@
2034
2035 You should have received a copy of the GNU General Public
2036 License along with this program; see the file COPYING. If not,
2037- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2038- Boston, MA 02111-1307, USA.
2039+ write to the Free Software Foundation, Inc.,51 Franklin Street,
2040+ Fifth Floor, Boston, MA 02110-1335 USA.
2041
2042 ***/
2043
2044
2045=== modified file 'src/View/ViewContainer.vala'
2046--- src/View/ViewContainer.vala 2016-12-26 22:49:41 +0000
2047+++ src/View/ViewContainer.vala 2017-02-10 19:43:39 +0000
2048@@ -18,8 +18,8 @@
2049 GNU General Public License for more details.
2050
2051 You should have received a copy of the GNU General Public License
2052- along with this program; if not, write to the Free Software
2053- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2054+ along with this program; if not, write to the Free Software Foundation, Inc.,
2055+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
2056 ***/
2057
2058 using Marlin;
2059
2060=== modified file 'src/View/Widgets/BreadcrumbsEntry.vala'
2061--- src/View/Widgets/BreadcrumbsEntry.vala 2016-12-27 18:19:20 +0000
2062+++ src/View/Widgets/BreadcrumbsEntry.vala 2017-02-10 19:43:39 +0000
2063@@ -13,8 +13,8 @@
2064
2065 You should have received a copy of the GNU General Public
2066 License along with this program; see the file COPYING. If not,
2067- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2068- Boston, MA 02111-1307, USA.
2069+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2070+ Boston, MA 02110-1335 USA.
2071
2072 ***/
2073
2074
2075=== modified file 'src/View/Widgets/DiskRenderer.vala'
2076--- src/View/Widgets/DiskRenderer.vala 2016-12-24 16:15:18 +0000
2077+++ src/View/Widgets/DiskRenderer.vala 2017-02-10 19:43:39 +0000
2078@@ -14,8 +14,8 @@
2079
2080 You should have received a copy of the GNU General Public
2081 License along with this program; see the file COPYING. If not,
2082- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2083- Boston, MA 02111-1307, USA.
2084+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2085+ Boston, MA 02110-1335 USA.
2086
2087 ***/
2088
2089
2090=== modified file 'src/View/Widgets/Label.vala'
2091--- src/View/Widgets/Label.vala 2016-12-23 19:40:17 +0000
2092+++ src/View/Widgets/Label.vala 2017-02-10 19:43:39 +0000
2093@@ -13,8 +13,8 @@
2094 *
2095 * You should have received a copy of the GNU General Public
2096 * License along with this program; if not, write to the
2097-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2098-* Boston, MA 02111-1307, USA.
2099+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2100+* Boston, MA 02110-1335 USA.
2101 */
2102
2103 public class HeaderLabel : Gtk.Label {
2104
2105=== modified file 'src/View/Widgets/LocationBar.vala'
2106--- src/View/Widgets/LocationBar.vala 2017-01-28 16:15:20 +0000
2107+++ src/View/Widgets/LocationBar.vala 2017-02-10 19:43:39 +0000
2108@@ -14,8 +14,8 @@
2109
2110 You should have received a copy of the GNU General Public
2111 License along with this program; see the file COPYING. If not,
2112- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2113- Boston, MA 02111-1307, USA.
2114+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2115+ Boston, MA 02110-1335 USA.
2116
2117 ***/
2118
2119
2120=== modified file 'src/View/Widgets/PermissionButton.vala'
2121--- src/View/Widgets/PermissionButton.vala 2016-12-31 19:42:09 +0000
2122+++ src/View/Widgets/PermissionButton.vala 2017-02-10 19:43:39 +0000
2123@@ -3,7 +3,7 @@
2124 *
2125 * This program is free software; you can redistribute it and/or
2126 * modify it under the terms of the GNU General Public
2127-* License as published by the Free Software Foundation; either
2128+* License as published by the Free Software Foundation, Inc.,; either
2129 * version 2 of the License, or (at your option) any later version.
2130 *
2131 * This program is distributed in the hope that it will be useful,
2132@@ -13,8 +13,8 @@
2133 *
2134 * You should have received a copy of the GNU General Public
2135 * License along with this program; if not, write to the
2136-* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2137-* Boston, MA 02111-1307, USA.
2138+* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2139+* Boston, MA 02110-1335 USA.
2140 */
2141
2142 public class PermissionButton : Gtk.Grid {
2143
2144=== modified file 'src/marlin-connect-server-dialog.c'
2145--- src/marlin-connect-server-dialog.c 2015-05-18 17:16:42 +0000
2146+++ src/marlin-connect-server-dialog.c 2017-02-10 19:43:39 +0000
2147@@ -16,8 +16,8 @@
2148 *
2149 * You should have received a copy of the GNU General Public
2150 * License along with this program; see the file COPYING. If not,
2151- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2152- * Boston, MA 02111-1307, USA.
2153+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2154+ * Boston, MA 02110-1335 USA.
2155 */
2156
2157 #include <string.h>
2158
2159=== modified file 'src/marlin-connect-server-dialog.h'
2160--- src/marlin-connect-server-dialog.h 2013-05-27 10:54:46 +0000
2161+++ src/marlin-connect-server-dialog.h 2017-02-10 19:43:39 +0000
2162@@ -16,8 +16,8 @@
2163 *
2164 * You should have received a copy of the GNU General Public
2165 * License along with this program; see the file COPYING. If not,
2166- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
2167- * Boston, MA 02111-1307, USA.
2168+ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2169+ * Boston, MA 02110-1335 USA.
2170 */
2171
2172 #ifndef MARLIN_CONNECT_SERVER_DIALOG_H
2173
2174=== modified file 'src/marlin-global-preferences.h'
2175--- src/marlin-global-preferences.h 2014-04-17 19:09:23 +0000
2176+++ src/marlin-global-preferences.h 2017-02-10 19:43:39 +0000
2177@@ -1,3 +1,19 @@
2178+/***
2179+ Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
2180+
2181+ This program is free software: you can redistribute it and/or modify it
2182+ under the terms of the GNU Lesser General Public License version 3, as published
2183+ by the Free Software Foundation.
2184+
2185+ This program is distributed in the hope that it will be useful, but
2186+ WITHOUT ANY WARRANTY; without even the implied warranties of
2187+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
2188+ PURPOSE. See the GNU General Public License for more details.
2189+
2190+ You should have received a copy of the GNU General Public License along
2191+ with this program. If not, see <http://www.gnu.org/licenses/>.
2192+***/
2193+
2194 #ifndef H_MARLIN_GLOBAL_PREFERENCES
2195 #define H_MARLIN_GLOBAL_PREFERENCES
2196

Subscribers

People subscribed via source and target branches

to all changes: