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
=== modified file 'AUTHORS'
--- AUTHORS 2014-11-13 20:24:33 +0000
+++ AUTHORS 2017-02-10 19:43:39 +0000
@@ -1,3 +1,5 @@
1Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
2
1ammonkey <am.monkeyd@gmail.com>3ammonkey <am.monkeyd@gmail.com>
2Mathijs Henquet <mathijs.henquet@gmail.com>4Mathijs Henquet <mathijs.henquet@gmail.com>
3Robert Roth5Robert Roth
46
=== modified file 'HACKING'
--- HACKING 2015-05-10 06:22:31 +0000
+++ HACKING 2017-02-10 19:43:39 +0000
@@ -1,3 +1,5 @@
1Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
2
1====== Files - Contribute ======3====== Files - Contribute ======
24
3**This document is licensed under the LGPL 2.1.**5**This document is licensed under the LGPL 2.1.**
46
=== modified file 'INSTALL'
--- INSTALL 2015-06-07 07:21:39 +0000
+++ INSTALL 2017-02-10 19:43:39 +0000
@@ -1,3 +1,5 @@
1Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
2
1Requirements:3Requirements:
24
3- Vala >= 0.265- Vala >= 0.26
46
=== modified file 'README'
--- README 2015-05-10 06:22:31 +0000
+++ README 2017-02-10 19:43:39 +0000
@@ -1,3 +1,5 @@
1Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
2
1Files is a simple, powerful and sexy file manager.3Files is a simple, powerful and sexy file manager.
24
3Some of its features:5Some of its features:
46
=== modified file 'cmake/README'
--- cmake/README 2011-08-30 13:04:09 +0000
+++ cmake/README 2017-02-10 19:43:39 +0000
@@ -1,3 +1,5 @@
1Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
2
1 Elementary CMake modules3 Elementary CMake modules
24
3This is a set of CMake modules: Translations, GSettings, and Vala modules.5This is a set of CMake modules: Translations, GSettings, and Vala modules.
46
=== modified file 'filechooser-module/FileChooserDialog.vala'
--- filechooser-module/FileChooserDialog.vala 2016-08-12 10:13:52 +0000
+++ filechooser-module/FileChooserDialog.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU Library General Public14 * You should have received a copy of the GNU Library General Public
15 * License along with this library; if not, write to the15 * License along with this library; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Authored by: Adam Bieńkowski <donadigos159@gmail.com>19 * Authored by: Adam Bieńkowski <donadigos159@gmail.com>
20 */20 */
2121
=== modified file 'filechooser-module/Plugin.vala'
--- filechooser-module/Plugin.vala 2016-05-06 10:36:16 +0000
+++ filechooser-module/Plugin.vala 2017-02-10 19:43:39 +0000
@@ -14,8 +14,8 @@
14 *14 *
15 * You should have received a copy of the GNU Library General Public15 * You should have received a copy of the GNU Library General Public
16 * License along with this library; if not, write to the16 * License along with this library; if not, write to the
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 * Boston, MA 02111-1307, USA.18 * Boston, MA 02110-1335 USA.
19 *19 *
20 * Authored by: Corentin Noël <tintou@mailoo.org>20 * Authored by: Corentin Noël <tintou@mailoo.org>
21 */21 */
2222
=== modified file 'libcore/AbstractSidebar.vala'
--- libcore/AbstractSidebar.vala 2016-12-31 19:42:09 +0000
+++ libcore/AbstractSidebar.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
33
4 This program is free software: you can redistribute it and/or modify it4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU Lesser General Public License version 3, as published5 under the terms of the GNU Lesser General Public License version 3, as published
6 by the Free Software Foundation.6 by the Free Software Foundation, Inc.,.
77
8 This program is distributed in the hope that it will be useful, but8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranties of9 WITHOUT ANY WARRANTY; without even the implied warranties of
1010
=== modified file 'libcore/AbstractSlot.vala'
--- libcore/AbstractSlot.vala 2016-12-31 19:42:09 +0000
+++ libcore/AbstractSlot.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
33
4 This program is free software: you can redistribute it and/or modify it4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU Lesser General Public License version 3, as published5 under the terms of the GNU Lesser General Public License version 3, as published
6 by the Free Software Foundation.6 by the Free Software Foundation, Inc.,.
77
8 This program is distributed in the hope that it will be useful, but8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranties of9 WITHOUT ANY WARRANTY; without even the implied warranties of
1010
=== modified file 'libcore/Bookmark.vala'
--- libcore/Bookmark.vala 2016-12-31 19:42:09 +0000
+++ libcore/Bookmark.vala 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
44
5 This program is free software: you can redistribute it and/or modify it5 This program is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Lesser General Public License version 3, as published6 under the terms of the GNU Lesser General Public License version 3, as published
7 by the Free Software Foundation.7 by the Free Software Foundation, Inc.,.
88
9 This program is distributed in the hope that it will be useful, but9 This program is distributed in the hope that it will be useful, but
10 WITHOUT ANY WARRANTY; without even the implied warranties of10 WITHOUT ANY WARRANTY; without even the implied warranties of
1111
=== modified file 'libcore/BookmarkList.vala'
--- libcore/BookmarkList.vala 2016-12-31 19:42:09 +0000
+++ libcore/BookmarkList.vala 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
44
5 This program is free software: you can redistribute it and/or modify it5 This program is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Lesser General Public License version 3, as published6 under the terms of the GNU Lesser General Public License version 3, as published
7 by the Free Software Foundation.7 by the Free Software Foundation, Inc.,.
88
9 This program is distributed in the hope that it will be useful, but9 This program is distributed in the hope that it will be useful, but
10 WITHOUT ANY WARRANTY; without even the implied warranties of10 WITHOUT ANY WARRANTY; without even the implied warranties of
1111
=== modified file 'libcore/DndHandler.vala'
--- libcore/DndHandler.vala 2016-12-31 19:42:09 +0000
+++ libcore/DndHandler.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
33
4 This program is free software; you can redistribute it and/or modify4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or6 the Free Software Foundation, Inc.,; either version 2 of the License, or
7 (at your option) any later version.7 (at your option) any later version.
88
9 This program is distributed in the hope that it will be useful,9 This program is distributed in the hope that it will be useful,
1010
=== modified file 'libcore/Enums.vala'
--- libcore/Enums.vala 2017-01-28 16:15:20 +0000
+++ libcore/Enums.vala 2017-02-10 19:43:39 +0000
@@ -14,8 +14,8 @@
14 more details.14 more details.
1515
16 You should have received a copy of the GNU General Public License along with16 You should have received a copy of the GNU General Public License along with
17 this program; if not, write to the Free Software Foundation, Inc., 59 Temple17 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
18 Place, Suite 330, Boston, MA 02111-1307 USA18 Fifth Floor, Boston, MA 02110-1335 USA.
19 ***/19 ***/
2020
21namespace Marlin {21namespace Marlin {
2222
=== modified file 'libcore/FileUtils.vala'
--- libcore/FileUtils.vala 2017-02-01 14:42:37 +0000
+++ libcore/FileUtils.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
33
4 This program is free software: you can redistribute it and/or modify it4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU Lesser General Public License version 3, as published5 under the terms of the GNU Lesser General Public License version 3, as published
6 by the Free Software Foundation.6 by the Free Software Foundation, Inc.,.
77
8 This program is distributed in the hope that it will be useful, but8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranties of9 WITHOUT ANY WARRANTY; without even the implied warranties of
1010
=== modified file 'libcore/Plugin.vala'
--- libcore/Plugin.vala 2014-10-09 12:36:25 +0000
+++ libcore/Plugin.vala 2017-02-10 19:43:39 +0000
@@ -1,3 +1,21 @@
1/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
2 *
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License as
5 * published by the Free Software Foundation, Inc.,; either version 2 of
6 * the License, or (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public
14 * License along with this program; if not, write to the Free
15 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16 * Boston, MA 02110-1301, USA.
17 */
18
1public abstract class Marlin.Plugins.Base {19public abstract class Marlin.Plugins.Base {
2 public virtual void directory_loaded (void* data) { }20 public virtual void directory_loaded (void* data) { }
3 public virtual void context_menu (Gtk.Widget? widget, List<unowned GOF.File> files) { }21 public virtual void context_menu (Gtk.Widget? widget, List<unowned GOF.File> files) { }
422
=== modified file 'libcore/PluginManager.vala'
--- libcore/PluginManager.vala 2016-07-29 16:50:58 +0000
+++ libcore/PluginManager.vala 2017-02-10 19:43:39 +0000
@@ -7,7 +7,7 @@
77
8 Marlin is free software: you can redistribute it and/or modify it8 Marlin is free software: you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation, either version 3 of the License, or10 Free Software Foundation, Inc.,, either version 3 of the License, or
11 (at your option) any later version.11 (at your option) any later version.
1212
13 Marlin is distributed in the hope that it will be useful, but13 Marlin is distributed in the hope that it will be useful, but
1414
=== modified file 'libcore/SoundManager.vala'
--- libcore/SoundManager.vala 2016-12-31 19:42:09 +0000
+++ libcore/SoundManager.vala 2017-02-10 19:43:39 +0000
@@ -12,8 +12,8 @@
12 more details.12 more details.
1313
14 You should have received a copy of the GNU General Public License along with14 You should have received a copy of the GNU General Public License along with
15 this program; if not, write to the Free Software Foundation, Inc., 59 Temple15 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
16 Place, Suite 330, Boston, MA 02111-1307 USA16 Fifth Floor Boston, MA 02110-1335 USA.
1717
18 Authors : Jeremy Wootten <jeremy@elementaryos.org>18 Authors : Jeremy Wootten <jeremy@elementaryos.org>
1919
2020
=== modified file 'libcore/eel-accessibility.c'
--- libcore/eel-accessibility.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-accessibility.c 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
55
6 The Eel Library is free software; you can redistribute it and/or6 The Eel Library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Library General Public License as7 modify it under the terms of the GNU Library General Public License as
8 published by the Free Software Foundation; either version 2 of the8 published by the Free Software Foundation, Inc.,; either version 2 of the
9 License, or (at your option) any later version.9 License, or (at your option) any later version.
1010
11 The Eel Library is distributed in the hope that it will be useful,11 The Eel Library is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
1515
16 You should have received a copy of the GNU Library General Public16 You should have received a copy of the GNU Library General Public
17 License along with the Eel Library; see the file COPYING.LIB. If not,17 License along with the Eel Library; see the file COPYING.LIB. If not,
18 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 Boston, MA 02111-1307, USA.19 Boston, MA 02110-1335 USA.
2020
21 Authors: Anders Carlsson <andersca@gnu.org>21 Authors: Anders Carlsson <andersca@gnu.org>
22 Michael Meeks <michael@ximian.com>22 Michael Meeks <michael@ximian.com>
2323
=== modified file 'libcore/eel-accessibility.h'
--- libcore/eel-accessibility.h 2015-05-03 06:44:42 +0000
+++ libcore/eel-accessibility.h 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
55
6 The Eel Library is free software; you can redistribute it and/or6 The Eel Library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Library General Public License as7 modify it under the terms of the GNU Library General Public License as
8 published by the Free Software Foundation; either version 2 of the8 published by the Free Software Foundation, Inc.,; either version 2 of the
9 License, or (at your option) any later version.9 License, or (at your option) any later version.
1010
11 The Eel Library is distributed in the hope that it will be useful,11 The Eel Library is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
1515
16 You should have received a copy of the GNU Library General Public16 You should have received a copy of the GNU Library General Public
17 License along with the Eel Library; see the file COPYING.LIB. If not,17 License along with the Eel Library; see the file COPYING.LIB. If not,
18 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 Boston, MA 02111-1307, USA.19 Boston, MA 02110-1335 USA.
2020
21 Authors: Anders Carlsson <andersca@gnu.org>21 Authors: Anders Carlsson <andersca@gnu.org>
22*/22*/
2323
=== modified file 'libcore/eel-debug.c'
--- libcore/eel-debug.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-debug.c 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
66
7 This program is free software; you can redistribute it and/or7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public License as8 modify it under the terms of the GNU Library General Public License as
9 published by the Free Software Foundation; either version 2 of the9 published by the Free Software Foundation, Inc.,; either version 2 of the
10 License, or (at your option) any later version.10 License, or (at your option) any later version.
1111
12 This program is distributed in the hope that it will be useful,12 This program is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
1616
17 You should have received a copy of the GNU Library General Public17 You should have received a copy of the GNU Library General Public
18 License along with this program; if not, write to the18 License along with this program; if not, write to the
19 Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 Boston, MA 02111-1307, USA.20 Boston, MA 02110-1335 USA.
2121
22 Author: Darin Adler <darin@eazel.com>22 Author: Darin Adler <darin@eazel.com>
23*/23*/
2424
=== modified file 'libcore/eel-debug.h'
--- libcore/eel-debug.h 2015-05-03 06:44:42 +0000
+++ libcore/eel-debug.h 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
66
7 This program is free software; you can redistribute it and/or7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public License as8 modify it under the terms of the GNU Library General Public License as
9 published by the Free Software Foundation; either version 2 of the9 published by the Free Software Foundation, Inc.,; either version 2 of the
10 License, or (at your option) any later version.10 License, or (at your option) any later version.
1111
12 This program is distributed in the hope that it will be useful,12 This program is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
1616
17 You should have received a copy of the GNU Library General Public17 You should have received a copy of the GNU Library General Public
18 License along with this program; if not, write to the18 License along with this program; if not, write to the
19 Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 Boston, MA 02111-1307, USA.20 Boston, MA 02110-1335 USA.
2121
22 Author: Darin Adler <darin@eazel.com>22 Author: Darin Adler <darin@eazel.com>
23*/23*/
2424
=== modified file 'libcore/eel-fcts.c'
--- libcore/eel-fcts.c 2016-08-29 17:49:53 +0000
+++ libcore/eel-fcts.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * The Gnome Library is free software; you can redistribute it and/or4 * The Gnome Library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public License as5 * modify it under the terms of the GNU Library General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * The Gnome Library is distributed in the hope that it will be useful,9 * The Gnome Library is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU Library General Public14 * You should have received a copy of the GNU Library General Public
15 * License along with the Gnome Library; see the file COPYING.LIB. If not,15 * License along with the Gnome Library; see the file COPYING.LIB. If not,
16 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Authors: John Sullivan <sullivan@eazel.com>19 * Authors: John Sullivan <sullivan@eazel.com>
20 * Darin Adler <darin@bentspoon.com>20 * Darin Adler <darin@bentspoon.com>
2121
=== modified file 'libcore/eel-fcts.h'
--- libcore/eel-fcts.h 2016-08-29 17:49:53 +0000
+++ libcore/eel-fcts.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * The Gnome Library is free software; you can redistribute it and/or4 * The Gnome Library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public License as5 * modify it under the terms of the GNU Library General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * The Gnome Library is distributed in the hope that it will be useful,9 * The Gnome Library is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU Library General Public14 * You should have received a copy of the GNU Library General Public
15 * License along with the Gnome Library; see the file COPYING.LIB. If not,15 * License along with the Gnome Library; see the file COPYING.LIB. If not,
16 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Authors: John Sullivan <sullivan@eazel.com>19 * Authors: John Sullivan <sullivan@eazel.com>
20 * Darin Adler <darin@bentspoon.com>20 * Darin Adler <darin@bentspoon.com>
2121
=== modified file 'libcore/eel-gdk-pixbuf-extensions.c'
--- libcore/eel-gdk-pixbuf-extensions.c 2016-07-14 14:19:29 +0000
+++ libcore/eel-gdk-pixbuf-extensions.c 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * The Gnome Library is free software; you can redistribute it and/or5 * The Gnome Library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public License as6 * modify it under the terms of the GNU Library General Public License as
7 * published by the Free Software Foundation; either version 2 of the7 * published by the Free Software Foundation, Inc.,; either version 2 of the
8 * License, or (at your option) any later version.8 * License, or (at your option) any later version.
9 *9 *
10 * The Gnome Library is distributed in the hope that it will be useful,10 * The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
14 *14 *
15 * You should have received a copy of the GNU Library General Public15 * You should have received a copy of the GNU Library General Public
16 * License along with the Gnome Library; see the file COPYING.LIB. If not,16 * License along with the Gnome Library; see the file COPYING.LIB. If not,
17 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 * Boston, MA 02111-1307, USA.18 * Boston, MA 02110-1335 USA.
19 *19 *
20 * Authors: Darin Adler <darin@eazel.com>20 * Authors: Darin Adler <darin@eazel.com>
21 * Ramiro Estrugo <ramiro@eazel.com>21 * Ramiro Estrugo <ramiro@eazel.com>
2222
=== modified file 'libcore/eel-gdk-pixbuf-extensions.h'
--- libcore/eel-gdk-pixbuf-extensions.h 2012-01-09 03:13:39 +0000
+++ libcore/eel-gdk-pixbuf-extensions.h 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * The Gnome Library is free software; you can redistribute it and/or5 * The Gnome Library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public License as6 * modify it under the terms of the GNU Library General Public License as
7 * published by the Free Software Foundation; either version 2 of the7 * published by the Free Software Foundation, Inc.,; either version 2 of the
8 * License, or (at your option) any later version.8 * License, or (at your option) any later version.
9 *9 *
10 * The Gnome Library is distributed in the hope that it will be useful,10 * The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
14 *14 *
15 * You should have received a copy of the GNU Library General Public15 * You should have received a copy of the GNU Library General Public
16 * License along with the Gnome Library; see the file COPYING.LIB. If not,16 * License along with the Gnome Library; see the file COPYING.LIB. If not,
17 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 * Boston, MA 02111-1307, USA.18 * Boston, MA 02110-1335 USA.
19 *19 *
20 * Authors: Darin Adler <darin@eazel.com>20 * Authors: Darin Adler <darin@eazel.com>
21 * Ramiro Estrugo <ramiro@eazel.com>21 * Ramiro Estrugo <ramiro@eazel.com>
2222
=== modified file 'libcore/eel-gio-extensions.c'
--- libcore/eel-gio-extensions.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-gio-extensions.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This program is free software; you can redistribute it and/or4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of6 * published by the Free Software Foundation, Inc.,; either version 2 of
7 * the License, or (at your option) any later version.7 * the License, or (at your option) any later version.
8 *8 *
9 * This program is distributed in the hope that it will be useful,9 * This program is distributed in the hope that it will be useful,
1010
=== modified file 'libcore/eel-gio-extensions.h'
--- libcore/eel-gio-extensions.h 2013-08-10 20:20:23 +0000
+++ libcore/eel-gio-extensions.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This program is free software; you can redistribute it and/or4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of6 * published by the Free Software Foundation, Inc.,; either version 2 of
7 * the License, or (at your option) any later version.7 * the License, or (at your option) any later version.
8 *8 *
9 * This program is distributed in the hope that it will be useful,9 * This program is distributed in the hope that it will be useful,
1010
=== modified file 'libcore/eel-glib-extensions.c'
--- libcore/eel-glib-extensions.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-glib-extensions.c 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * The Gnome Library is free software; you can redistribute it and/or7 * The Gnome Library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public License as8 * modify it under the terms of the GNU Library General Public License as
9 * published by the Free Software Foundation; either version 2 of the9 * published by the Free Software Foundation, Inc.,; either version 2 of the
10 * License, or (at your option) any later version.10 * License, or (at your option) any later version.
11 *11 *
12 * The Gnome Library is distributed in the hope that it will be useful,12 * The Gnome Library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU Library General Public17 * You should have received a copy of the GNU Library General Public
18 * License along with the Gnome Library; see the file COPYING.LIB. If not,18 * License along with the Gnome Library; see the file COPYING.LIB. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 *21 *
22 * Authors: John Sullivan <sullivan@eazel.com>22 * Authors: John Sullivan <sullivan@eazel.com>
23 * ammonkey <am.monkeyd@gmail.com>23 * ammonkey <am.monkeyd@gmail.com>
2424
=== modified file 'libcore/eel-glib-extensions.h'
--- libcore/eel-glib-extensions.h 2013-08-10 20:20:23 +0000
+++ libcore/eel-glib-extensions.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This library is free software; you can redistribute it and/or modify4 * This library is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License5 * it under the terms of the GNU Lesser General Public License
6 * version 3.0 as published by the Free Software Foundation.6 * version 3.0 as published by the Free Software Foundation, Inc.,.
7 *7 *
8 * This library is distributed in the hope that it will be useful,8 * This library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1010
=== modified file 'libcore/eel-gtk-extensions.c'
--- libcore/eel-gtk-extensions.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-gtk-extensions.c 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * The Gnome Library is free software; you can redistribute it and/or7 * The Gnome Library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public License as8 * modify it under the terms of the GNU Library General Public License as
9 * published by the Free Software Foundation; either version 2 of the9 * published by the Free Software Foundation, Inc.,; either version 2 of the
10 * License, or (at your option) any later version.10 * License, or (at your option) any later version.
11 *11 *
12 * The Gnome Library is distributed in the hope that it will be useful,12 * The Gnome Library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU Library General Public17 * You should have received a copy of the GNU Library General Public
18 * License along with the Gnome Library; see the file COPYING.LIB. If not,18 * License along with the Gnome Library; see the file COPYING.LIB. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 *21 *
22 * Authors: John Sullivan <sullivan@eazel.com>22 * Authors: John Sullivan <sullivan@eazel.com>
23 * Ramiro Estrugo <ramiro@eazel.com>23 * Ramiro Estrugo <ramiro@eazel.com>
2424
=== modified file 'libcore/eel-gtk-extensions.h'
--- libcore/eel-gtk-extensions.h 2015-05-03 06:44:42 +0000
+++ libcore/eel-gtk-extensions.h 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
66
7 The Gnome Library is free software; you can redistribute it and/or7 The Gnome Library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public License as8 modify it under the terms of the GNU Library General Public License as
9 published by the Free Software Foundation; either version 2 of the9 published by the Free Software Foundation, Inc.,; either version 2 of the
10 License, or (at your option) any later version.10 License, or (at your option) any later version.
1111
12 The Gnome Library is distributed in the hope that it will be useful,12 The Gnome Library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
1616
17 You should have received a copy of the GNU Library General Public17 You should have received a copy of the GNU Library General Public
18 License along with the Gnome Library; see the file COPYING.LIB. If not,18 License along with the Gnome Library; see the file COPYING.LIB. If not,
19 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 Boston, MA 02111-1307, USA.20 Boston, MA 02110-1335 USA.
2121
22 Authors: John Sullivan <sullivan@eazel.com>22 Authors: John Sullivan <sullivan@eazel.com>
23 Ramiro Estrugo <ramiro@eazel.com>23 Ramiro Estrugo <ramiro@eazel.com>
2424
=== modified file 'libcore/eel-i18n.c'
--- libcore/eel-i18n.c 2013-08-01 21:24:46 +0000
+++ libcore/eel-i18n.c 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
44
5 The Gnome Library is free software; you can redistribute it and/or5 The Gnome Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as6 modify it under the terms of the GNU Library General Public License as
7 published by the Free Software Foundation; either version 2 of the7 published by the Free Software Foundation, Inc.,; either version 2 of the
8 License, or (at your option) any later version.8 License, or (at your option) any later version.
99
10 The Gnome Library is distributed in the hope that it will be useful,10 The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
1414
15 You should have received a copy of the GNU Library General Public15 You should have received a copy of the GNU Library General Public
16 License along with the Gnome Library; see the file COPYING.LIB. If not,16 License along with the Gnome Library; see the file COPYING.LIB. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 Boston, MA 02111-1307, USA.18 Boston, MA 02110-1335 USA.
1919
20 Authors: Frederic Crozat <fcrozat@mandrakesoft.com>20 Authors: Frederic Crozat <fcrozat@mandrakesoft.com>
21*/21*/
2222
=== modified file 'libcore/eel-i18n.h'
--- libcore/eel-i18n.h 2011-06-13 09:13:05 +0000
+++ libcore/eel-i18n.h 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
44
5 The Gnome Library is free software; you can redistribute it and/or5 The Gnome Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as6 modify it under the terms of the GNU Library General Public License as
7 published by the Free Software Foundation; either version 2 of the7 published by the Free Software Foundation, Inc.,; either version 2 of the
8 License, or (at your option) any later version.8 License, or (at your option) any later version.
99
10 The Gnome Library is distributed in the hope that it will be useful,10 The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
1414
15 You should have received a copy of the GNU Library General Public15 You should have received a copy of the GNU Library General Public
16 License along with the Gnome Library; see the file COPYING.LIB. If not,16 License along with the Gnome Library; see the file COPYING.LIB. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 Boston, MA 02111-1307, USA.18 Boston, MA 02110-1335 USA.
1919
20 Authors: Frederic Crozat <fcrozat@mandrakesoft.com>20 Authors: Frederic Crozat <fcrozat@mandrakesoft.com>
21*/21*/
2222
=== modified file 'libcore/eel-pango-extensions.c'
--- libcore/eel-pango-extensions.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-pango-extensions.c 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
13 * more details.13 * more details.
14 *14 *
15 * You should have received a copy of the GNU General Public License along with15 * You should have received a copy of the GNU General Public License along with
16 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple16 * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
17 * Place, Suite 330, Boston, MA 02111-1307 USA17 * Fifth Floor Boston, MA 02110-1335 USA.
18 */18 */
1919
20#ifdef HAVE_CONFIG_H20#ifdef HAVE_CONFIG_H
2121
=== modified file 'libcore/eel-pango-extensions.h'
--- libcore/eel-pango-extensions.h 2011-05-07 19:35:56 +0000
+++ libcore/eel-pango-extensions.h 2017-02-10 19:43:39 +0000
@@ -12,8 +12,8 @@
12 * more details.12 * more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License along with14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple15 * this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
16 * Place, Suite 330, Boston, MA 02111-1307 USA16 * Fifth Floor Boston, MA 02110-1335 USA.
17 */17 */
1818
19#ifndef __EEL_PANGO_EXTENSIONS_H__19#ifndef __EEL_PANGO_EXTENSIONS_H__
2020
=== modified file 'libcore/eel-stock-dialogs.c'
--- libcore/eel-stock-dialogs.c 2015-05-18 17:16:42 +0000
+++ libcore/eel-stock-dialogs.c 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * The Gnome Library is free software; you can redistribute it and/or5 * The Gnome Library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public License as6 * modify it under the terms of the GNU Library General Public License as
7 * published by the Free Software Foundation; either version 2 of the7 * published by the Free Software Foundation, Inc.,; either version 2 of the
8 * License, or (at your option) any later version.8 * License, or (at your option) any later version.
9 *9 *
10 * The Gnome Library is distributed in the hope that it will be useful,10 * The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
14 *14 *
15 * You should have received a copy of the GNU Library General Public15 * You should have received a copy of the GNU Library General Public
16 * License along with the Gnome Library; see the file COPYING.LIB. If not,16 * License along with the Gnome Library; see the file COPYING.LIB. If not,
17 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 * Boston, MA 02111-1307, USA.18 * Boston, MA 02110-1335 USA.
19 *19 *
20 * Authors: Darin Adler <darin@eazel.com>20 * Authors: Darin Adler <darin@eazel.com>
21 */21 */
2222
=== modified file 'libcore/eel-stock-dialogs.h'
--- libcore/eel-stock-dialogs.h 2011-05-07 19:35:56 +0000
+++ libcore/eel-stock-dialogs.h 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * The Gnome Library is free software; you can redistribute it and/or5 * The Gnome Library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public License as6 * modify it under the terms of the GNU Library General Public License as
7 * published by the Free Software Foundation; either version 2 of the7 * published by the Free Software Foundation, Inc.,; either version 2 of the
8 * License, or (at your option) any later version.8 * License, or (at your option) any later version.
9 *9 *
10 * The Gnome Library is distributed in the hope that it will be useful,10 * The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
14 *14 *
15 * You should have received a copy of the GNU Library General Public15 * You should have received a copy of the GNU Library General Public
16 * License along with the Gnome Library; see the file COPYING.LIB. If not,16 * License along with the Gnome Library; see the file COPYING.LIB. If not,
17 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 * Boston, MA 02111-1307, USA.18 * Boston, MA 02110-1335 USA.
19 *19 *
20 * Authors: Darin Adler <darin@eazel.com>20 * Authors: Darin Adler <darin@eazel.com>
21 */21 */
2222
=== modified file 'libcore/eel-string.c'
--- libcore/eel-string.c 2013-09-09 03:08:16 +0000
+++ libcore/eel-string.c 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * The Gnome Library is free software; you can redistribute it and/or7 * The Gnome Library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public License as8 * modify it under the terms of the GNU Library General Public License as
9 * published by the Free Software Foundation; either version 2 of the9 * published by the Free Software Foundation, Inc.,; either version 2 of the
10 * License, or (at your option) any later version.10 * License, or (at your option) any later version.
11 *11 *
12 * The Gnome Library is distributed in the hope that it will be useful,12 * The Gnome Library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU Library General Public17 * You should have received a copy of the GNU Library General Public
18 * License along with the Gnome Library; see the file COPYING.LIB. If not,18 * License along with the Gnome Library; see the file COPYING.LIB. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 *21 *
22 * Authors: Darin Adler <darin@eazel.com>22 * Authors: Darin Adler <darin@eazel.com>
23 */23 */
2424
=== modified file 'libcore/eel-string.h'
--- libcore/eel-string.h 2011-10-08 05:12:03 +0000
+++ libcore/eel-string.h 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * The Gnome Library is free software; you can redistribute it and/or7 * The Gnome Library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public License as8 * modify it under the terms of the GNU Library General Public License as
9 * published by the Free Software Foundation; either version 2 of the9 * published by the Free Software Foundation, Inc.,; either version 2 of the
10 * License, or (at your option) any later version.10 * License, or (at your option) any later version.
11 *11 *
12 * The Gnome Library is distributed in the hope that it will be useful,12 * The Gnome Library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU Library General Public17 * You should have received a copy of the GNU Library General Public
18 * License along with the Gnome Library; see the file COPYING.LIB. If not,18 * License along with the Gnome Library; see the file COPYING.LIB. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 *21 *
22 * Authors: Darin Adler <darin@eazel.com>22 * Authors: Darin Adler <darin@eazel.com>
23 */23 */
2424
=== modified file 'libcore/eel-ui.c'
--- libcore/eel-ui.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-ui.c 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * The Gnome Library is free software; you can redistribute it and/or6 * The Gnome Library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public License as7 * modify it under the terms of the GNU Library General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * The Gnome Library is distributed in the hope that it will be useful,11 * The Gnome Library is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU Library General Public16 * You should have received a copy of the GNU Library General Public
17 * License along with the Gnome Library; see the file COPYING.LIB. If not,17 * License along with the Gnome Library; see the file COPYING.LIB. If not,
18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Alexander Larsson <alexl@redhat.com>21 * Authors: Alexander Larsson <alexl@redhat.com>
22 */22 */
2323
=== modified file 'libcore/eel-ui.h'
--- libcore/eel-ui.h 2011-10-11 07:06:28 +0000
+++ libcore/eel-ui.h 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * The Gnome Library is free software; you can redistribute it and/or6 * The Gnome Library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public License as7 * modify it under the terms of the GNU Library General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * The Gnome Library is distributed in the hope that it will be useful,11 * The Gnome Library is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU Library General Public16 * You should have received a copy of the GNU Library General Public
17 * License along with the Gnome Library; see the file COPYING.LIB. If not,17 * License along with the Gnome Library; see the file COPYING.LIB. If not,
18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Alexander Larsson <alexl@redhat.com>21 * Authors: Alexander Larsson <alexl@redhat.com>
22 */22 */
2323
=== modified file 'libcore/eel-vfs-extensions.c'
--- libcore/eel-vfs-extensions.c 2015-05-03 06:44:42 +0000
+++ libcore/eel-vfs-extensions.c 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * The Gnome Library is free software; you can redistribute it and/or6 * The Gnome Library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public License as7 * modify it under the terms of the GNU Library General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * The Gnome Library is distributed in the hope that it will be useful,11 * The Gnome Library is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU Library General Public16 * You should have received a copy of the GNU Library General Public
17 * License along with the Gnome Library; see the file COPYING.LIB. If not,17 * License along with the Gnome Library; see the file COPYING.LIB. If not,
18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Darin Adler <darin@eazel.com>21 * Authors: Darin Adler <darin@eazel.com>
22 * Pavel Cisler <pavel@eazel.com>22 * Pavel Cisler <pavel@eazel.com>
2323
=== modified file 'libcore/eel-vfs-extensions.h'
--- libcore/eel-vfs-extensions.h 2015-05-03 06:44:42 +0000
+++ libcore/eel-vfs-extensions.h 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * The Gnome Library is free software; you can redistribute it and/or6 * The Gnome Library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public License as7 * modify it under the terms of the GNU Library General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * The Gnome Library is distributed in the hope that it will be useful,11 * The Gnome Library is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU Library General Public16 * You should have received a copy of the GNU Library General Public
17 * License along with the Gnome Library; see the file COPYING.LIB. If not,17 * License along with the Gnome Library; see the file COPYING.LIB. If not,
18 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Darin Adler <darin@eazel.com>21 * Authors: Darin Adler <darin@eazel.com>
22 * Pavel Cisler <pavel@eazel.com>22 * Pavel Cisler <pavel@eazel.com>
2323
=== modified file 'libcore/fm-list-model.c'
--- libcore/fm-list-model.c 2015-11-21 12:37:55 +0000
+++ libcore/fm-list-model.c 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * The Gnome Library is free software; you can redistribute it and/or7 * The Gnome Library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public License as8 * modify it under the terms of the GNU Library General Public License as
9 * published by the Free Software Foundation; either version 2 of the9 * published by the Free Software Foundation, Inc.,; either version 2 of the
10 * License, or (at your option) any later version.10 * License, or (at your option) any later version.
11 *11 *
12 * The Gnome Library is distributed in the hope that it will be useful,12 * The Gnome Library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU Library General Public17 * You should have received a copy of the GNU Library General Public
18 * License along with the Gnome Library; see the file COPYING.LIB. If not,18 * License along with the Gnome Library; see the file COPYING.LIB. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 *21 *
22 * Authors: Anders Carlsson <andersca@gnu.org>,22 * Authors: Anders Carlsson <andersca@gnu.org>,
23 * Soeren Sandmann (sandmann@daimi.au.dk),23 * Soeren Sandmann (sandmann@daimi.au.dk),
2424
=== modified file 'libcore/fm-list-model.h'
--- libcore/fm-list-model.h 2015-11-21 12:37:55 +0000
+++ libcore/fm-list-model.h 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * The Gnome Library is free software; you can redistribute it and/or7 * The Gnome Library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Library General Public License as8 * modify it under the terms of the GNU Library General Public License as
9 * published by the Free Software Foundation; either version 2 of the9 * published by the Free Software Foundation, Inc.,; either version 2 of the
10 * License, or (at your option) any later version.10 * License, or (at your option) any later version.
11 *11 *
12 * The Gnome Library is distributed in the hope that it will be useful,12 * The Gnome Library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU Library General Public17 * You should have received a copy of the GNU Library General Public
18 * License along with the Gnome Library; see the file COPYING.LIB. If not,18 * License along with the Gnome Library; see the file COPYING.LIB. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 *21 *
22 * Authors: Anders Carlsson <andersca@gnu.org>,22 * Authors: Anders Carlsson <andersca@gnu.org>,
23 * Soeren Sandmann (sandmann@daimi.au.dk),23 * Soeren Sandmann (sandmann@daimi.au.dk),
2424
=== modified file 'libcore/gof-callwhenready.vala'
--- libcore/gof-callwhenready.vala 2016-05-06 10:36:16 +0000
+++ libcore/gof-callwhenready.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
33
4 This program is free software: you can redistribute it and/or modify4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or6 the Free Software Foundation, Inc.,, either version 3 of the License, or
7 (at your option) any later version.7 (at your option) any later version.
88
9 This program is distributed in the hope that it will be useful,9 This program is distributed in the hope that it will be useful,
1010
=== modified file 'libcore/gof-directory-async.vala'
--- libcore/gof-directory-async.vala 2017-02-04 10:57:49 +0000
+++ libcore/gof-directory-async.vala 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
44
5 This program is free software: you can redistribute it and/or modify5 This program is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or7 the Free Software Foundation, Inc.,, either version 3 of the License, or
8 (at your option) any later version.8 (at your option) any later version.
99
10 This program is distributed in the hope that it will be useful,10 This program is distributed in the hope that it will be useful,
1111
=== modified file 'libcore/gof-file.c'
--- libcore/gof-file.c 2017-02-02 12:56:43 +0000
+++ libcore/gof-file.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This library is free software; you can redistribute it and/or modify4 * This library is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License5 * it under the terms of the GNU Lesser General Public License
6 * version 3.0 as published by the Free Software Foundation.6 * version 3.0 as published by the Free Software Foundation, Inc.,.
7 *7 *
8 * This library is distributed in the hope that it will be useful,8 * This library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1010
=== modified file 'libcore/gof-file.h'
--- libcore/gof-file.h 2016-09-18 11:51:08 +0000
+++ libcore/gof-file.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This library is free software; you can redistribute it and/or modify4 * This library is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License5 * it under the terms of the GNU Lesser General Public License
6 * version 3.0 as published by the Free Software Foundation.6 * version 3.0 as published by the Free Software Foundation, Inc.,.
7 *7 *
8 * This library is distributed in the hope that it will be useful,8 * This library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -45,7 +45,7 @@
45 * @GOF_FILE_THUMB_STATE_UNKNOWN : unknown whether there's a thumbnail.45 * @GOF_FILE_THUMB_STATE_UNKNOWN : unknown whether there's a thumbnail.
46 * @GOF_FILE_THUMB_STATE_NONE : no thumbnail is available.46 * @GOF_FILE_THUMB_STATE_NONE : no thumbnail is available.
47 * @GOF_FILE_THUMB_STATE_READY : a thumbnail is available.47 * @GOF_FILE_THUMB_STATE_READY : a thumbnail is available.
48 * @GOF_FILE_THUMB_STATE_LOADING : a thumbnail is being generated.48 * @GOF_FILE_THUMB_STATE_LOADING : a thumbnail is being loaded.
49 *49 *
50 * The state of the thumbnailing for a given #GOFFile.50 * The state of the thumbnailing for a given #GOFFile.
51 **/51 **/
@@ -269,5 +269,6 @@
269char *gof_file_get_display_target_uri (GOFFile *file);269char *gof_file_get_display_target_uri (GOFFile *file);
270G_END_DECLS270G_END_DECLS
271271
272#endif /* GOF_DIRECTORY_ASYNC_H */272#endif /* GOF_FILE_H */
273
273274
274275
=== modified file 'libcore/gof-preferences.vala'
--- libcore/gof-preferences.vala 2017-02-02 11:37:26 +0000
+++ libcore/gof-preferences.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
33
4 This program is free software: you can redistribute it and/or modify4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or6 the Free Software Foundation, Inc.,, either version 3 of the License, or
7 (at your option) any later version.7 (at your option) any later version.
88
9 This program is distributed in the hope that it will be useful,9 This program is distributed in the hope that it will be useful,
1010
=== modified file 'libcore/marlin-exec.c'
--- libcore/marlin-exec.c 2013-08-10 20:20:23 +0000
+++ libcore/marlin-exec.c 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * This program is free software; you can redistribute it and/or5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of7 * published by the Free Software Foundation, Inc.,; either version 2 of
8 * the License, or (at your option) any later version.8 * the License, or (at your option) any later version.
9 *9 *
10 * This program is distributed in the hope that it will be useful,10 * This program is distributed in the hope that it will be useful,
1111
=== modified file 'libcore/marlin-exec.h'
--- libcore/marlin-exec.h 2013-08-10 20:20:23 +0000
+++ libcore/marlin-exec.h 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * This program is free software; you can redistribute it and/or5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of7 * published by the Free Software Foundation, Inc.,; either version 2 of
8 * the License, or (at your option) any later version.8 * the License, or (at your option) any later version.
9 *9 *
10 * This program is distributed in the hope that it will be useful,10 * This program is distributed in the hope that it will be useful,
1111
=== modified file 'libcore/marlin-file-changes-queue.c'
--- libcore/marlin-file-changes-queue.c 2015-05-03 06:44:42 +0000
+++ libcore/marlin-file-changes-queue.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This program is free software; you can redistribute it and/or4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * This program is distributed in the hope that it will be useful,9 * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU General Public14 * You should have received a copy of the GNU General Public
15 * License along with this program; if not, write to the15 * License along with this program; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Author: Pavel Cisler <pavel@eazel.com>19 * Author: Pavel Cisler <pavel@eazel.com>
20 */20 */
2121
=== modified file 'libcore/marlin-file-changes-queue.h'
--- libcore/marlin-file-changes-queue.h 2013-08-10 20:20:23 +0000
+++ libcore/marlin-file-changes-queue.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This program is free software; you can redistribute it and/or4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * This program is distributed in the hope that it will be useful,9 * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU General Public14 * You should have received a copy of the GNU General Public
15 * License along with this program; if not, write to the15 * License along with this program; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Author: Pavel Cisler <pavel@eazel.com>19 * Author: Pavel Cisler <pavel@eazel.com>
20 */20 */
2121
=== modified file 'libcore/marlin-file-conflict-dialog.c'
--- libcore/marlin-file-conflict-dialog.c 2015-05-18 17:16:42 +0000
+++ libcore/marlin-file-conflict-dialog.c 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * This program is free software; you can redistribute it and/or6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * This program is distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU General Public16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Cosimo Cecchi <cosimoc@gnome.org>21 * Authors: Cosimo Cecchi <cosimoc@gnome.org>
22 */22 */
2323
=== modified file 'libcore/marlin-file-conflict-dialog.h'
--- libcore/marlin-file-conflict-dialog.h 2013-08-10 20:20:23 +0000
+++ libcore/marlin-file-conflict-dialog.h 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * This program is free software; you can redistribute it and/or6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * This program is distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU General Public16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Cosimo Cecchi <cosimoc@gnome.org>21 * Authors: Cosimo Cecchi <cosimoc@gnome.org>
22 */22 */
2323
=== modified file 'libcore/marlin-file-operations.c'
--- libcore/marlin-file-operations.c 2016-10-16 18:35:01 +0000
+++ libcore/marlin-file-operations.c 2017-02-10 19:43:39 +0000
@@ -1,11 +1,11 @@
1/* nautilus-file-operations: execute file operations.1/* nautilus-file-operations: execute file operations.
2 *2 *
3 * Copyright (C) 1999, 2000 Free Software Foundation3 * Copyright (C) 1999, 2000 Free Software Foundation, Inc.,
4 * Copyright (C) 2000, 2001 Eazel, Inc.4 * Copyright (C) 2000, 2001 Eazel, Inc.
5 *5 *
6 * This program is free software; you can redistribute it and/or6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * This program is distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU General Public16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Ettore Perazzoli <ettore@gnu.org>,21 * Authors: Ettore Perazzoli <ettore@gnu.org>,
22 * Pavel Cisler <pavel@eazel.com>22 * Pavel Cisler <pavel@eazel.com>
2323
=== modified file 'libcore/marlin-file-operations.h'
--- libcore/marlin-file-operations.h 2015-02-07 16:40:33 +0000
+++ libcore/marlin-file-operations.h 2017-02-10 19:43:39 +0000
@@ -1,11 +1,11 @@
1/* nautilus-file-operations: execute file operations.1/* nautilus-file-operations: execute file operations.
2 *2 *
3 * Copyright (C) 1999, 2000 Free Software Foundation3 * Copyright (C) 1999, 2000 Free Software Foundation, Inc.,
4 * Copyright (C) 2000, 2001 Eazel, Inc.4 * Copyright (C) 2000, 2001 Eazel, Inc.
5 *5 *
6 * This program is free software; you can redistribute it and/or6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * This program is distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU General Public16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Authors: Ettore Perazzoli <ettore@gnu.org>,21 * Authors: Ettore Perazzoli <ettore@gnu.org>,
22 * Pavel Cisler <pavel@eazel.com>22 * Pavel Cisler <pavel@eazel.com>
2323
=== modified file 'libcore/marlin-file-utilities.c'
--- libcore/marlin-file-utilities.c 2016-09-11 16:25:33 +0000
+++ libcore/marlin-file-utilities.c 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * The Gnome Library is free software; you can redistribute it and/or5 * The Gnome Library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public License as6 * modify it under the terms of the GNU Library General Public License as
7 * published by the Free Software Foundation; either version 2 of the7 * published by the Free Software Foundation, Inc.,; either version 2 of the
8 * License, or (at your option) any later version.8 * License, or (at your option) any later version.
9 *9 *
10 * The Gnome Library is distributed in the hope that it will be useful,10 * The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
14 *14 *
15 * You should have received a copy of the GNU Library General Public15 * You should have received a copy of the GNU Library General Public
16 * License along with the Gnome Library; see the file COPYING.LIB. If not,16 * License along with the Gnome Library; see the file COPYING.LIB. If not,
17 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 * Boston, MA 02111-1307, USA.18 * Boston, MA 02110-1335 USA.
19 *19 *
20 * Authors: John Sullivan <sullivan@eazel.com>20 * Authors: John Sullivan <sullivan@eazel.com>
21 */21 */
2222
=== modified file 'libcore/marlin-file-utilities.h'
--- libcore/marlin-file-utilities.h 2016-09-11 16:25:33 +0000
+++ libcore/marlin-file-utilities.h 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4 *4 *
5 * The Gnome Library is free software; you can redistribute it and/or5 * The Gnome Library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public License as6 * modify it under the terms of the GNU Library General Public License as
7 * published by the Free Software Foundation; either version 2 of the7 * published by the Free Software Foundation, Inc.,; either version 2 of the
8 * License, or (at your option) any later version.8 * License, or (at your option) any later version.
9 *9 *
10 * The Gnome Library is distributed in the hope that it will be useful,10 * The Gnome Library is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
14 *14 *
15 * You should have received a copy of the GNU Library General Public15 * You should have received a copy of the GNU Library General Public
16 * License along with the Gnome Library; see the file COPYING.LIB. If not,16 * License along with the Gnome Library; see the file COPYING.LIB. If not,
17 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 * Boston, MA 02111-1307, USA.18 * Boston, MA 02110-1335 USA.
19 *19 *
20 * Authors: John Sullivan <sullivan@eazel.com>20 * Authors: John Sullivan <sullivan@eazel.com>
21 */21 */
2222
=== modified file 'libcore/marlin-icon-info.c'
--- libcore/marlin-icon-info.c 2017-02-04 12:20:55 +0000
+++ libcore/marlin-icon-info.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This library is free software; you can redistribute it and/or4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either6 * License as published by the Free Software Foundation, Inc.,; either
7 * version 2 of the License, or (at your option) any later version.7 * version 2 of the License, or (at your option) any later version.
8 *8 *
9 * This library is distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU Library General Public14 * You should have received a copy of the GNU Library General Public
15 * License along with this library; if not, write to the15 * License along with this library; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 */18 */
1919
20//#include <config.h>20//#include <config.h>
2121
=== modified file 'libcore/marlin-icon-info.h'
--- libcore/marlin-icon-info.h 2014-05-10 16:01:09 +0000
+++ libcore/marlin-icon-info.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This library is free software; you can redistribute it and/or4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either6 * License as published by the Free Software Foundation, Inc.,; either
7 * version 2 of the License, or (at your option) any later version.7 * version 2 of the License, or (at your option) any later version.
8 *8 *
9 * This library is distributed in the hope that it will be useful,9 * This library is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU Library General Public14 * You should have received a copy of the GNU Library General Public
15 * License along with this library; if not, write to the15 * License along with this library; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 */18 */
1919
20#ifndef MARLIN_ICON_INFO_H20#ifndef MARLIN_ICON_INFO_H
2121
=== modified file 'libcore/marlin-icons.h'
--- libcore/marlin-icons.h 2016-05-05 16:10:28 +0000
+++ libcore/marlin-icons.h 2017-02-10 19:43:39 +0000
@@ -1,3 +1,21 @@
1/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
2 *
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License as
5 * published by the Free Software Foundation, Inc.,; either version 2 of
6 * the License, or (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public
14 * License along with this program; if not, write to the Free
15 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16 * Boston, MA 02110-1301, USA.
17 */
18
1#define MARLIN_ICON_HOME "user-home"19#define MARLIN_ICON_HOME "user-home"
2#define MARLIN_ICON_TRASH "user-trash"20#define MARLIN_ICON_TRASH "user-trash"
3#define MARLIN_ICON_TRASH_FULL "user-trash-full"21#define MARLIN_ICON_TRASH_FULL "user-trash-full"
422
=== modified file 'libcore/marlin-intl.h'
--- libcore/marlin-intl.h 2013-08-10 20:20:23 +0000
+++ libcore/marlin-intl.h 2017-02-10 19:43:39 +0000
@@ -1,3 +1,21 @@
1/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
2 *
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License as
5 * published by the Free Software Foundation, Inc.,; either version 2 of
6 * the License, or (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public
14 * License along with this program; if not, write to the Free
15 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
16 * Boston, MA 02110-1301, USA.
17 */
18
1#ifndef __MARLININTL_H__19#ifndef __MARLININTL_H__
2#define __MARLININTL_H__20#define __MARLININTL_H__
321
422
=== modified file 'libcore/marlin-progress-info-manager.c'
--- libcore/marlin-progress-info-manager.c 2016-06-24 18:59:29 +0000
+++ libcore/marlin-progress-info-manager.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU General Public14 * You should have received a copy of the GNU General Public
15 * License along with this program; see the file COPYING. If not,15 * License along with this program; see the file COPYING. If not,
16 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Author: Cosimo Cecchi <cosimoc@redhat.com>19 * Author: Cosimo Cecchi <cosimoc@redhat.com>
20 */20 */
2121
=== modified file 'libcore/marlin-progress-info-manager.h'
--- libcore/marlin-progress-info-manager.h 2016-06-24 18:59:29 +0000
+++ libcore/marlin-progress-info-manager.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU General Public14 * You should have received a copy of the GNU General Public
15 * License along with this program; see the file COPYING. If not,15 * License along with this program; see the file COPYING. If not,
16 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Author: Cosimo Cecchi <cosimoc@redhat.com>19 * Author: Cosimo Cecchi <cosimoc@redhat.com>
20 */20 */
2121
=== modified file 'libcore/marlin-progress-info.c'
--- libcore/marlin-progress-info.c 2016-06-24 18:59:29 +0000
+++ libcore/marlin-progress-info.c 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * This program is free software; you can redistribute it and/or6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * This program is distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU General Public16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Author: Alexander Larsson <alexl@redhat.com>21 * Author: Alexander Larsson <alexl@redhat.com>
22 */22 */
2323
=== modified file 'libcore/marlin-progress-info.h'
--- libcore/marlin-progress-info.h 2016-06-24 18:59:29 +0000
+++ libcore/marlin-progress-info.h 2017-02-10 19:43:39 +0000
@@ -5,7 +5,7 @@
5 *5 *
6 * This program is free software; you can redistribute it and/or6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the8 * published by the Free Software Foundation, Inc.,; either version 2 of the
9 * License, or (at your option) any later version.9 * License, or (at your option) any later version.
10 *10 *
11 * This program is distributed in the hope that it will be useful,11 * This program is distributed in the hope that it will be useful,
@@ -15,8 +15,8 @@
15 *15 *
16 * You should have received a copy of the GNU General Public16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
19 * Boston, MA 02111-1307, USA.19 * Boston, MA 02110-1335 USA.
20 *20 *
21 * Author: Alexander Larsson <alexl@redhat.com>21 * Author: Alexander Larsson <alexl@redhat.com>
22 */22 */
2323
=== modified file 'libcore/marlin-trash-monitor.c'
--- libcore/marlin-trash-monitor.c 2015-02-07 13:09:34 +0000
+++ libcore/marlin-trash-monitor.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This program is free software; you can redistribute it and/or4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * This program is distributed in the hope that it will be useful,9 * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU General Public14 * You should have received a copy of the GNU General Public
15 * License along with this program; if not, write to the15 * License along with this program; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Author: Pavel Cisler <pavel@eazel.com>19 * Author: Pavel Cisler <pavel@eazel.com>
20 */20 */
2121
=== modified file 'libcore/marlin-trash-monitor.h'
--- libcore/marlin-trash-monitor.h 2015-05-03 06:44:42 +0000
+++ libcore/marlin-trash-monitor.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * This program is free software; you can redistribute it and/or4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * This program is distributed in the hope that it will be useful,9 * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13 *13 *
14 * You should have received a copy of the GNU General Public14 * You should have received a copy of the GNU General Public
15 * License along with this program; if not, write to the15 * License along with this program; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 * Boston, MA 02111-1307, USA.17 * Boston, MA 02110-1335 USA.
18 *18 *
19 * Author: Pavel Cisler <pavel@eazel.com>19 * Author: Pavel Cisler <pavel@eazel.com>
20 */20 */
2121
=== modified file 'libcore/marlin-undostack-manager.c'
--- libcore/marlin-undostack-manager.c 2016-01-08 19:31:54 +0000
+++ libcore/marlin-undostack-manager.c 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * This library is free software; you can redistribute it and/or7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public8 * modify it under the terms of the GNU General Public
9 * License as published by the Free Software Foundation; either9 * License as published by the Free Software Foundation, Inc.,; either
10 * version 2 of the License, or (at your option) any later version.10 * version 2 of the License, or (at your option) any later version.
11 *11 *
12 * This library is distributed in the hope that it will be useful,12 * This library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU General Public17 * You should have received a copy of the GNU General Public
18 * License along with this library; if not, write to the18 * License along with this library; if not, write to the
19 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 */21 */
2222
23#include "marlin-undostack-manager.h"23#include "marlin-undostack-manager.h"
2424
=== modified file 'libcore/marlin-undostack-manager.h'
--- libcore/marlin-undostack-manager.h 2015-06-01 08:17:39 +0000
+++ libcore/marlin-undostack-manager.h 2017-02-10 19:43:39 +0000
@@ -6,7 +6,7 @@
6 *6 *
7 * This library is free software; you can redistribute it and/or7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public8 * modify it under the terms of the GNU General Public
9 * License as published by the Free Software Foundation; either9 * License as published by the Free Software Foundation, Inc.,; either
10 * version 2 of the License, or (at your option) any later version.10 * version 2 of the License, or (at your option) any later version.
11 *11 *
12 * This library is distributed in the hope that it will be useful,12 * This library is distributed in the hope that it will be useful,
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU General Public17 * You should have received a copy of the GNU General Public
18 * License along with this library; if not, write to the18 * License along with this library; if not, write to the
19 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA..
21 */21 */
2222
23#ifndef MARLIN_UNDO_MANAGER_H23#ifndef MARLIN_UNDO_MANAGER_H
2424
=== modified file 'libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.c'
--- libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.c 2017-01-06 16:28:43 +0000
+++ libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.h'
--- libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.h 2017-01-06 16:28:43 +0000
+++ libcore/tests/GOFDirectoryAsyncTests/marlincore-tests-file.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/GOFDirectoryAsyncTests/tests.c'
--- libcore/tests/GOFDirectoryAsyncTests/tests.c 2017-02-01 17:06:53 +0000
+++ libcore/tests/GOFDirectoryAsyncTests/tests.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/GOFFileTests/marlincore-tests-gof.c'
--- libcore/tests/GOFFileTests/marlincore-tests-gof.c 2017-01-06 16:28:43 +0000
+++ libcore/tests/GOFFileTests/marlincore-tests-gof.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/GOFFileTests/marlincore-tests-gof.h'
--- libcore/tests/GOFFileTests/marlincore-tests-gof.h 2017-01-06 16:28:43 +0000
+++ libcore/tests/GOFFileTests/marlincore-tests-gof.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/GOFFileTests/tests.c'
--- libcore/tests/GOFFileTests/tests.c 2017-02-01 17:06:53 +0000
+++ libcore/tests/GOFFileTests/tests.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.c'
--- libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.c 2017-02-01 17:06:53 +0000
+++ libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,9 +12,9 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
20#include <stdlib.h>20#include <stdlib.h>
2121
=== modified file 'libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.h'
--- libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.h 2017-01-06 16:28:43 +0000
+++ libcore/tests/MarlinIconInfoTests/marlincore-tests-icon-info.h 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/MarlinIconInfoTests/tests.c'
--- libcore/tests/MarlinIconInfoTests/tests.c 2017-02-01 17:06:53 +0000
+++ libcore/tests/MarlinIconInfoTests/tests.c 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3 *3 *
4 * Marlin is free software; you can redistribute it and/or4 * Marlin is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the6 * published by the Free Software Foundation, Inc.,; either version 2 of the
7 * License, or (at your option) any later version.7 * License, or (at your option) any later version.
8 *8 *
9 * Marlin is distributed in the hope that it will be useful,9 * Marlin is distributed in the hope that it will be useful,
@@ -12,8 +12,8 @@
12 * General Public License for more details.12 * General Public License for more details.
13 *13 *
14 * You should have received a copy of the GNU General Public License14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software15 * along with this program; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
17 *17 *
18 */18 */
1919
2020
=== modified file 'libcore/tests/UtilTests/UtilTests.vala'
--- libcore/tests/UtilTests/UtilTests.vala 2017-01-06 16:28:43 +0000
+++ libcore/tests/UtilTests/UtilTests.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
6* License as published by the Free Software Foundation; either6* License as published by the Free Software Foundation, Inc.,; either
7* version 3 of the License, or (at your option) any later version.7* version 3 of the License, or (at your option) any later version.
8*8*
9* This program is distributed in the hope that it will be useful,9* This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13*13*
14* You should have received a copy of the GNU General Public14* You should have received a copy of the GNU General Public
15* License along with this program; if not, write to the15* License along with this program; if not, write to the
16* Free Software Foundation, Inc., 59 Temple Place - Suite 330,16* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17* Boston, MA 02111-1307, USA.17* MA 02110-1335 USA.
18*18*
19* Authored by: Jeremy Wootten <jeremy@elementaryos.org>19* Authored by: Jeremy Wootten <jeremy@elementaryos.org>
20*/20*/
2121
=== modified file 'libwidgets/Animations/Animations.vala'
--- libwidgets/Animations/Animations.vala 2016-12-31 19:42:09 +0000
+++ libwidgets/Animations/Animations.vala 2017-02-10 19:43:39 +0000
@@ -12,8 +12,8 @@
12 more details.12 more details.
1313
14 You should have received a copy of the GNU General Public License along with14 You should have received a copy of the GNU General Public License along with
15 this program; if not, write to the Free Software Foundation, Inc., 59 Temple15 this program; if not, write to the Free Software Foundation, Inc.,
16 Place, Suite 330, Boston, MA 02111-1307 USA16 51 Franklin Street, Fifth Floor Boston, MA 02110-1335 USA.
17 ***/17 ***/
1818
19namespace Marlin.Animation {19namespace Marlin.Animation {
2020
=== modified file 'libwidgets/Chrome/BasicBreadcrumbsEntry.vala'
--- libwidgets/Chrome/BasicBreadcrumbsEntry.vala 2017-01-26 16:53:06 +0000
+++ libwidgets/Chrome/BasicBreadcrumbsEntry.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
1313
14 You should have received a copy of the GNU General Public14 You should have received a copy of the GNU General Public
15 License along with this program; see the file COPYING. If not,15 License along with this program; see the file COPYING. If not,
16 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 Boston, MA 02111-1307, USA.17 Boston, MA 02110-1335 USA.
1818
19***/19***/
2020
2121
=== modified file 'libwidgets/Chrome/BasicLocationBar.vala'
--- libwidgets/Chrome/BasicLocationBar.vala 2016-04-29 11:47:42 +0000
+++ libwidgets/Chrome/BasicLocationBar.vala 2017-02-10 19:43:39 +0000
@@ -14,8 +14,8 @@
1414
15 You should have received a copy of the GNU General Public15 You should have received a copy of the GNU General Public
16 License along with this program; see the file COPYING. If not,16 License along with this program; see the file COPYING. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
18 Boston, MA 02111-1307, USA.18 Boston, MA 02110-1335 USA.
1919
20***/20***/
2121
2222
=== modified file 'libwidgets/Chrome/BreadcrumbElement.vala'
--- libwidgets/Chrome/BreadcrumbElement.vala 2016-07-17 17:59:15 +0000
+++ libwidgets/Chrome/BreadcrumbElement.vala 2017-02-10 19:43:39 +0000
@@ -13,9 +13,9 @@
1313
14 You should have received a copy of the GNU General Public14 You should have received a copy of the GNU General Public
15 License along with this program; see the file COPYING. If not,15 License along with this program; see the file COPYING. If not,
16 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 Boston, MA 02111-1307, USA.17 Boston, MA 02110-1335 USA.
18*18
19***/19***/
2020
21public class Marlin.View.Chrome.BreadcrumbElement : Object {21public class Marlin.View.Chrome.BreadcrumbElement : Object {
2222
=== modified file 'libwidgets/Chrome/BreadcrumbIconList.vala'
--- libwidgets/Chrome/BreadcrumbIconList.vala 2016-04-29 11:47:42 +0000
+++ libwidgets/Chrome/BreadcrumbIconList.vala 2017-02-10 19:43:39 +0000
@@ -1,3 +1,20 @@
1/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
2*
3* This program is free software; you can redistribute it and/or
4* modify it under the terms of the GNU General Public
5* License as published by the Free Software Foundation, Inc.,; either
6* version 3 of the License, or (at your option) any later version.
7*
8* This program is distributed in the hope that it will be useful,
9* but WITHOUT ANY WARRANTY; without even the implied warranty of
10* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11* General Public License for more details.
12*
13* You should have received a copy of the GNU General Public
14* License along with this program; if not, write to the
15* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
16* Boston, MA 02110-1335 USA.
17*/
118
2namespace Marlin.View.Chrome {19namespace Marlin.View.Chrome {
3 public struct BreadcrumbIconInfo {20 public struct BreadcrumbIconInfo {
421
=== modified file 'libwidgets/Welcome.vala'
--- libwidgets/Welcome.vala 2016-12-31 19:42:09 +0000
+++ libwidgets/Welcome.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
1313
14 You should have received a copy of the GNU General Public14 You should have received a copy of the GNU General Public
15 License along with this program; see the file COPYING. If not,15 License along with this program; see the file COPYING. If not,
16 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor
17 Boston, MA 02111-1307, USA.17 Boston, MA 02110-1335 USA.
1818
19 Author(s): Jeremy Wootten <jeremy@elementaryos.org>19 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
2020
2121
=== modified file 'pantheon-files-daemon/client.vala'
--- pantheon-files-daemon/client.vala 2016-06-18 11:25:11 +0000
+++ pantheon-files-daemon/client.vala 2017-02-10 19:43:39 +0000
@@ -1,3 +1,19 @@
1/***
2 Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
3
4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU General Public License version 3, as published
6 by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranties of
10 MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
11 PURPOSE. See the GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License along
14 with this program. If not, see <http://www.gnu.org/licenses/>.
15***/
16
1[DBus (name = "org.pantheon.files.db")]17[DBus (name = "org.pantheon.files.db")]
2interface Demo : Object {18interface Demo : Object {
3 public abstract bool showTable (string table) throws IOError;19 public abstract bool showTable (string table) throws IOError;
420
=== modified file 'pantheon-files-daemon/miner.vala'
--- pantheon-files-daemon/miner.vala 2016-06-18 11:25:11 +0000
+++ pantheon-files-daemon/miner.vala 2017-02-10 19:43:39 +0000
@@ -1,3 +1,19 @@
1/***
2 Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
3
4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU General Public License version 3, as published
6 by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranties of
10 MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
11 PURPOSE. See the GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License along
14 with this program. If not, see <http://www.gnu.org/licenses/>.
15***/
16
1[DBus (name = "org.pantheon.files.db")]17[DBus (name = "org.pantheon.files.db")]
2interface Tags : Object {18interface Tags : Object {
3 public abstract bool showTable (string table) throws IOError;19 public abstract bool showTable (string table) throws IOError;
420
=== modified file 'plugins/network-places/plugin.vala'
--- plugins/network-places/plugin.vala 2015-05-03 06:44:42 +0000
+++ plugins/network-places/plugin.vala 2017-02-10 19:43:39 +0000
@@ -1,17 +1,17 @@
1/***1/***
22 Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
3 Marlin is free software: you can redistribute it and/or modify it3
4 under the terms of the GNU General Public License as published by the4 This program is free software: you can redistribute it and/or modify it
5 Free Software Foundation, either version 3 of the License, or5 under the terms of the GNU Lesser General Public License version 3, as published
6 (at your option) any later version.6 by the Free Software Foundation.
77
8 Marlin is distributed in the hope that it will be useful, but8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranty of9 WITHOUT ANY WARRANTY; without even the implied warranties of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.10 MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
11 See the GNU General Public License for more details.11 PURPOSE. See the GNU General Public License for more details.
1212
13 You should have received a copy of the GNU General Public License along13 You should have received a copy of the GNU General Public License along
14 with this program. If not, see <http://www.gnu.org/licenses/>.14 with this program. If not, see <http://www.gnu.org/licenses/>.
15***/15***/
1616
17/* See src/marlin-connect-server-dialog.c */17/* See src/marlin-connect-server-dialog.c */
1818
=== modified file 'src/ClipboardManager.vala'
--- src/ClipboardManager.vala 2016-11-17 17:09:38 +0000
+++ src/ClipboardManager.vala 2017-02-10 19:43:39 +0000
@@ -17,8 +17,8 @@
1717
18 You should have received a copy of the GNU General Public18 You should have received a copy of the GNU General Public
19 License along with this program; see the file COPYING. If not,19 License along with this program; see the file COPYING. If not,
20 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,20 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02111-1307, USA.21 Boston, MA 02110-1335 USA.
2222
23 Author(s): Jeremy Wootten <jeremy@elementaryos.org>23 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
2424
2525
=== modified file 'src/DesktopLauncher.vala'
--- src/DesktopLauncher.vala 2015-10-01 09:10:17 +0000
+++ src/DesktopLauncher.vala 2017-02-10 19:43:39 +0000
@@ -1,3 +1,18 @@
1/***
2 Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
3
4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU Lesser General Public License version 3, as published
6 by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranties of
10 MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
11 PURPOSE. See the GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License along
14 with this program. If not, see <http://www.gnu.org/licenses/>.
15***/
1namespace DesktopLauncher {16namespace DesktopLauncher {
2 /* Translatable launcher (.desktop) strings to be added to */17 /* Translatable launcher (.desktop) strings to be added to */
3 /* template (.pot) file. These strings MUST reflect any */18 /* template (.pot) file. These strings MUST reflect any */
419
=== modified file 'src/Dialogs/AbstractPropertiesDialog.vala'
--- src/Dialogs/AbstractPropertiesDialog.vala 2016-12-31 19:42:09 +0000
+++ src/Dialogs/AbstractPropertiesDialog.vala 2017-02-10 19:43:39 +0000
@@ -4,7 +4,7 @@
4*4*
5* This program is free software; you can redistribute it and/or5* This program is free software; you can redistribute it and/or
6* modify it under the terms of the GNU General Public6* modify it under the terms of the GNU General Public
7* License as published by the Free Software Foundation; either7* License as published by the Free Software Foundation, Inc.,; either
8* version 3 of the License, or (at your option) any later version.8* version 3 of the License, or (at your option) any later version.
9*9*
10* This program is distributed in the hope that it will be useful,10* This program is distributed in the hope that it will be useful,
@@ -14,8 +14,8 @@
14*14*
15* You should have received a copy of the GNU General Public15* You should have received a copy of the GNU General Public
16* License along with this program; if not, write to the16* License along with this program; if not, write to the
17* Free Software Foundation, Inc., 59 Temple Place - Suite 330,17* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18* Boston, MA 02111-1307, USA.18* Boston, MA 02110-1335 USA.
19*19*
20* Authored by: ammonkey <am.monkeyd@gmail.com>20* Authored by: ammonkey <am.monkeyd@gmail.com>
21*/21*/
2222
=== modified file 'src/Dialogs/ChooseAppDialog.vala'
--- src/Dialogs/ChooseAppDialog.vala 2016-12-31 19:42:09 +0000
+++ src/Dialogs/ChooseAppDialog.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
13*13*
14* You should have received a copy of the GNU General Public14* You should have received a copy of the GNU General Public
15* License along with this program; if not, write to the15* License along with this program; if not, write to the
16* Free Software Foundation, Inc., 59 Temple Place - Suite 330,16* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17* Boston, MA 02111-1307, USA.17* Boston, MA 02110-1335 USA.
18*18*
19* Authored by: Jeremy Wootten <jeremy@elementaryos.org>19* Authored by: Jeremy Wootten <jeremy@elementaryos.org>
20*/20*/
2121
=== modified file 'src/Dialogs/PropertiesWindow.vala'
--- src/Dialogs/PropertiesWindow.vala 2016-12-31 19:42:09 +0000
+++ src/Dialogs/PropertiesWindow.vala 2017-02-10 19:43:39 +0000
@@ -14,8 +14,8 @@
14*14*
15* You should have received a copy of the GNU General Public15* You should have received a copy of the GNU General Public
16* License along with this program; if not, write to the16* License along with this program; if not, write to the
17* Free Software Foundation, Inc., 59 Temple Place - Suite 330,17* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18* Boston, MA 02111-1307, USA.18* Boston, MA 02110-1335 USA.
19*19*
20* Authored by: ammonkey <am.monkeyd@gmail.com>20* Authored by: ammonkey <am.monkeyd@gmail.com>
21*/21*/
2222
=== modified file 'src/Dialogs/VolumePropertiesWindow.vala'
--- src/Dialogs/VolumePropertiesWindow.vala 2016-12-31 19:42:09 +0000
+++ src/Dialogs/VolumePropertiesWindow.vala 2017-02-10 19:43:39 +0000
@@ -14,8 +14,8 @@
14*14*
15* You should have received a copy of the GNU General Public15* You should have received a copy of the GNU General Public
16* License along with this program; if not, write to the16* License along with this program; if not, write to the
17* Free Software Foundation, Inc., 59 Temple Place - Suite 330,17* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18* Boston, MA 02111-1307, USA.18* Boston, MA 02110-1335 USA.
19*19*
20* Authored by: ammonkey <am.monkeyd@gmail.com>20* Authored by: ammonkey <am.monkeyd@gmail.com>
21*/21*/
2222
=== modified file 'src/IconRenderer.vala'
--- src/IconRenderer.vala 2017-02-07 19:38:46 +0000
+++ src/IconRenderer.vala 2017-02-10 19:43:39 +0000
@@ -19,8 +19,8 @@
1919
20 You should have received a copy of the GNU General Public20 You should have received a copy of the GNU General Public
21 License along with this program; see the file COPYING. If not,21 License along with this program; see the file COPYING. If not,
22 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,22 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 Boston, MA 02111-1307, USA.23 Boston, MA 02110-1335 USA.
2424
25 Author(s): Jeremy Wootten <jeremy@elementaryos.org>25 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
2626
2727
=== modified file 'src/Thumbnailer.vala'
--- src/Thumbnailer.vala 2016-07-16 20:34:01 +0000
+++ src/Thumbnailer.vala 2017-02-10 19:43:39 +0000
@@ -17,8 +17,8 @@
1717
18 You should have received a copy of the GNU General Public18 You should have received a copy of the GNU General Public
19 License along with this program; see the Timeoutfile COPYING. If not,19 License along with this program; see the Timeoutfile COPYING. If not,
20 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,20 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 Boston, MA 02111-1307, USA.21 Boston, MA 02110-1335 USA.
2222
23 Author(s): Jeremy Wootten <jeremy@elementaryos.org>23 Author(s): Jeremy Wootten <jeremy@elementaryos.org>
2424
2525
=== modified file 'src/Utils/Permissions.vala'
--- src/Utils/Permissions.vala 2016-12-27 16:46:32 +0000
+++ src/Utils/Permissions.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
13*13*
14* You should have received a copy of the GNU General Public14* You should have received a copy of the GNU General Public
15* License along with this program; if not, write to the15* License along with this program; if not, write to the
16* Free Software Foundation, Inc., 59 Temple Place - Suite 330,16* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17* Boston, MA 02111-1307, USA.17* Boston, MA 02110-1335 USA.
18*/18*/
1919
20namespace Permissions {20namespace Permissions {
2121
=== modified file 'src/View/DirectoryNotFound.vala'
--- src/View/DirectoryNotFound.vala 2015-12-26 19:42:49 +0000
+++ src/View/DirectoryNotFound.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
1313
14 You should have received a copy of the GNU General Public14 You should have received a copy of the GNU General Public
15 License along with this program; see the file COPYING. If not,15 License along with this program; see the file COPYING. If not,
16 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 write to the Free Software Foundation, Inc.,51 Franklin Street,
17 Boston, MA 02111-1307, USA.17 Fifth Floor, Boston, MA 02110-1335 USA.
1818
19***/19***/
2020
2121
=== modified file 'src/View/ViewContainer.vala'
--- src/View/ViewContainer.vala 2016-12-26 22:49:41 +0000
+++ src/View/ViewContainer.vala 2017-02-10 19:43:39 +0000
@@ -18,8 +18,8 @@
18 GNU General Public License for more details.18 GNU General Public License for more details.
1919
20 You should have received a copy of the GNU General Public License20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software21 along with this program; if not, write to the Free Software Foundation, Inc.,
22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA22 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA.
23***/23***/
2424
25using Marlin;25using Marlin;
2626
=== modified file 'src/View/Widgets/BreadcrumbsEntry.vala'
--- src/View/Widgets/BreadcrumbsEntry.vala 2016-12-27 18:19:20 +0000
+++ src/View/Widgets/BreadcrumbsEntry.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
1313
14 You should have received a copy of the GNU General Public14 You should have received a copy of the GNU General Public
15 License along with this program; see the file COPYING. If not,15 License along with this program; see the file COPYING. If not,
16 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,16 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02111-1307, USA.17 Boston, MA 02110-1335 USA.
1818
19***/19***/
2020
2121
=== modified file 'src/View/Widgets/DiskRenderer.vala'
--- src/View/Widgets/DiskRenderer.vala 2016-12-24 16:15:18 +0000
+++ src/View/Widgets/DiskRenderer.vala 2017-02-10 19:43:39 +0000
@@ -14,8 +14,8 @@
1414
15 You should have received a copy of the GNU General Public15 You should have received a copy of the GNU General Public
16 License along with this program; see the file COPYING. If not,16 License along with this program; see the file COPYING. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA.18 Boston, MA 02110-1335 USA.
1919
20***/20***/
2121
2222
=== modified file 'src/View/Widgets/Label.vala'
--- src/View/Widgets/Label.vala 2016-12-23 19:40:17 +0000
+++ src/View/Widgets/Label.vala 2017-02-10 19:43:39 +0000
@@ -13,8 +13,8 @@
13*13*
14* You should have received a copy of the GNU General Public14* You should have received a copy of the GNU General Public
15* License along with this program; if not, write to the15* License along with this program; if not, write to the
16* Free Software Foundation, Inc., 59 Temple Place - Suite 330,16* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17* Boston, MA 02111-1307, USA.17* Boston, MA 02110-1335 USA.
18*/18*/
1919
20public class HeaderLabel : Gtk.Label {20public class HeaderLabel : Gtk.Label {
2121
=== modified file 'src/View/Widgets/LocationBar.vala'
--- src/View/Widgets/LocationBar.vala 2017-01-28 16:15:20 +0000
+++ src/View/Widgets/LocationBar.vala 2017-02-10 19:43:39 +0000
@@ -14,8 +14,8 @@
1414
15 You should have received a copy of the GNU General Public15 You should have received a copy of the GNU General Public
16 License along with this program; see the file COPYING. If not,16 License along with this program; see the file COPYING. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,17 write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA.18 Boston, MA 02110-1335 USA.
1919
20***/20***/
2121
2222
=== modified file 'src/View/Widgets/PermissionButton.vala'
--- src/View/Widgets/PermissionButton.vala 2016-12-31 19:42:09 +0000
+++ src/View/Widgets/PermissionButton.vala 2017-02-10 19:43:39 +0000
@@ -3,7 +3,7 @@
3*3*
4* This program is free software; you can redistribute it and/or4* This program is free software; you can redistribute it and/or
5* modify it under the terms of the GNU General Public5* modify it under the terms of the GNU General Public
6* License as published by the Free Software Foundation; either6* License as published by the Free Software Foundation, Inc.,; either
7* version 2 of the License, or (at your option) any later version.7* version 2 of the License, or (at your option) any later version.
8*8*
9* This program is distributed in the hope that it will be useful,9* This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
13*13*
14* You should have received a copy of the GNU General Public14* You should have received a copy of the GNU General Public
15* License along with this program; if not, write to the15* License along with this program; if not, write to the
16* Free Software Foundation, Inc., 59 Temple Place - Suite 330,16* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17* Boston, MA 02111-1307, USA.17* Boston, MA 02110-1335 USA.
18*/18*/
1919
20public class PermissionButton : Gtk.Grid {20public class PermissionButton : Gtk.Grid {
2121
=== modified file 'src/marlin-connect-server-dialog.c'
--- src/marlin-connect-server-dialog.c 2015-05-18 17:16:42 +0000
+++ src/marlin-connect-server-dialog.c 2017-02-10 19:43:39 +0000
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU General Public17 * You should have received a copy of the GNU General Public
18 * License along with this program; see the file COPYING. If not,18 * License along with this program; see the file COPYING. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 */21 */
2222
23#include <string.h>23#include <string.h>
2424
=== modified file 'src/marlin-connect-server-dialog.h'
--- src/marlin-connect-server-dialog.h 2013-05-27 10:54:46 +0000
+++ src/marlin-connect-server-dialog.h 2017-02-10 19:43:39 +0000
@@ -16,8 +16,8 @@
16 *16 *
17 * You should have received a copy of the GNU General Public17 * You should have received a copy of the GNU General Public
18 * License along with this program; see the file COPYING. If not,18 * License along with this program; see the file COPYING. If not,
19 * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,19 * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 * Boston, MA 02111-1307, USA.20 * Boston, MA 02110-1335 USA.
21 */21 */
2222
23#ifndef MARLIN_CONNECT_SERVER_DIALOG_H23#ifndef MARLIN_CONNECT_SERVER_DIALOG_H
2424
=== modified file 'src/marlin-global-preferences.h'
--- src/marlin-global-preferences.h 2014-04-17 19:09:23 +0000
+++ src/marlin-global-preferences.h 2017-02-10 19:43:39 +0000
@@ -1,3 +1,19 @@
1/***
2 Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)
3
4 This program is free software: you can redistribute it and/or modify it
5 under the terms of the GNU Lesser General Public License version 3, as published
6 by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful, but
9 WITHOUT ANY WARRANTY; without even the implied warranties of
10 MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
11 PURPOSE. See the GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License along
14 with this program. If not, see <http://www.gnu.org/licenses/>.
15***/
16
1#ifndef H_MARLIN_GLOBAL_PREFERENCES17#ifndef H_MARLIN_GLOBAL_PREFERENCES
2#define H_MARLIN_GLOBAL_PREFERENCES18#define H_MARLIN_GLOBAL_PREFERENCES
319

Subscribers

People subscribed via source and target branches

to all changes: