diff --git a/CMakeLists.txt b/CMakeLists.txt index 08643a9d..9feb9f71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Geary build script -# Copyright 2011-2012 Yorba Foundation +# Copyright 2011-2013 Yorba Foundation # # Check http://webdev.elementaryos.org/docs/developer-guide/cmake for documentation diff --git a/Makefile.in b/Makefile.in index 357e8d90..3285ae2e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Makefile.in # -# Copyright 2012 Yorba Foundation +# Copyright 2012-2013 Yorba Foundation BUILD_DIR := build BINARIES := geary gearyd geary-console geary-mailer diff --git a/bindings/vapi/gmime-2.6/gmime-2.6-custom.vala b/bindings/vapi/gmime-2.6/gmime-2.6-custom.vala index 7a5a80b2..1aa22503 100644 --- a/bindings/vapi/gmime-2.6/gmime-2.6-custom.vala +++ b/bindings/vapi/gmime-2.6/gmime-2.6-custom.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ [CCode (cname="InternetAddress", cheader_filename="gmime/gmime.h", type_id="INTERNET_ADDRESS_TYPE", type_check_function="IS_INTERNET_ADDRESS")] diff --git a/cmake/FindIntltool.cmake b/cmake/FindIntltool.cmake index 45318c4b..7bfcdaa1 100644 --- a/cmake/FindIntltool.cmake +++ b/cmake/FindIntltool.cmake @@ -1,7 +1,7 @@ # FindIntltool.cmake # # Jim Nelson -# Copyright 2012 Yorba Foundation +# Copyright 2012-2013 Yorba Foundation find_program (INTLTOOL_MERGE_EXECUTABLE intltool-merge) diff --git a/configure b/configure index 4c30900c..8cc85415 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2012 Yorba Foundation +# Copyright 2012-2013 Yorba Foundation # # This software is licensed under the GNU LGPL (version 2.1 or later). # See the COPYING file in this distribution. diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e4039b51..97abce96 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # Geary build script -# Copyright 2011-2012 Yorba Foundation +# Copyright 2011-2013 Yorba Foundation set(COMMON_SRC common/common-arrays.vala diff --git a/src/client/composer/composer-window.vala b/src/client/composer/composer-window.vala index e3003b6d..23e762d2 100644 --- a/src/client/composer/composer-window.vala +++ b/src/client/composer/composer-window.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Window for sending messages. diff --git a/src/client/composer/contact-entry-completion.vala b/src/client/composer/contact-entry-completion.vala index 3a9471bb..14d12de4 100644 --- a/src/client/composer/contact-entry-completion.vala +++ b/src/client/composer/contact-entry-completion.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class ContactEntryCompletion : Gtk.EntryCompletion { diff --git a/src/client/composer/email-entry.vala b/src/client/composer/email-entry.vala index 88bbf4e4..c9f86711 100644 --- a/src/client/composer/email-entry.vala +++ b/src/client/composer/email-entry.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Displays a dialog for collecting the user's login data. diff --git a/src/client/composer/webview-edit-fixer.vala b/src/client/composer/webview-edit-fixer.vala index 3ec36a1a..f36c43a0 100644 --- a/src/client/composer/webview-edit-fixer.vala +++ b/src/client/composer/webview-edit-fixer.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/client/dialogs/alert-dialog.vala b/src/client/dialogs/alert-dialog.vala index 6c291a9f..8f02f527 100644 --- a/src/client/dialogs/alert-dialog.vala +++ b/src/client/dialogs/alert-dialog.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ abstract class AlertDialog : Object { diff --git a/src/client/dialogs/password-dialog.vala b/src/client/dialogs/password-dialog.vala index 7e563a75..4f6a5b97 100644 --- a/src/client/dialogs/password-dialog.vala +++ b/src/client/dialogs/password-dialog.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/client/dialogs/preferences-dialog.vala b/src/client/dialogs/preferences-dialog.vala index 6b1af04e..ca2470eb 100644 --- a/src/client/dialogs/preferences-dialog.vala +++ b/src/client/dialogs/preferences-dialog.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class PreferencesDialog : Object { diff --git a/src/client/folder-list/folder-list-account-branch.vala b/src/client/folder-list/folder-list-account-branch.vala index d331a0fa..6823dd37 100644 --- a/src/client/folder-list/folder-list-account-branch.vala +++ b/src/client/folder-list/folder-list-account-branch.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/client/folder-list/folder-list-folder-entry.vala b/src/client/folder-list/folder-list-folder-entry.vala index 17ac699b..abac9439 100644 --- a/src/client/folder-list/folder-list-folder-entry.vala +++ b/src/client/folder-list/folder-list-folder-entry.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/client/folder-list/folder-list-inbox-folder-entry.vala b/src/client/folder-list/folder-list-inbox-folder-entry.vala index f8370e36..04d656c4 100644 --- a/src/client/folder-list/folder-list-inbox-folder-entry.vala +++ b/src/client/folder-list/folder-list-inbox-folder-entry.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/client/folder-list/folder-list-inboxes-branch.vala b/src/client/folder-list/folder-list-inboxes-branch.vala index 8b9fcba8..f59236ad 100644 --- a/src/client/folder-list/folder-list-inboxes-branch.vala +++ b/src/client/folder-list/folder-list-inboxes-branch.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/client/folder-list/folder-list-special-grouping.vala b/src/client/folder-list/folder-list-special-grouping.vala index 130be533..f48deb24 100644 --- a/src/client/folder-list/folder-list-special-grouping.vala +++ b/src/client/folder-list/folder-list-special-grouping.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/client/folder-list/folder-list-tree.vala b/src/client/folder-list/folder-list-tree.vala index e6af37db..1463f7ef 100644 --- a/src/client/folder-list/folder-list-tree.vala +++ b/src/client/folder-list/folder-list-tree.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class FolderList.Tree : Sidebar.Tree { diff --git a/src/client/geary-application.vala b/src/client/geary-application.vala index bd60ad62..a069c02f 100644 --- a/src/client/geary-application.vala +++ b/src/client/geary-application.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Defined by CMake build script. diff --git a/src/client/geary-args.vala b/src/client/geary-args.vala index 2797048a..16113c94 100644 --- a/src/client/geary-args.vala +++ b/src/client/geary-args.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Args { diff --git a/src/client/geary-config.vala b/src/client/geary-config.vala index 93617e70..5351fa86 100644 --- a/src/client/geary-config.vala +++ b/src/client/geary-config.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Wrapper class for GSettings. diff --git a/src/client/geary-controller.vala b/src/client/geary-controller.vala index bdfb4c8a..c1d15342 100644 --- a/src/client/geary-controller.vala +++ b/src/client/geary-controller.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Primary controller object for Geary. diff --git a/src/client/main.vala b/src/client/main.vala index eb1229da..3914033c 100644 --- a/src/client/main.vala +++ b/src/client/main.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ int main(string[] args) { diff --git a/src/client/models/conversation-list-store.vala b/src/client/models/conversation-list-store.vala index 58a10eaa..eadb9e94 100644 --- a/src/client/models/conversation-list-store.vala +++ b/src/client/models/conversation-list-store.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class ConversationListStore : Gtk.ListStore { diff --git a/src/client/notification/libmessagingmenu.vala b/src/client/notification/libmessagingmenu.vala index cd8e9110..b06b62f0 100644 --- a/src/client/notification/libmessagingmenu.vala +++ b/src/client/notification/libmessagingmenu.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/client/notification/new-messages-indicator.vala b/src/client/notification/new-messages-indicator.vala index 99affb0f..209e097c 100644 --- a/src/client/notification/new-messages-indicator.vala +++ b/src/client/notification/new-messages-indicator.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // This is coded this way to allow for multiple indicators to coexist in code (if not diff --git a/src/client/notification/new-messages-monitor.vala b/src/client/notification/new-messages-monitor.vala index 6aa00b89..eb86fb31 100644 --- a/src/client/notification/new-messages-monitor.vala +++ b/src/client/notification/new-messages-monitor.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // NewMessagesMonitor is a central data store for new message information that the various diff --git a/src/client/notification/notification-bubble.vala b/src/client/notification/notification-bubble.vala index c79638bf..3bfa2a18 100644 --- a/src/client/notification/notification-bubble.vala +++ b/src/client/notification/notification-bubble.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Displays a notification bubble diff --git a/src/client/notification/null-indicator.vala b/src/client/notification/null-indicator.vala index 0abbf2f2..e96c2073 100644 --- a/src/client/notification/null-indicator.vala +++ b/src/client/notification/null-indicator.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Do-nothing NewMessagesIndicator, used on non-Ubuntu compiles. diff --git a/src/client/notification/unity-launcher.vala b/src/client/notification/unity-launcher.vala index 43b0d9d2..572054fc 100644 --- a/src/client/notification/unity-launcher.vala +++ b/src/client/notification/unity-launcher.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class UnityLauncher : Geary.BaseObject { diff --git a/src/client/secret-mediator.vala b/src/client/secret-mediator.vala index 747530a7..ef9f71cf 100644 --- a/src/client/secret-mediator.vala +++ b/src/client/secret-mediator.vala @@ -1,7 +1,7 @@ /* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // LibSecret password adapter. diff --git a/src/client/sidebar/sidebar-branch.vala b/src/client/sidebar/sidebar-branch.vala index e26f9e1a..a262b1a1 100644 --- a/src/client/sidebar/sidebar-branch.vala +++ b/src/client/sidebar/sidebar-branch.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public delegate bool Locator(G item); diff --git a/src/client/sidebar/sidebar-common.vala b/src/client/sidebar/sidebar-common.vala index 3cc967d9..87a94cb0 100644 --- a/src/client/sidebar/sidebar-common.vala +++ b/src/client/sidebar/sidebar-common.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // A simple grouping Entry that is only expandable diff --git a/src/client/sidebar/sidebar-entry.vala b/src/client/sidebar/sidebar-entry.vala index 7c324e14..a49b20cd 100644 --- a/src/client/sidebar/sidebar-entry.vala +++ b/src/client/sidebar/sidebar-entry.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public interface Sidebar.Entry : Object { diff --git a/src/client/sidebar/sidebar-tree.vala b/src/client/sidebar/sidebar-tree.vala index f944206b..ef3eb3d2 100644 --- a/src/client/sidebar/sidebar-tree.vala +++ b/src/client/sidebar/sidebar-tree.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Sidebar.Tree : Gtk.TreeView { diff --git a/src/client/ui/folder-menu.vala b/src/client/ui/folder-menu.vala index f4e99265..4f8f7c88 100644 --- a/src/client/ui/folder-menu.vala +++ b/src/client/ui/folder-menu.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class FolderMenu : GtkUtil.ToggleToolbarDropdown { diff --git a/src/client/ui/icon-factory.vala b/src/client/ui/icon-factory.vala index a14aad5a..365c6633 100644 --- a/src/client/ui/icon-factory.vala +++ b/src/client/ui/icon-factory.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Singleton class to hold icons. diff --git a/src/client/ui/main-toolbar.vala b/src/client/ui/main-toolbar.vala index e7d38657..cfaee123 100644 --- a/src/client/ui/main-toolbar.vala +++ b/src/client/ui/main-toolbar.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Draws the main toolbar. diff --git a/src/client/ui/main-window.vala b/src/client/ui/main-window.vala index 0610d5d4..e32d1b12 100644 --- a/src/client/ui/main-window.vala +++ b/src/client/ui/main-window.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class MainWindow : Gtk.Window { diff --git a/src/client/util/util-date.vala b/src/client/util/util-date.vala index fe2a5408..4d4df1ef 100644 --- a/src/client/util/util-date.vala +++ b/src/client/util/util-date.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Date { diff --git a/src/client/util/util-email.vala b/src/client/util/util-email.vala index 4b369b15..859b0fa7 100644 --- a/src/client/util/util-email.vala +++ b/src/client/util/util-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public int compare_conversation_ascending(Geary.Conversation a, Geary.Conversation b) { diff --git a/src/client/util/util-files.vala b/src/client/util/util-files.vala index 7a9e3f47..5ff6a0ce 100644 --- a/src/client/util/util-files.vala +++ b/src/client/util/util-files.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Files { diff --git a/src/client/util/util-gravatar.vala b/src/client/util/util-gravatar.vala index 1965031a..4290a1a5 100644 --- a/src/client/util/util-gravatar.vala +++ b/src/client/util/util-gravatar.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Gravatar { diff --git a/src/client/util/util-gtk.vala b/src/client/util/util-gtk.vala index 47006793..ab6c469d 100644 --- a/src/client/util/util-gtk.vala +++ b/src/client/util/util-gtk.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace GtkUtil { diff --git a/src/client/util/util-webkit.vala b/src/client/util/util-webkit.vala index f1295844..98c18139 100644 --- a/src/client/util/util-webkit.vala +++ b/src/client/util/util-webkit.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Regex to detect URLs. diff --git a/src/client/views/conversation-list-cell-renderer.vala b/src/client/views/conversation-list-cell-renderer.vala index afbef050..d0f29394 100644 --- a/src/client/views/conversation-list-cell-renderer.vala +++ b/src/client/views/conversation-list-cell-renderer.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class ConversationListCellRenderer : Gtk.CellRenderer { diff --git a/src/client/views/conversation-list-view.vala b/src/client/views/conversation-list-view.vala index 1a621703..0d7962ae 100644 --- a/src/client/views/conversation-list-view.vala +++ b/src/client/views/conversation-list-view.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class ConversationListView : Gtk.TreeView { diff --git a/src/client/views/conversation-viewer.vala b/src/client/views/conversation-viewer.vala index ebccf943..98b2cf1c 100644 --- a/src/client/views/conversation-viewer.vala +++ b/src/client/views/conversation-viewer.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class ConversationViewer : Gtk.Box { diff --git a/src/client/views/conversation-web-view.vala b/src/client/views/conversation-web-view.vala index dcab4808..3038c857 100644 --- a/src/client/views/conversation-web-view.vala +++ b/src/client/views/conversation-web-view.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class ConversationWebView : WebKit.WebView { diff --git a/src/client/views/formatted-conversation-data.vala b/src/client/views/formatted-conversation-data.vala index e21d7972..1d9404fc 100644 --- a/src/client/views/formatted-conversation-data.vala +++ b/src/client/views/formatted-conversation-data.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Stores formatted data for a message. diff --git a/src/common/common-arrays.vala b/src/common/common-arrays.vala index f58749ca..29f3c6aa 100644 --- a/src/common/common-arrays.vala +++ b/src/common/common-arrays.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Arrays { diff --git a/src/common/common-async.vala b/src/common/common-async.vala index 7b466657..a409b689 100644 --- a/src/common/common-async.vala +++ b/src/common/common-async.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/common/common-international.vala b/src/common/common-international.vala index dc180015..34fd4b1f 100644 --- a/src/common/common-international.vala +++ b/src/common/common-international.vala @@ -1,7 +1,7 @@ -/* Copyright 2009-2012 Yorba Foundation +/* Copyright 2009-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ extern const string LANGUAGE_SUPPORT_DIRECTORY; diff --git a/src/common/common-yorba-application.vala b/src/common/common-yorba-application.vala index b935cb15..ffab17f8 100644 --- a/src/common/common-yorba-application.vala +++ b/src/common/common-yorba-application.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/console/main.vala b/src/console/main.vala index e8042eb6..63e9495e 100644 --- a/src/console/main.vala +++ b/src/console/main.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Defined by CMake build script. diff --git a/src/dbusservice/controller.vala b/src/dbusservice/controller.vala index d1eaf480..102c1e25 100644 --- a/src/dbusservice/controller.vala +++ b/src/dbusservice/controller.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.DBus.Controller { diff --git a/src/dbusservice/database.vala b/src/dbusservice/database.vala index eab5bf67..6239c70b 100644 --- a/src/dbusservice/database.vala +++ b/src/dbusservice/database.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.DBus { diff --git a/src/dbusservice/dbus-conversation.vala b/src/dbusservice/dbus-conversation.vala index 34383b7e..cc9d5382 100644 --- a/src/dbusservice/dbus-conversation.vala +++ b/src/dbusservice/dbus-conversation.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ [DBus (name = "org.yorba.Geary.Conversation", timeout = 120000)] diff --git a/src/dbusservice/dbus-conversations.vala b/src/dbusservice/dbus-conversations.vala index e7e5f309..2de5b6f7 100644 --- a/src/dbusservice/dbus-conversations.vala +++ b/src/dbusservice/dbus-conversations.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ [DBus (name = "org.yorba.Geary.Conversations", timeout = 120000)] diff --git a/src/dbusservice/dbus-email.vala b/src/dbusservice/dbus-email.vala index f5b821be..fdc29d5f 100644 --- a/src/dbusservice/dbus-email.vala +++ b/src/dbusservice/dbus-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ [DBus (name = "org.yorba.Geary.Email", timeout = 120000)] diff --git a/src/dbusservice/main.vala b/src/dbusservice/main.vala index dad9230f..ea76f0e0 100644 --- a/src/dbusservice/main.vala +++ b/src/dbusservice/main.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ int main(string[] args) { diff --git a/src/engine/abstract/geary-abstract-account.vala b/src/engine/abstract/geary-abstract-account.vala index 30fd75f5..df7a17ac 100644 --- a/src/engine/abstract/geary-abstract-account.vala +++ b/src/engine/abstract/geary-abstract-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.AbstractAccount : BaseObject, Geary.Account { diff --git a/src/engine/abstract/geary-abstract-folder.vala b/src/engine/abstract/geary-abstract-folder.vala index 156ddef4..57195a2d 100644 --- a/src/engine/abstract/geary-abstract-folder.vala +++ b/src/engine/abstract/geary-abstract-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.AbstractFolder : BaseObject, Geary.Folder { diff --git a/src/engine/api/geary-account-information.vala b/src/engine/api/geary-account-information.vala index 47aaecba..fe0c274e 100644 --- a/src/engine/api/geary-account-information.vala +++ b/src/engine/api/geary-account-information.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.AccountInformation : BaseObject { diff --git a/src/engine/api/geary-account.vala b/src/engine/api/geary-account.vala index f7376880..837927f9 100644 --- a/src/engine/api/geary-account.vala +++ b/src/engine/api/geary-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public interface Geary.Account : BaseObject { diff --git a/src/engine/api/geary-attachment.vala b/src/engine/api/geary-attachment.vala index 771896bc..bd164a96 100644 --- a/src/engine/api/geary-attachment.vala +++ b/src/engine/api/geary-attachment.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Attachment : BaseObject { diff --git a/src/engine/api/geary-composed-email.vala b/src/engine/api/geary-composed-email.vala index e61eb7cf..46533188 100644 --- a/src/engine/api/geary-composed-email.vala +++ b/src/engine/api/geary-composed-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.ComposedEmail : BaseObject { diff --git a/src/engine/api/geary-contact-importance.vala b/src/engine/api/geary-contact-importance.vala index bab70338..d985e825 100644 --- a/src/engine/api/geary-contact-importance.vala +++ b/src/engine/api/geary-contact-importance.vala @@ -1,4 +1,4 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/engine/api/geary-contact-store.vala b/src/engine/api/geary-contact-store.vala index 89501315..b1c73c82 100644 --- a/src/engine/api/geary-contact-store.vala +++ b/src/engine/api/geary-contact-store.vala @@ -1,4 +1,4 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/engine/api/geary-contact.vala b/src/engine/api/geary-contact.vala index d0bd4012..180a4460 100644 --- a/src/engine/api/geary-contact.vala +++ b/src/engine/api/geary-contact.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Contact : BaseObject { diff --git a/src/engine/api/geary-conversation-monitor.vala b/src/engine/api/geary-conversation-monitor.vala index ea4c6b6f..bc8c0c0b 100644 --- a/src/engine/api/geary-conversation-monitor.vala +++ b/src/engine/api/geary-conversation-monitor.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.ConversationMonitor : BaseObject { diff --git a/src/engine/api/geary-conversation.vala b/src/engine/api/geary-conversation.vala index 67fb349c..d78091f6 100644 --- a/src/engine/api/geary-conversation.vala +++ b/src/engine/api/geary-conversation.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.Conversation : BaseObject { diff --git a/src/engine/api/geary-credentials-mediator.vala b/src/engine/api/geary-credentials-mediator.vala index 8aa6153e..2a4ec482 100644 --- a/src/engine/api/geary-credentials-mediator.vala +++ b/src/engine/api/geary-credentials-mediator.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/engine/api/geary-credentials.vala b/src/engine/api/geary-credentials.vala index 6efef46d..d3201a8d 100644 --- a/src/engine/api/geary-credentials.vala +++ b/src/engine/api/geary-credentials.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-email-flag.vala b/src/engine/api/geary-email-flag.vala index 615b009b..be6fcfbc 100644 --- a/src/engine/api/geary-email-flag.vala +++ b/src/engine/api/geary-email-flag.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.EmailFlag : BaseObject, Geary.Equalable, Geary.Hashable { diff --git a/src/engine/api/geary-email-flags.vala b/src/engine/api/geary-email-flags.vala index 9df9b123..04b34af3 100644 --- a/src/engine/api/geary-email-flags.vala +++ b/src/engine/api/geary-email-flags.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.EmailFlags : BaseObject, Geary.Equalable { diff --git a/src/engine/api/geary-email-identifier.vala b/src/engine/api/geary-email-identifier.vala index 7bbcc108..582f7242 100644 --- a/src/engine/api/geary-email-identifier.vala +++ b/src/engine/api/geary-email-identifier.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-email-properties.vala b/src/engine/api/geary-email-properties.vala index 1d186137..472de654 100644 --- a/src/engine/api/geary-email-properties.vala +++ b/src/engine/api/geary-email-properties.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-email.vala b/src/engine/api/geary-email.vala index 57570e8f..2bc3f460 100644 --- a/src/engine/api/geary-email.vala +++ b/src/engine/api/geary-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Email : BaseObject { diff --git a/src/engine/api/geary-endpoint.vala b/src/engine/api/geary-endpoint.vala index f6371777..774d2a35 100644 --- a/src/engine/api/geary-endpoint.vala +++ b/src/engine/api/geary-endpoint.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-engine-error.vala b/src/engine/api/geary-engine-error.vala index 013f513e..9c1cff6d 100644 --- a/src/engine/api/geary-engine-error.vala +++ b/src/engine/api/geary-engine-error.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public errordomain Geary.EngineError { diff --git a/src/engine/api/geary-engine.vala b/src/engine/api/geary-engine.vala index 67a132e8..f79a4e4b 100644 --- a/src/engine/api/geary-engine.vala +++ b/src/engine/api/geary-engine.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Engine : BaseObject { diff --git a/src/engine/api/geary-folder-path.vala b/src/engine/api/geary-folder-path.vala index 24c2b44b..17115b0f 100644 --- a/src/engine/api/geary-folder-path.vala +++ b/src/engine/api/geary-folder-path.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.FolderPath : BaseObject, Hashable, Equalable, Comparable { diff --git a/src/engine/api/geary-folder-supports-archive.vala b/src/engine/api/geary-folder-supports-archive.vala index f25f3d3d..6c00dbbb 100644 --- a/src/engine/api/geary-folder-supports-archive.vala +++ b/src/engine/api/geary-folder-supports-archive.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-folder-supports-copy.vala b/src/engine/api/geary-folder-supports-copy.vala index 0b1c6b02..d8cba5d3 100644 --- a/src/engine/api/geary-folder-supports-copy.vala +++ b/src/engine/api/geary-folder-supports-copy.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-folder-supports-create.vala b/src/engine/api/geary-folder-supports-create.vala index afc3e975..86f01050 100644 --- a/src/engine/api/geary-folder-supports-create.vala +++ b/src/engine/api/geary-folder-supports-create.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-folder-supports-mark.vala b/src/engine/api/geary-folder-supports-mark.vala index 8b309a93..e0c9313a 100644 --- a/src/engine/api/geary-folder-supports-mark.vala +++ b/src/engine/api/geary-folder-supports-mark.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-folder-supports-move.vala b/src/engine/api/geary-folder-supports-move.vala index 7ed888fd..0bcb5d63 100644 --- a/src/engine/api/geary-folder-supports-move.vala +++ b/src/engine/api/geary-folder-supports-move.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-folder-supports-remove.vala b/src/engine/api/geary-folder-supports-remove.vala index c89af918..fe478635 100644 --- a/src/engine/api/geary-folder-supports-remove.vala +++ b/src/engine/api/geary-folder-supports-remove.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/api/geary-folder.vala b/src/engine/api/geary-folder.vala index 1f14f13e..9fc3828a 100644 --- a/src/engine/api/geary-folder.vala +++ b/src/engine/api/geary-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public delegate void Geary.EmailCallback(Gee.List? emails, Error? err); diff --git a/src/engine/api/geary-logging.vala b/src/engine/api/geary-logging.vala index 9eafa940..3c96d409 100644 --- a/src/engine/api/geary-logging.vala +++ b/src/engine/api/geary-logging.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.Logging { diff --git a/src/engine/api/geary-service-provider.vala b/src/engine/api/geary-service-provider.vala index fb99ded9..929580ef 100644 --- a/src/engine/api/geary-service-provider.vala +++ b/src/engine/api/geary-service-provider.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.ServiceProvider { diff --git a/src/engine/api/geary-special-folder-type.vala b/src/engine/api/geary-special-folder-type.vala index 6a843355..2d2e4e4e 100644 --- a/src/engine/api/geary-special-folder-type.vala +++ b/src/engine/api/geary-special-folder-type.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.SpecialFolderType { diff --git a/src/engine/common/common-message-data.vala b/src/engine/common/common-message-data.vala index bfa9cff5..7ba9337e 100644 --- a/src/engine/common/common-message-data.vala +++ b/src/engine/common/common-message-data.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/db/db-connection.vala b/src/engine/db/db-connection.vala index b18d5835..75267869 100644 --- a/src/engine/db/db-connection.vala +++ b/src/engine/db/db-connection.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/db/db-context.vala b/src/engine/db/db-context.vala index e45ed85b..3598f7e2 100644 --- a/src/engine/db/db-context.vala +++ b/src/engine/db/db-context.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/db/db-database-error.vala b/src/engine/db/db-database-error.vala index a19e7c99..0678eeaf 100644 --- a/src/engine/db/db-database-error.vala +++ b/src/engine/db/db-database-error.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public errordomain Geary.DatabaseError { diff --git a/src/engine/db/db-database.vala b/src/engine/db/db-database.vala index b8a2a52c..98789955 100644 --- a/src/engine/db/db-database.vala +++ b/src/engine/db/db-database.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/db/db-result.vala b/src/engine/db/db-result.vala index 86617cac..dd6f8bc8 100644 --- a/src/engine/db/db-result.vala +++ b/src/engine/db/db-result.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Db.Result : Geary.Db.Context { diff --git a/src/engine/db/db-statement.vala b/src/engine/db/db-statement.vala index f5aa2160..4f7209f4 100644 --- a/src/engine/db/db-statement.vala +++ b/src/engine/db/db-statement.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Db.Statement : Geary.Db.Context { diff --git a/src/engine/db/db-synchronous-mode.vala b/src/engine/db/db-synchronous-mode.vala index 5a224eb6..87cb09f1 100644 --- a/src/engine/db/db-synchronous-mode.vala +++ b/src/engine/db/db-synchronous-mode.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Db.SynchronousMode { diff --git a/src/engine/db/db-transaction-async-job.vala b/src/engine/db/db-transaction-async-job.vala index fe5b42ac..5b163dbe 100644 --- a/src/engine/db/db-transaction-async-job.vala +++ b/src/engine/db/db-transaction-async-job.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.Db.TransactionAsyncJob : BaseObject { diff --git a/src/engine/db/db-transaction-outcome.vala b/src/engine/db/db-transaction-outcome.vala index b5bccdc6..570023b8 100644 --- a/src/engine/db/db-transaction-outcome.vala +++ b/src/engine/db/db-transaction-outcome.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Db.TransactionOutcome { diff --git a/src/engine/db/db-transaction-type.vala b/src/engine/db/db-transaction-type.vala index 6b82771a..843e4e23 100644 --- a/src/engine/db/db-transaction-type.vala +++ b/src/engine/db/db-transaction-type.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Db.TransactionType { diff --git a/src/engine/db/db-versioned-database.vala b/src/engine/db/db-versioned-database.vala index ba308ba0..4cbec0bf 100644 --- a/src/engine/db/db-versioned-database.vala +++ b/src/engine/db/db-versioned-database.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Db.VersionedDatabase : Geary.Db.Database { diff --git a/src/engine/db/db.vala b/src/engine/db/db.vala index fb0fb682..e67898f7 100644 --- a/src/engine/db/db.vala +++ b/src/engine/db/db.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap-db/imap-db-account.vala b/src/engine/imap-db/imap-db-account.vala index b94589a7..80334454 100644 --- a/src/engine/imap-db/imap-db-account.vala +++ b/src/engine/imap-db/imap-db-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapDB.Account : BaseObject { diff --git a/src/engine/imap-db/imap-db-contact.vala b/src/engine/imap-db/imap-db-contact.vala index 853c9dcf..9568575c 100644 --- a/src/engine/imap-db/imap-db-contact.vala +++ b/src/engine/imap-db/imap-db-contact.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.ImapDB { diff --git a/src/engine/imap-db/imap-db-database.vala b/src/engine/imap-db/imap-db-database.vala index 99f2a7a6..72878584 100644 --- a/src/engine/imap-db/imap-db-database.vala +++ b/src/engine/imap-db/imap-db-database.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapDB.Database : Geary.Db.VersionedDatabase { diff --git a/src/engine/imap-db/imap-db-email-identifier.vala b/src/engine/imap-db/imap-db-email-identifier.vala index 6b475e5b..207a42ee 100644 --- a/src/engine/imap-db/imap-db-email-identifier.vala +++ b/src/engine/imap-db/imap-db-email-identifier.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/engine/imap-db/imap-db-folder.vala b/src/engine/imap-db/imap-db-folder.vala index f3cc27f4..0580514a 100644 --- a/src/engine/imap-db/imap-db-folder.vala +++ b/src/engine/imap-db/imap-db-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapDB.Folder : BaseObject, Geary.ReferenceSemantics { diff --git a/src/engine/imap-db/imap-db-message-addresses.vala b/src/engine/imap-db/imap-db-message-addresses.vala index 50b469da..156ea1b6 100644 --- a/src/engine/imap-db/imap-db-message-addresses.vala +++ b/src/engine/imap-db/imap-db-message-addresses.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapDB.MessageAddresses : BaseObject { diff --git a/src/engine/imap-db/imap-db-message-row.vala b/src/engine/imap-db/imap-db-message-row.vala index 4f9f9cd0..e903c4b8 100644 --- a/src/engine/imap-db/imap-db-message-row.vala +++ b/src/engine/imap-db/imap-db-message-row.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.ImapDB.MessageRow { diff --git a/src/engine/imap-db/outbox/smtp-outbox-email-identifier.vala b/src/engine/imap-db/outbox/smtp-outbox-email-identifier.vala index 67c01b4f..e906e7ca 100644 --- a/src/engine/imap-db/outbox/smtp-outbox-email-identifier.vala +++ b/src/engine/imap-db/outbox/smtp-outbox-email-identifier.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.SmtpOutboxEmailIdentifier : Geary.EmailIdentifier { diff --git a/src/engine/imap-db/outbox/smtp-outbox-email-properties.vala b/src/engine/imap-db/outbox/smtp-outbox-email-properties.vala index 0cdf238a..b155e398 100644 --- a/src/engine/imap-db/outbox/smtp-outbox-email-properties.vala +++ b/src/engine/imap-db/outbox/smtp-outbox-email-properties.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.SmtpOutboxEmailProperties : Geary.EmailProperties { diff --git a/src/engine/imap-db/outbox/smtp-outbox-folder-root.vala b/src/engine/imap-db/outbox/smtp-outbox-folder-root.vala index d109a2bb..ce51dd2e 100644 --- a/src/engine/imap-db/outbox/smtp-outbox-folder-root.vala +++ b/src/engine/imap-db/outbox/smtp-outbox-folder-root.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.SmtpOutboxFolderRoot : Geary.FolderRoot { diff --git a/src/engine/imap-db/outbox/smtp-outbox-folder.vala b/src/engine/imap-db/outbox/smtp-outbox-folder.vala index c31e9694..ee993b63 100644 --- a/src/engine/imap-db/outbox/smtp-outbox-folder.vala +++ b/src/engine/imap-db/outbox/smtp-outbox-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Special type of folder that runs an asynchronous send queue. Messages are diff --git a/src/engine/imap-engine/gmail/imap-engine-gmail-account.vala b/src/engine/imap-engine/gmail/imap-engine-gmail-account.vala index 0ae3d92d..012773d4 100644 --- a/src/engine/imap-engine/gmail/imap-engine-gmail-account.vala +++ b/src/engine/imap-engine/gmail/imap-engine-gmail-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.GmailAccount : Geary.ImapEngine.GenericAccount { diff --git a/src/engine/imap-engine/gmail/imap-engine-gmail-folder.vala b/src/engine/imap-engine/gmail/imap-engine-gmail-folder.vala index 4588b267..c36b88bf 100644 --- a/src/engine/imap-engine/gmail/imap-engine-gmail-folder.vala +++ b/src/engine/imap-engine/gmail/imap-engine-gmail-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.GmailFolder : GenericFolder, FolderSupportsArchive { diff --git a/src/engine/imap-engine/imap-engine-batch-operations.vala b/src/engine/imap-engine/imap-engine-batch-operations.vala index bb40c305..4215e6de 100644 --- a/src/engine/imap-engine/imap-engine-batch-operations.vala +++ b/src/engine/imap-engine/imap-engine-batch-operations.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap-engine/imap-engine-email-flag-watcher.vala b/src/engine/imap-engine/imap-engine-email-flag-watcher.vala index 1155e16d..18da0d1b 100644 --- a/src/engine/imap-engine/imap-engine-email-flag-watcher.vala +++ b/src/engine/imap-engine/imap-engine-email-flag-watcher.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap-engine/imap-engine-email-prefetcher.vala b/src/engine/imap-engine/imap-engine-email-prefetcher.vala index 639fee19..56571c16 100644 --- a/src/engine/imap-engine/imap-engine-email-prefetcher.vala +++ b/src/engine/imap-engine/imap-engine-email-prefetcher.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap-engine/imap-engine-generic-account.vala b/src/engine/imap-engine/imap-engine-generic-account.vala index d7809681..7dde3aa8 100644 --- a/src/engine/imap-engine/imap-engine-generic-account.vala +++ b/src/engine/imap-engine/imap-engine-generic-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private abstract class Geary.ImapEngine.GenericAccount : Geary.AbstractAccount { diff --git a/src/engine/imap-engine/imap-engine-generic-all-mail-folder.vala b/src/engine/imap-engine/imap-engine-generic-all-mail-folder.vala index 2778e7ad..b7cade3a 100644 --- a/src/engine/imap-engine/imap-engine-generic-all-mail-folder.vala +++ b/src/engine/imap-engine/imap-engine-generic-all-mail-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // All Mail generally is the same as other mail folders, but it doesn't support key features, diff --git a/src/engine/imap-engine/imap-engine-generic-folder.vala b/src/engine/imap-engine/imap-engine-generic-folder.vala index 2f0b7def..38bb22c4 100644 --- a/src/engine/imap-engine/imap-engine-generic-folder.vala +++ b/src/engine/imap-engine/imap-engine-generic-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.GenericFolder : Geary.AbstractFolder, Geary.FolderSupportsCopy, diff --git a/src/engine/imap-engine/imap-engine-generic-sent-mail-folder.vala b/src/engine/imap-engine/imap-engine-generic-sent-mail-folder.vala index f04d18c7..50682846 100644 --- a/src/engine/imap-engine/imap-engine-generic-sent-mail-folder.vala +++ b/src/engine/imap-engine/imap-engine-generic-sent-mail-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Sent Mail generally is the same as other mail folders, but it doesn't support key features, diff --git a/src/engine/imap-engine/imap-engine-generic-trash-folder.vala b/src/engine/imap-engine/imap-engine-generic-trash-folder.vala index 0d415cbf..172fbb55 100644 --- a/src/engine/imap-engine/imap-engine-generic-trash-folder.vala +++ b/src/engine/imap-engine/imap-engine-generic-trash-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // Trash generally is the same as other mail folders, but it doesn't support key features, diff --git a/src/engine/imap-engine/imap-engine-receive-replay-operation.vala b/src/engine/imap-engine/imap-engine-receive-replay-operation.vala index 55b301ee..92f7dee2 100644 --- a/src/engine/imap-engine/imap-engine-receive-replay-operation.vala +++ b/src/engine/imap-engine/imap-engine-receive-replay-operation.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private abstract class Geary.ImapEngine.ReceiveReplayOperation : Geary.ImapEngine.ReplayOperation { diff --git a/src/engine/imap-engine/imap-engine-replay-operation.vala b/src/engine/imap-engine/imap-engine-replay-operation.vala index e36156ec..387a6b3f 100644 --- a/src/engine/imap-engine/imap-engine-replay-operation.vala +++ b/src/engine/imap-engine/imap-engine-replay-operation.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private abstract class Geary.ImapEngine.ReplayOperation : Geary.BaseObject { diff --git a/src/engine/imap-engine/imap-engine-replay-queue.vala b/src/engine/imap-engine/imap-engine-replay-queue.vala index f09aae3f..df2a1ff5 100644 --- a/src/engine/imap-engine/imap-engine-replay-queue.vala +++ b/src/engine/imap-engine/imap-engine-replay-queue.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ReplayQueue : Geary.BaseObject { diff --git a/src/engine/imap-engine/imap-engine-send-replay-operation.vala b/src/engine/imap-engine/imap-engine-send-replay-operation.vala index 32442904..7ce96053 100644 --- a/src/engine/imap-engine/imap-engine-send-replay-operation.vala +++ b/src/engine/imap-engine/imap-engine-send-replay-operation.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private abstract class Geary.ImapEngine.SendReplayOperation : Geary.ImapEngine.ReplayOperation { diff --git a/src/engine/imap-engine/other/imap-engine-other-account.vala b/src/engine/imap-engine/other/imap-engine-other-account.vala index c0b3b50f..f973a831 100644 --- a/src/engine/imap-engine/other/imap-engine-other-account.vala +++ b/src/engine/imap-engine/other/imap-engine-other-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.OtherAccount : Geary.ImapEngine.GenericAccount { diff --git a/src/engine/imap-engine/other/imap-engine-other-folder.vala b/src/engine/imap-engine/other/imap-engine-other-folder.vala index cd8b3dab..430fa904 100644 --- a/src/engine/imap-engine/other/imap-engine-other-folder.vala +++ b/src/engine/imap-engine/other/imap-engine-other-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.OtherFolder : GenericFolder, Geary.FolderSupportsRemove { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-copy-email.vala b/src/engine/imap-engine/replay-ops/imap-engine-copy-email.vala index 5c624c79..abe33299 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-copy-email.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-copy-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.CopyEmail : Geary.ImapEngine.SendReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-expunge-email.vala b/src/engine/imap-engine/replay-ops/imap-engine-expunge-email.vala index 13f2a2f0..b8eaa684 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-expunge-email.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-expunge-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ExpungeEmail : Geary.ImapEngine.SendReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-fetch-email.vala b/src/engine/imap-engine/replay-ops/imap-engine-fetch-email.vala index 8da1a158..042826be 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-fetch-email.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-fetch-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.FetchEmail : Geary.ImapEngine.SendReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-id.vala b/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-id.vala index 247bb5ac..e1a8621b 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-id.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-id.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ListEmailByID : Geary.ImapEngine.ListEmail { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-sparse-id.vala b/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-sparse-id.vala index 8918c21c..63ae3e5d 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-sparse-id.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-list-email-by-sparse-id.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ListEmailBySparseID : Geary.ImapEngine.SendReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-list-email.vala b/src/engine/imap-engine/replay-ops/imap-engine-list-email.vala index 81f64274..143677b5 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-list-email.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-list-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ListEmail : Geary.ImapEngine.SendReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-mark-email.vala b/src/engine/imap-engine/replay-ops/imap-engine-mark-email.vala index bab1f284..d327dcd8 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-mark-email.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-mark-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.MarkEmail : Geary.ImapEngine.SendReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-move-email.vala b/src/engine/imap-engine/replay-ops/imap-engine-move-email.vala index c2dd5004..356dbf9c 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-move-email.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-move-email.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.MoveEmail : Geary.ImapEngine.SendReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-replay-append.vala b/src/engine/imap-engine/replay-ops/imap-engine-replay-append.vala index 23df250b..1b8333d2 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-replay-append.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-replay-append.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ReplayAppend : Geary.ImapEngine.ReceiveReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-replay-disconnect.vala b/src/engine/imap-engine/replay-ops/imap-engine-replay-disconnect.vala index 54d4d3f4..6dfa9ea5 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-replay-disconnect.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-replay-disconnect.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ReplayDisconnect : Geary.ImapEngine.ReceiveReplayOperation { diff --git a/src/engine/imap-engine/replay-ops/imap-engine-replay-removal.vala b/src/engine/imap-engine/replay-ops/imap-engine-replay-removal.vala index f514cce7..889b4da1 100644 --- a/src/engine/imap-engine/replay-ops/imap-engine-replay-removal.vala +++ b/src/engine/imap-engine/replay-ops/imap-engine-replay-removal.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.ReplayRemoval : Geary.ImapEngine.ReceiveReplayOperation { diff --git a/src/engine/imap-engine/yahoo/imap-engine-yahoo-account.vala b/src/engine/imap-engine/yahoo/imap-engine-yahoo-account.vala index 528fde43..f914bab0 100644 --- a/src/engine/imap-engine/yahoo/imap-engine-yahoo-account.vala +++ b/src/engine/imap-engine/yahoo/imap-engine-yahoo-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.YahooAccount : Geary.ImapEngine.GenericAccount { diff --git a/src/engine/imap-engine/yahoo/imap-engine-yahoo-folder.vala b/src/engine/imap-engine/yahoo/imap-engine-yahoo-folder.vala index 97ed5bb0..63ac4387 100644 --- a/src/engine/imap-engine/yahoo/imap-engine-yahoo-folder.vala +++ b/src/engine/imap-engine/yahoo/imap-engine-yahoo-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.ImapEngine.YahooFolder : GenericFolder, Geary.FolderSupportsRemove { diff --git a/src/engine/imap/api/imap-account.vala b/src/engine/imap/api/imap-account.vala index 74dc6ed5..dcfafdae 100644 --- a/src/engine/imap/api/imap-account.vala +++ b/src/engine/imap/api/imap-account.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.Imap.Account : BaseObject { diff --git a/src/engine/imap/api/imap-email-flags.vala b/src/engine/imap/api/imap-email-flags.vala index a4e5d1be..15774aa5 100644 --- a/src/engine/imap/api/imap-email-flags.vala +++ b/src/engine/imap/api/imap-email-flags.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.EmailFlags : Geary.EmailFlags { diff --git a/src/engine/imap/api/imap-email-identifier.vala b/src/engine/imap/api/imap-email-identifier.vala index 26e23e5f..4b237660 100644 --- a/src/engine/imap/api/imap-email-identifier.vala +++ b/src/engine/imap/api/imap-email-identifier.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.Imap.EmailIdentifier : Geary.EmailIdentifier { diff --git a/src/engine/imap/api/imap-email-properties.vala b/src/engine/imap/api/imap-email-properties.vala index b0659e04..cc2c6760 100644 --- a/src/engine/imap/api/imap-email-properties.vala +++ b/src/engine/imap/api/imap-email-properties.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.EmailProperties : Geary.EmailProperties, Equalable { diff --git a/src/engine/imap/api/imap-folder-properties.vala b/src/engine/imap/api/imap-folder-properties.vala index e23a187e..010ce86c 100644 --- a/src/engine/imap/api/imap-folder-properties.vala +++ b/src/engine/imap/api/imap-folder-properties.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.FolderProperties : Geary.FolderProperties { diff --git a/src/engine/imap/api/imap-folder.vala b/src/engine/imap/api/imap-folder.vala index 408a8ae9..9a67da71 100644 --- a/src/engine/imap/api/imap-folder.vala +++ b/src/engine/imap/api/imap-folder.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ private class Geary.Imap.Folder : BaseObject { diff --git a/src/engine/imap/command/imap-command-response.vala b/src/engine/imap/command/imap-command-response.vala index cfdf8376..acb53a6e 100644 --- a/src/engine/imap/command/imap-command-response.vala +++ b/src/engine/imap/command/imap-command-response.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.CommandResponse : BaseObject { diff --git a/src/engine/imap/command/imap-command.vala b/src/engine/imap/command/imap-command.vala index 1f69423d..b50eca8c 100644 --- a/src/engine/imap/command/imap-command.vala +++ b/src/engine/imap/command/imap-command.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.Command : RootParameters { diff --git a/src/engine/imap/command/imap-commands.vala b/src/engine/imap/command/imap-commands.vala index d93e6e1f..75c6a41e 100644 --- a/src/engine/imap/command/imap-commands.vala +++ b/src/engine/imap/command/imap-commands.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.CapabilityCommand : Command { diff --git a/src/engine/imap/command/imap-fetch-command.vala b/src/engine/imap/command/imap-fetch-command.vala index 4d8f486c..2e687e9d 100644 --- a/src/engine/imap/command/imap-fetch-command.vala +++ b/src/engine/imap/command/imap-fetch-command.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.FetchCommand : Command { diff --git a/src/engine/imap/decoders/imap-capabilities.vala b/src/engine/imap/decoders/imap-capabilities.vala index f1d40d7c..0d908504 100644 --- a/src/engine/imap/decoders/imap-capabilities.vala +++ b/src/engine/imap/decoders/imap-capabilities.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.Capabilities : Geary.GenericCapabilities { diff --git a/src/engine/imap/decoders/imap-capability-results.vala b/src/engine/imap/decoders/imap-capability-results.vala index 243d6301..1d3020c6 100644 --- a/src/engine/imap/decoders/imap-capability-results.vala +++ b/src/engine/imap/decoders/imap-capability-results.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.CapabilityResults : Geary.Imap.CommandResults { diff --git a/src/engine/imap/decoders/imap-command-results.vala b/src/engine/imap/decoders/imap-command-results.vala index 222adcd7..410a80b2 100644 --- a/src/engine/imap/decoders/imap-command-results.vala +++ b/src/engine/imap/decoders/imap-command-results.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.Imap.CommandResults : BaseObject { diff --git a/src/engine/imap/decoders/imap-fetch-data-decoder.vala b/src/engine/imap/decoders/imap-fetch-data-decoder.vala index 1cd77f01..425b2685 100644 --- a/src/engine/imap/decoders/imap-fetch-data-decoder.vala +++ b/src/engine/imap/decoders/imap-fetch-data-decoder.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap/decoders/imap-fetch-results.vala b/src/engine/imap/decoders/imap-fetch-results.vala index 447d6782..d36c3fcc 100644 --- a/src/engine/imap/decoders/imap-fetch-results.vala +++ b/src/engine/imap/decoders/imap-fetch-results.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap/decoders/imap-list-results.vala b/src/engine/imap/decoders/imap-list-results.vala index d69d8940..e2a426eb 100644 --- a/src/engine/imap/decoders/imap-list-results.vala +++ b/src/engine/imap/decoders/imap-list-results.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.MailboxInformation : BaseObject { diff --git a/src/engine/imap/decoders/imap-select-examine-results.vala b/src/engine/imap/decoders/imap-select-examine-results.vala index abc3a171..6c015f50 100644 --- a/src/engine/imap/decoders/imap-select-examine-results.vala +++ b/src/engine/imap/decoders/imap-select-examine-results.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.SelectExamineResults : Geary.Imap.CommandResults { diff --git a/src/engine/imap/decoders/imap-status-results.vala b/src/engine/imap/decoders/imap-status-results.vala index bfa17ae9..479c0287 100644 --- a/src/engine/imap/decoders/imap-status-results.vala +++ b/src/engine/imap/decoders/imap-status-results.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.StatusResults : Geary.Imap.CommandResults { diff --git a/src/engine/imap/imap-error.vala b/src/engine/imap/imap-error.vala index f74b357a..e71192c8 100644 --- a/src/engine/imap/imap-error.vala +++ b/src/engine/imap/imap-error.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public errordomain Geary.ImapError { diff --git a/src/engine/imap/message/imap-data-format.vala b/src/engine/imap/message/imap-data-format.vala index c387b281..1f29b577 100644 --- a/src/engine/imap/message/imap-data-format.vala +++ b/src/engine/imap/message/imap-data-format.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.Imap.DataFormat { diff --git a/src/engine/imap/message/imap-fetch-body-data-type.vala b/src/engine/imap/message/imap-fetch-body-data-type.vala index cbff1bad..2fe0fe5b 100644 --- a/src/engine/imap/message/imap-fetch-body-data-type.vala +++ b/src/engine/imap/message/imap-fetch-body-data-type.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.FetchBodyDataType : BaseObject { diff --git a/src/engine/imap/message/imap-fetch-data-type.vala b/src/engine/imap/message/imap-fetch-data-type.vala index 6f7a93bc..0bc97b74 100644 --- a/src/engine/imap/message/imap-fetch-data-type.vala +++ b/src/engine/imap/message/imap-fetch-data-type.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Imap.FetchDataType { diff --git a/src/engine/imap/message/imap-flag.vala b/src/engine/imap/message/imap-flag.vala index 24a483ac..4546b2e5 100644 --- a/src/engine/imap/message/imap-flag.vala +++ b/src/engine/imap/message/imap-flag.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.Imap.Flag : BaseObject, Equalable, Hashable { diff --git a/src/engine/imap/message/imap-mailbox-parameter.vala b/src/engine/imap/message/imap-mailbox-parameter.vala index 0feb347d..f303c486 100644 --- a/src/engine/imap/message/imap-mailbox-parameter.vala +++ b/src/engine/imap/message/imap-mailbox-parameter.vala @@ -1,4 +1,4 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/engine/imap/message/imap-message-data.vala b/src/engine/imap/message/imap-message-data.vala index 35ef8808..8fcacb3c 100644 --- a/src/engine/imap/message/imap-message-data.vala +++ b/src/engine/imap/message/imap-message-data.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap/message/imap-message-set.vala b/src/engine/imap/message/imap-message-set.vala index db90effd..9d09495d 100644 --- a/src/engine/imap/message/imap-message-set.vala +++ b/src/engine/imap/message/imap-message-set.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ extern void qsort(void *base, size_t num, size_t size, CompareFunc compare_func); diff --git a/src/engine/imap/message/imap-parameter.vala b/src/engine/imap/message/imap-parameter.vala index e79b5e8b..dbe62cbd 100644 --- a/src/engine/imap/message/imap-parameter.vala +++ b/src/engine/imap/message/imap-parameter.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.Imap.Parameter : BaseObject, Serializable { diff --git a/src/engine/imap/message/imap-tag.vala b/src/engine/imap/message/imap-tag.vala index 278461f1..cbc86845 100644 --- a/src/engine/imap/message/imap-tag.vala +++ b/src/engine/imap/message/imap-tag.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.Tag : StringParameter, Hashable, Equalable { diff --git a/src/engine/imap/response/imap-continuation-response.vala b/src/engine/imap/response/imap-continuation-response.vala index cfa7f726..f99618f8 100644 --- a/src/engine/imap/response/imap-continuation-response.vala +++ b/src/engine/imap/response/imap-continuation-response.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.ContinuationResponse : ServerResponse { diff --git a/src/engine/imap/response/imap-response-code-type.vala b/src/engine/imap/response/imap-response-code-type.vala index 15d22029..474f81e2 100644 --- a/src/engine/imap/response/imap-response-code-type.vala +++ b/src/engine/imap/response/imap-response-code-type.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Imap.ResponseCodeType { diff --git a/src/engine/imap/response/imap-response-code.vala b/src/engine/imap/response/imap-response-code.vala index ebd39a2f..16f408ce 100644 --- a/src/engine/imap/response/imap-response-code.vala +++ b/src/engine/imap/response/imap-response-code.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.ResponseCode : Geary.Imap.ListParameter { diff --git a/src/engine/imap/response/imap-server-data-type.vala b/src/engine/imap/response/imap-server-data-type.vala index 60195197..e64c0aa5 100644 --- a/src/engine/imap/response/imap-server-data-type.vala +++ b/src/engine/imap/response/imap-server-data-type.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Imap.ServerDataType { diff --git a/src/engine/imap/response/imap-server-data.vala b/src/engine/imap/response/imap-server-data.vala index 6bbc99aa..ad728511 100644 --- a/src/engine/imap/response/imap-server-data.vala +++ b/src/engine/imap/response/imap-server-data.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.ServerData : ServerResponse { diff --git a/src/engine/imap/response/imap-server-response.vala b/src/engine/imap/response/imap-server-response.vala index bd9082bf..badcdd59 100644 --- a/src/engine/imap/response/imap-server-response.vala +++ b/src/engine/imap/response/imap-server-response.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.Imap.ServerResponse : RootParameters { diff --git a/src/engine/imap/response/imap-status-data-type.vala b/src/engine/imap/response/imap-status-data-type.vala index 1445c38e..b96c827d 100644 --- a/src/engine/imap/response/imap-status-data-type.vala +++ b/src/engine/imap/response/imap-status-data-type.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Imap.StatusDataType { diff --git a/src/engine/imap/response/imap-status-response.vala b/src/engine/imap/response/imap-status-response.vala index 38980e51..3dc1d490 100644 --- a/src/engine/imap/response/imap-status-response.vala +++ b/src/engine/imap/response/imap-status-response.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.StatusResponse : ServerResponse { diff --git a/src/engine/imap/response/imap-status.vala b/src/engine/imap/response/imap-status.vala index 72eeb43d..2bad43da 100644 --- a/src/engine/imap/response/imap-status.vala +++ b/src/engine/imap/response/imap-status.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Imap.Status { diff --git a/src/engine/imap/response/imap-unsolicited-server-data.vala b/src/engine/imap/response/imap-unsolicited-server-data.vala index 75d50e4f..24d32515 100644 --- a/src/engine/imap/response/imap-unsolicited-server-data.vala +++ b/src/engine/imap/response/imap-unsolicited-server-data.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap/transport/imap-client-connection.vala b/src/engine/imap/transport/imap-client-connection.vala index e2e56ebf..d97138a0 100644 --- a/src/engine/imap/transport/imap-client-connection.vala +++ b/src/engine/imap/transport/imap-client-connection.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.ClientConnection : BaseObject { diff --git a/src/engine/imap/transport/imap-client-session-manager.vala b/src/engine/imap/transport/imap-client-session-manager.vala index 970c4c9b..2da442df 100644 --- a/src/engine/imap/transport/imap-client-session-manager.vala +++ b/src/engine/imap/transport/imap-client-session-manager.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.ClientSessionManager : BaseObject { diff --git a/src/engine/imap/transport/imap-client-session.vala b/src/engine/imap/transport/imap-client-session.vala index 15e476a9..05f74f54 100644 --- a/src/engine/imap/transport/imap-client-session.vala +++ b/src/engine/imap/transport/imap-client-session.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.ClientSession : BaseObject { diff --git a/src/engine/imap/transport/imap-deserializer.vala b/src/engine/imap/transport/imap-deserializer.vala index cc0dd72a..0230d1bb 100644 --- a/src/engine/imap/transport/imap-deserializer.vala +++ b/src/engine/imap/transport/imap-deserializer.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/imap/transport/imap-mailbox.vala b/src/engine/imap/transport/imap-mailbox.vala index 539360a4..947bf5a5 100644 --- a/src/engine/imap/transport/imap-mailbox.vala +++ b/src/engine/imap/transport/imap-mailbox.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Imap.Mailbox : Geary.SmartReference { diff --git a/src/engine/imap/transport/imap-serializable.vala b/src/engine/imap/transport/imap-serializable.vala index 3273a467..9f5f4c70 100644 --- a/src/engine/imap/transport/imap-serializable.vala +++ b/src/engine/imap/transport/imap-serializable.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public interface Geary.Imap.Serializable { diff --git a/src/engine/imap/transport/imap-serializer.vala b/src/engine/imap/transport/imap-serializer.vala index 9d08d875..4ba01ea8 100644 --- a/src/engine/imap/transport/imap-serializer.vala +++ b/src/engine/imap/transport/imap-serializer.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/nonblocking/nonblocking-abstract-semaphore.vala b/src/engine/nonblocking/nonblocking-abstract-semaphore.vala index e2da17ad..4c69cc70 100644 --- a/src/engine/nonblocking/nonblocking-abstract-semaphore.vala +++ b/src/engine/nonblocking/nonblocking-abstract-semaphore.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.NonblockingAbstractSemaphore : BaseObject { diff --git a/src/engine/nonblocking/nonblocking-batch.vala b/src/engine/nonblocking/nonblocking-batch.vala index aeac9a66..d5994eda 100644 --- a/src/engine/nonblocking/nonblocking-batch.vala +++ b/src/engine/nonblocking/nonblocking-batch.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/nonblocking/nonblocking-mailbox.vala b/src/engine/nonblocking/nonblocking-mailbox.vala index a1c50264..3d9f9770 100644 --- a/src/engine/nonblocking/nonblocking-mailbox.vala +++ b/src/engine/nonblocking/nonblocking-mailbox.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.NonblockingMailbox : BaseObject { diff --git a/src/engine/nonblocking/nonblocking-mutex.vala b/src/engine/nonblocking/nonblocking-mutex.vala index e09ebdf7..8c6378c4 100644 --- a/src/engine/nonblocking/nonblocking-mutex.vala +++ b/src/engine/nonblocking/nonblocking-mutex.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.NonblockingMutex : BaseObject { diff --git a/src/engine/nonblocking/nonblocking-reporting-semaphore.vala b/src/engine/nonblocking/nonblocking-reporting-semaphore.vala index 1cd30a7f..9e1a4a3c 100644 --- a/src/engine/nonblocking/nonblocking-reporting-semaphore.vala +++ b/src/engine/nonblocking/nonblocking-reporting-semaphore.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.NonblockingReportingSemaphore : Geary.NonblockingSemaphore { diff --git a/src/engine/nonblocking/nonblocking-variants.vala b/src/engine/nonblocking/nonblocking-variants.vala index 6eec3dcb..a5c118ac 100644 --- a/src/engine/nonblocking/nonblocking-variants.vala +++ b/src/engine/nonblocking/nonblocking-variants.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.NonblockingSemaphore : Geary.NonblockingAbstractSemaphore { diff --git a/src/engine/rfc822/rfc822-error.vala b/src/engine/rfc822/rfc822-error.vala index 4e356cbd..34bc2e8a 100644 --- a/src/engine/rfc822/rfc822-error.vala +++ b/src/engine/rfc822/rfc822-error.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public errordomain Geary.RFC822Error { diff --git a/src/engine/rfc822/rfc822-gmime-filter-flowed.vala b/src/engine/rfc822/rfc822-gmime-filter-flowed.vala index a4be9fda..708dcb20 100644 --- a/src/engine/rfc822/rfc822-gmime-filter-flowed.vala +++ b/src/engine/rfc822/rfc822-gmime-filter-flowed.vala @@ -1,4 +1,4 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. diff --git a/src/engine/rfc822/rfc822-mailbox-address.vala b/src/engine/rfc822/rfc822-mailbox-address.vala index 8e82d9cc..bde6915e 100644 --- a/src/engine/rfc822/rfc822-mailbox-address.vala +++ b/src/engine/rfc822/rfc822-mailbox-address.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.RFC822.MailboxAddress : BaseObject { diff --git a/src/engine/rfc822/rfc822-mailbox-addresses.vala b/src/engine/rfc822/rfc822-mailbox-addresses.vala index 5e84e764..43af17ff 100644 --- a/src/engine/rfc822/rfc822-mailbox-addresses.vala +++ b/src/engine/rfc822/rfc822-mailbox-addresses.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.RFC822.MailboxAddresses : Geary.Common.MessageData, Geary.RFC822.MessageData { diff --git a/src/engine/rfc822/rfc822-message-data.vala b/src/engine/rfc822/rfc822-message-data.vala index b1d7a477..32ed3e2e 100644 --- a/src/engine/rfc822/rfc822-message-data.vala +++ b/src/engine/rfc822/rfc822-message-data.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/rfc822/rfc822-message.vala b/src/engine/rfc822/rfc822-message.vala index 961e3448..83493cbc 100644 --- a/src/engine/rfc822/rfc822-message.vala +++ b/src/engine/rfc822/rfc822-message.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.RFC822.Message : BaseObject { diff --git a/src/engine/rfc822/rfc822-utils.vala b/src/engine/rfc822/rfc822-utils.vala index 27f6f855..b61b9489 100644 --- a/src/engine/rfc822/rfc822-utils.vala +++ b/src/engine/rfc822/rfc822-utils.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.RFC822.Utils { diff --git a/src/engine/smtp/smtp-abstract-authenticator.vala b/src/engine/smtp/smtp-abstract-authenticator.vala index 080c76c1..4be75c7d 100644 --- a/src/engine/smtp/smtp-abstract-authenticator.vala +++ b/src/engine/smtp/smtp-abstract-authenticator.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.Smtp.AbstractAuthenticator : BaseObject, Geary.Smtp.Authenticator { diff --git a/src/engine/smtp/smtp-authenticator.vala b/src/engine/smtp/smtp-authenticator.vala index 99d9589a..68cd4595 100644 --- a/src/engine/smtp/smtp-authenticator.vala +++ b/src/engine/smtp/smtp-authenticator.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public interface Geary.Smtp.Authenticator : Object { diff --git a/src/engine/smtp/smtp-capabilities.vala b/src/engine/smtp/smtp-capabilities.vala index 0c6d5044..3613556c 100644 --- a/src/engine/smtp/smtp-capabilities.vala +++ b/src/engine/smtp/smtp-capabilities.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.Capabilities : Geary.GenericCapabilities { diff --git a/src/engine/smtp/smtp-client-connection.vala b/src/engine/smtp/smtp-client-connection.vala index e84909d8..d5cdc1ff 100644 --- a/src/engine/smtp/smtp-client-connection.vala +++ b/src/engine/smtp/smtp-client-connection.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.ClientConnection { diff --git a/src/engine/smtp/smtp-client-session.vala b/src/engine/smtp/smtp-client-session.vala index d776c408..81698ed4 100644 --- a/src/engine/smtp/smtp-client-session.vala +++ b/src/engine/smtp/smtp-client-session.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.ClientSession { diff --git a/src/engine/smtp/smtp-command.vala b/src/engine/smtp/smtp-command.vala index 012610f6..13e20197 100644 --- a/src/engine/smtp/smtp-command.vala +++ b/src/engine/smtp/smtp-command.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public enum Geary.Smtp.Command { diff --git a/src/engine/smtp/smtp-data-format.vala b/src/engine/smtp/smtp-data-format.vala index cd10fc91..40da0cd2 100644 --- a/src/engine/smtp/smtp-data-format.vala +++ b/src/engine/smtp/smtp-data-format.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.Smtp.DataFormat { diff --git a/src/engine/smtp/smtp-error.vala b/src/engine/smtp/smtp-error.vala index 162a2869..fa3e8cfb 100644 --- a/src/engine/smtp/smtp-error.vala +++ b/src/engine/smtp/smtp-error.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public errordomain Geary.SmtpError { diff --git a/src/engine/smtp/smtp-greeting.vala b/src/engine/smtp/smtp-greeting.vala index 76253361..2ddb656c 100644 --- a/src/engine/smtp/smtp-greeting.vala +++ b/src/engine/smtp/smtp-greeting.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.Greeting : Response { diff --git a/src/engine/smtp/smtp-login-authenticator.vala b/src/engine/smtp/smtp-login-authenticator.vala index 7a33433c..aa68cc50 100644 --- a/src/engine/smtp/smtp-login-authenticator.vala +++ b/src/engine/smtp/smtp-login-authenticator.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.LoginAuthenticator : Geary.Smtp.AbstractAuthenticator { diff --git a/src/engine/smtp/smtp-plain-authenticator.vala b/src/engine/smtp/smtp-plain-authenticator.vala index 0e7f959d..50e4a1c3 100644 --- a/src/engine/smtp/smtp-plain-authenticator.vala +++ b/src/engine/smtp/smtp-plain-authenticator.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.PlainAuthenticator : Geary.Smtp.AbstractAuthenticator { diff --git a/src/engine/smtp/smtp-request.vala b/src/engine/smtp/smtp-request.vala index 9e79e5a1..5ec4f07c 100644 --- a/src/engine/smtp/smtp-request.vala +++ b/src/engine/smtp/smtp-request.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.Request { diff --git a/src/engine/smtp/smtp-response-code.vala b/src/engine/smtp/smtp-response-code.vala index 103f0588..d8f266a8 100644 --- a/src/engine/smtp/smtp-response-code.vala +++ b/src/engine/smtp/smtp-response-code.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.ResponseCode { diff --git a/src/engine/smtp/smtp-response-line.vala b/src/engine/smtp/smtp-response-line.vala index 3cfcd427..f77a4f38 100644 --- a/src/engine/smtp/smtp-response-line.vala +++ b/src/engine/smtp/smtp-response-line.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.ResponseLine { diff --git a/src/engine/smtp/smtp-response.vala b/src/engine/smtp/smtp-response.vala index 3c60795e..98f919e3 100644 --- a/src/engine/smtp/smtp-response.vala +++ b/src/engine/smtp/smtp-response.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.Smtp.Response { diff --git a/src/engine/state/state-machine-descriptor.vala b/src/engine/state/state-machine-descriptor.vala index caece784..dc83cca6 100644 --- a/src/engine/state/state-machine-descriptor.vala +++ b/src/engine/state/state-machine-descriptor.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public delegate string Geary.State.StateEventToString(uint state_or_event); diff --git a/src/engine/state/state-machine.vala b/src/engine/state/state-machine.vala index c8dbe5bd..2fcdc931 100644 --- a/src/engine/state/state-machine.vala +++ b/src/engine/state/state-machine.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.State.Machine : BaseObject { diff --git a/src/engine/state/state-mapping.vala b/src/engine/state/state-mapping.vala index cd28c6cf..e59dddd3 100644 --- a/src/engine/state/state-mapping.vala +++ b/src/engine/state/state-mapping.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public delegate uint Geary.State.Transition(uint state, uint event, void *user = null, diff --git a/src/engine/util/util-collection.vala b/src/engine/util/util-collection.vala index a57f9582..2a7c68e6 100644 --- a/src/engine/util/util-collection.vala +++ b/src/engine/util/util-collection.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.Collection { diff --git a/src/engine/util/util-converter.vala b/src/engine/util/util-converter.vala index e7bfead6..9913e135 100644 --- a/src/engine/util/util-converter.vala +++ b/src/engine/util/util-converter.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.MidstreamConverter : BaseObject, Converter { diff --git a/src/engine/util/util-generic-capabilities.vala b/src/engine/util/util-generic-capabilities.vala index af121969..7afe6e2c 100644 --- a/src/engine/util/util-generic-capabilities.vala +++ b/src/engine/util/util-generic-capabilities.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public class Geary.GenericCapabilities : BaseObject { diff --git a/src/engine/util/util-html.vala b/src/engine/util/util-html.vala index f7572192..745979cb 100644 --- a/src/engine/util/util-html.vala +++ b/src/engine/util/util-html.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.HTML { diff --git a/src/engine/util/util-inet.vala b/src/engine/util/util-inet.vala index 4d51ff02..c7963a82 100644 --- a/src/engine/util/util-inet.vala +++ b/src/engine/util/util-inet.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.Inet { diff --git a/src/engine/util/util-interfaces.vala b/src/engine/util/util-interfaces.vala index ed0d66ed..6b154c64 100644 --- a/src/engine/util/util-interfaces.vala +++ b/src/engine/util/util-interfaces.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public interface Geary.Comparable { diff --git a/src/engine/util/util-memory.vala b/src/engine/util/util-memory.vala index 28626da0..0426f694 100644 --- a/src/engine/util/util-memory.vala +++ b/src/engine/util/util-memory.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ public abstract class Geary.Memory.AbstractBuffer : BaseObject { diff --git a/src/engine/util/util-numeric.vala b/src/engine/util/util-numeric.vala index ddfe9c01..e130a78c 100644 --- a/src/engine/util/util-numeric.vala +++ b/src/engine/util/util-numeric.vala @@ -1,7 +1,7 @@ /* Copyright 2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Geary.Numeric { diff --git a/src/engine/util/util-reference-semantics.vala b/src/engine/util/util-reference-semantics.vala index 2225097a..d71114d8 100644 --- a/src/engine/util/util-reference-semantics.vala +++ b/src/engine/util/util-reference-semantics.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/util/util-scheduler.vala b/src/engine/util/util-scheduler.vala index 255a40df..8aee3ac1 100644 --- a/src/engine/util/util-scheduler.vala +++ b/src/engine/util/util-scheduler.vala @@ -1,7 +1,7 @@ /* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/util/util-singleton.vala b/src/engine/util/util-singleton.vala index 5664b61b..1f168143 100644 --- a/src/engine/util/util-singleton.vala +++ b/src/engine/util/util-singleton.vala @@ -1,7 +1,7 @@ -/* Copyright 2012 Yorba Foundation +/* Copyright 2012-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/engine/util/util-stream.vala b/src/engine/util/util-stream.vala index 857da80a..5b9aa7e7 100644 --- a/src/engine/util/util-stream.vala +++ b/src/engine/util/util-stream.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ namespace Stream { diff --git a/src/engine/util/util-string.vala b/src/engine/util/util-string.vala index 52a64fe9..5d3afd10 100644 --- a/src/engine/util/util-string.vala +++ b/src/engine/util/util-string.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ // GLib's character-based substring function. diff --git a/src/engine/util/util-trillian.vala b/src/engine/util/util-trillian.vala index 54b31c9c..b1edd0c1 100644 --- a/src/engine/util/util-trillian.vala +++ b/src/engine/util/util-trillian.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ /** diff --git a/src/mailer/main.vala b/src/mailer/main.vala index 3fd4a08d..0840d9f9 100644 --- a/src/mailer/main.vala +++ b/src/mailer/main.vala @@ -1,7 +1,7 @@ -/* Copyright 2011-2012 Yorba Foundation +/* Copyright 2011-2013 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License - * (version 2.1 or later). See the COPYING file in this distribution. + * (version 2.1 or later). See the COPYING file in this distribution. */ MainLoop? main_loop = null;