From 32e606106920a21da416ef365fb654b5df721098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Wed, 2 Jan 2019 17:28:43 -0500 Subject: [PATCH] misc: update copyright date Change-Id: I5ce8f86371ac870a0be34098473f88c71214ff3d --- cmake/cmake_uninstall.cmake.in | 2 +- po/README | 2 +- po/pa.po | 2 +- src/accountcreationwizard.cpp | 2 +- src/accountcreationwizard.h | 2 +- src/accountgeneraltab.cpp | 2 +- src/accountinfopointer.h | 2 +- src/accountmigrationview.cpp | 2 +- src/accountmigrationview.h | 2 +- src/avatarmanipulation.cpp | 2 +- src/avatarmanipulation.h | 2 +- src/cc-crop-area.c | 2 +- src/chatview.cpp | 2 +- src/chatview.h | 2 +- src/conversationpopupmenu.cpp | 2 +- src/conversationpopupmenu.h | 2 +- src/conversationsview.cpp | 2 +- src/conversationsview.h | 2 +- src/currentcallview.cpp | 2 +- src/currentcallview.h | 2 +- src/defines.h | 2 +- src/dialogs.c | 4 ++-- src/dialogs.h | 2 +- src/generalsettingsview.cpp | 2 +- src/generalsettingsview.h | 2 +- src/incomingcallview.cpp | 2 +- src/incomingcallview.h | 2 +- src/main.cpp | 2 +- src/mediasettingsview.cpp | 2 +- src/mediasettingsview.h | 2 +- src/messagingwidget.cpp | 2 +- src/messagingwidget.h | 2 +- src/models/activeitemproxymodel.cpp | 2 +- src/models/activeitemproxymodel.h | 2 +- src/models/gtkaccessproxymodel.cpp | 2 +- src/models/gtkaccessproxymodel.h | 2 +- src/models/gtkqtreemodel.cpp | 2 +- src/models/gtkqtreemodel.h | 2 +- src/native/dbuserrorhandler.cpp | 2 +- src/native/dbuserrorhandler.h | 2 +- src/native/pixbufmanipulator.cpp | 2 +- src/native/pixbufmanipulator.h | 2 +- src/newaccountsettingsview.cpp | 2 +- src/newaccountsettingsview.h | 2 +- src/ring_client.cpp | 2 +- src/ring_client.h | 2 +- src/ring_client_options.c | 2 +- src/ring_client_options.h | 2 +- src/ringmainwindow.cpp | 2 +- src/ringmainwindow.h | 2 +- src/ringnotify.cpp | 2 +- src/ringnotify.h | 2 +- src/ringwelcomeview.cpp | 2 +- src/ringwelcomeview.h | 2 +- src/usernameregistrationbox.cpp | 2 +- src/usernameregistrationbox.h | 2 +- src/utils/drawing.cpp | 2 +- src/utils/drawing.h | 2 +- src/utils/files.cpp | 2 +- src/utils/files.h | 2 +- src/utils/models.cpp | 2 +- src/utils/models.h | 2 +- src/video/video_widget.cpp | 2 +- src/video/video_widget.h | 2 +- src/webkitchatcontainer.cpp | 2 +- src/webkitchatcontainer.h | 2 +- 66 files changed, 67 insertions(+), 67 deletions(-) diff --git a/cmake/cmake_uninstall.cmake.in b/cmake/cmake_uninstall.cmake.in index 486b1b21..2df5287c 100644 --- a/cmake/cmake_uninstall.cmake.in +++ b/cmake/cmake_uninstall.cmake.in @@ -1,7 +1,7 @@ # Taken from: # https://cmake.org/Wiki/CMake_FAQ#Can_I_do_.22make_uninstall.22_with_CMake.3F # -# Copyright (C) 2016 Savoir-faire Linux Inc. +# Copyright (C) 2016-2019 Savoir-faire Linux Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/po/README b/po/README index b211651a..3aeb90d9 100644 --- a/po/README +++ b/po/README @@ -10,7 +10,7 @@ xgettext -o ring-client-gnome.pot --keyword=_ --keyword=C_:1c,2 --keyword=N_ -D Replace the first 3 lines of the generated header with: # Gettext PO translation template file for the GNOME client of the Ring project. -# Copyright (C) 2015-2018 Savoir-faire Linux Inc. +# Copyright (C) 2015-2019 Savoir-faire Linux Inc. # This file is distributed under the same license as the Ring package. The translation files are expected to be located in the /po dir using the diff --git a/po/pa.po b/po/pa.po index 0dba8788..7313fe68 100644 --- a/po/pa.po +++ b/po/pa.po @@ -1,5 +1,5 @@ # Gettext PO translation template file for the GNOME client of the Ring project. -# Copyright (C) 2015 Savoir-faire Linux Inc. +# Copyright (C) 2015-2019 Savoir-faire Linux Inc. # This file is distributed under the same license as the Ring package. # # Translators: diff --git a/src/accountcreationwizard.cpp b/src/accountcreationwizard.cpp index beab80af..7ba97902 100644 --- a/src/accountcreationwizard.cpp +++ b/src/accountcreationwizard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * Author: Hugo Lefeuvre * diff --git a/src/accountcreationwizard.h b/src/accountcreationwizard.h index fdba92cc..3e537ea2 100644 --- a/src/accountcreationwizard.h +++ b/src/accountcreationwizard.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * * This program is free software; you can redistribute it and/or modify diff --git a/src/accountgeneraltab.cpp b/src/accountgeneraltab.cpp index 07f480b6..872fa166 100644 --- a/src/accountgeneraltab.cpp +++ b/src/accountgeneraltab.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * Author: Sebastien Blin * Author: Stepan Salenikovich diff --git a/src/accountinfopointer.h b/src/accountinfopointer.h index 161c8300..688513ef 100644 --- a/src/accountinfopointer.h +++ b/src/accountinfopointer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Hugo Lefeuvre * * This program is free software; you can redistribute it and/or modify diff --git a/src/accountmigrationview.cpp b/src/accountmigrationview.cpp index aaea53da..501fdcf5 100644 --- a/src/accountmigrationview.cpp +++ b/src/accountmigrationview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * Author: Nicolas Jäger * diff --git a/src/accountmigrationview.h b/src/accountmigrationview.h index c545f4e2..47826a5a 100644 --- a/src/accountmigrationview.h +++ b/src/accountmigrationview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * * This program is free software; you can redistribute it and/or modify diff --git a/src/avatarmanipulation.cpp b/src/avatarmanipulation.cpp index ec2b35a9..28881beb 100644 --- a/src/avatarmanipulation.cpp +++ b/src/avatarmanipulation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Nicolas Jager * Author: Stepan Salenikovich * diff --git a/src/avatarmanipulation.h b/src/avatarmanipulation.h index 83a66f8f..9c4e4ff5 100644 --- a/src/avatarmanipulation.h +++ b/src/avatarmanipulation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Nicolas Jager * * This program is free software; you can redistribute it and/or modify diff --git a/src/cc-crop-area.c b/src/cc-crop-area.c index 8e172957..81dd5107 100644 --- a/src/cc-crop-area.c +++ b/src/cc-crop-area.c @@ -1,7 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright 2009 Red Hat, Inc, - * Copyright (C) 2017-2018 Savoir-faire Linux Inc. + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/chatview.cpp b/src/chatview.cpp index 89224946..a43fb555 100644 --- a/src/chatview.cpp +++ b/src/chatview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Alexandre Viau * Author: Nicolas Jäger diff --git a/src/chatview.h b/src/chatview.h index 886d16a3..f052f9dd 100644 --- a/src/chatview.h +++ b/src/chatview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Nicolas Jäger * Author: Sébastien Blin diff --git a/src/conversationpopupmenu.cpp b/src/conversationpopupmenu.cpp index 306a36ca..ee84dd78 100644 --- a/src/conversationpopupmenu.cpp +++ b/src/conversationpopupmenu.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2017-2018 Savoir-faire Linux * + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * * Author: Nicolas Jäger * * Author: Sébastien Blin * * * diff --git a/src/conversationpopupmenu.h b/src/conversationpopupmenu.h index 398451db..dd8f784b 100644 --- a/src/conversationpopupmenu.h +++ b/src/conversationpopupmenu.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2017-2018 Savoir-faire Linux * + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * * Author: Nicolas Jäger * * Author: Sébastien Blin * * * diff --git a/src/conversationsview.cpp b/src/conversationsview.cpp index 35e2a268..2f8ef16a 100644 --- a/src/conversationsview.cpp +++ b/src/conversationsview.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2017-2018 Savoir-faire Linux * + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * * Author: Nicolas Jäger * * Author: Sébastien Blin * * Author: Hugo Lefeuvre * diff --git a/src/conversationsview.h b/src/conversationsview.h index 2dc85a0d..24db86a2 100644 --- a/src/conversationsview.h +++ b/src/conversationsview.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2017-2018 Savoir-faire Linux * + * Copyright (C) 2017-2019 Savoir-faire Linux Inc. * * Author: Nicolas Jäger * * Author: Sébastien Blin * * * diff --git a/src/currentcallview.cpp b/src/currentcallview.cpp index f8772a68..30e2a4f9 100644 --- a/src/currentcallview.cpp +++ b/src/currentcallview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/currentcallview.h b/src/currentcallview.h index 563b7e25..eda4a8ca 100644 --- a/src/currentcallview.h +++ b/src/currentcallview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Nicolas Jäger * Author: Sébastien Blin diff --git a/src/defines.h b/src/defines.h index 21da51b4..e6249739 100644 --- a/src/defines.h +++ b/src/defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/dialogs.c b/src/dialogs.c index 712540cb..d00e71c1 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify @@ -130,7 +130,7 @@ ring_about_dialog(GtkWidget *parent) gtk_show_about_dialog( GTK_WINDOW(parent), "program-name", "", - "copyright", "© 2018 Savoir-faire Linux", + "copyright", "© 2019 Savoir-faire Linux", "license-type", GTK_LICENSE_GPL_3_0, "logo", logo, "version", version, diff --git a/src/dialogs.h b/src/dialogs.h index b052b38d..25f1763d 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/generalsettingsview.cpp b/src/generalsettingsview.cpp index e602ce5f..c6bed14b 100644 --- a/src/generalsettingsview.cpp +++ b/src/generalsettingsview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/generalsettingsview.h b/src/generalsettingsview.h index 7d29eed4..fb3f5ef5 100644 --- a/src/generalsettingsview.h +++ b/src/generalsettingsview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/incomingcallview.cpp b/src/incomingcallview.cpp index 9dede78e..9b7b318b 100644 --- a/src/incomingcallview.cpp +++ b/src/incomingcallview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Nicolas Jäger * Author: Sébastien Blin diff --git a/src/incomingcallview.h b/src/incomingcallview.h index ee179761..707a9100 100644 --- a/src/incomingcallview.h +++ b/src/incomingcallview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Nicolas Jäger * Author: Sébastien Blin diff --git a/src/main.cpp b/src/main.cpp index 25b1a3e3..9be6ae6a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/mediasettingsview.cpp b/src/mediasettingsview.cpp index b8fbb897..c7ac206a 100644 --- a/src/mediasettingsview.cpp +++ b/src/mediasettingsview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Sébastien Blin * diff --git a/src/mediasettingsview.h b/src/mediasettingsview.h index 563f7e41..5b51f435 100644 --- a/src/mediasettingsview.h +++ b/src/mediasettingsview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Sébastien Blin * diff --git a/src/messagingwidget.cpp b/src/messagingwidget.cpp index 27d98b56..00e2b278 100644 --- a/src/messagingwidget.cpp +++ b/src/messagingwidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Hugo Lefeuvre * * This program is free software; you can redistribute it and/or modify diff --git a/src/messagingwidget.h b/src/messagingwidget.h index 9a2dd5a4..2fdccb94 100644 --- a/src/messagingwidget.h +++ b/src/messagingwidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Savoir-faire Linux Inc. + * Copyright (C) 2018-2019 Savoir-faire Linux Inc. * Author: Hugo Lefeuvre * * This program is free software; you can redistribute it and/or modify diff --git a/src/models/activeitemproxymodel.cpp b/src/models/activeitemproxymodel.cpp index 4084a9a5..c09c16f2 100644 --- a/src/models/activeitemproxymodel.cpp +++ b/src/models/activeitemproxymodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/models/activeitemproxymodel.h b/src/models/activeitemproxymodel.h index 1e81f331..c22d13b8 100644 --- a/src/models/activeitemproxymodel.h +++ b/src/models/activeitemproxymodel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/models/gtkaccessproxymodel.cpp b/src/models/gtkaccessproxymodel.cpp index 5ec18506..b2cfea1f 100644 --- a/src/models/gtkaccessproxymodel.cpp +++ b/src/models/gtkaccessproxymodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/models/gtkaccessproxymodel.h b/src/models/gtkaccessproxymodel.h index fdd34496..640c6824 100644 --- a/src/models/gtkaccessproxymodel.h +++ b/src/models/gtkaccessproxymodel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/models/gtkqtreemodel.cpp b/src/models/gtkqtreemodel.cpp index 543c1815..ef0d9748 100644 --- a/src/models/gtkqtreemodel.cpp +++ b/src/models/gtkqtreemodel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/models/gtkqtreemodel.h b/src/models/gtkqtreemodel.h index e2c06f0e..5f29beec 100644 --- a/src/models/gtkqtreemodel.h +++ b/src/models/gtkqtreemodel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/native/dbuserrorhandler.cpp b/src/native/dbuserrorhandler.cpp index 26696a88..5163664c 100644 --- a/src/native/dbuserrorhandler.cpp +++ b/src/native/dbuserrorhandler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/native/dbuserrorhandler.h b/src/native/dbuserrorhandler.h index 0073d57a..34a69efe 100644 --- a/src/native/dbuserrorhandler.h +++ b/src/native/dbuserrorhandler.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/native/pixbufmanipulator.cpp b/src/native/pixbufmanipulator.cpp index 8e88d023..98e957a8 100644 --- a/src/native/pixbufmanipulator.cpp +++ b/src/native/pixbufmanipulator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Sébastien Blin * diff --git a/src/native/pixbufmanipulator.h b/src/native/pixbufmanipulator.h index ec62c974..cb45e29e 100644 --- a/src/native/pixbufmanipulator.h +++ b/src/native/pixbufmanipulator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Sebastien Blin * diff --git a/src/newaccountsettingsview.cpp b/src/newaccountsettingsview.cpp index 300bda1e..dcd1aee1 100644 --- a/src/newaccountsettingsview.cpp +++ b/src/newaccountsettingsview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Sebastien Blin * * This program is free software; you can redistribute it and/or modify diff --git a/src/newaccountsettingsview.h b/src/newaccountsettingsview.h index cd007520..07db8daf 100644 --- a/src/newaccountsettingsview.h +++ b/src/newaccountsettingsview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Sebastien Blin * diff --git a/src/ring_client.cpp b/src/ring_client.cpp index 25e776f4..a3e9c5a8 100644 --- a/src/ring_client.cpp +++ b/src/ring_client.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/ring_client.h b/src/ring_client.h index bc8a419d..cd7b2a6d 100644 --- a/src/ring_client.h +++ b/src/ring_client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/ring_client_options.c b/src/ring_client_options.c index bdb43500..e8d4e5c9 100644 --- a/src/ring_client_options.c +++ b/src/ring_client_options.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2018 Savoir-faire Linux Inc. + * Copyright (C) 2013-2019 Savoir-faire Linux Inc. * Author: Tristan Matthews * Author: Stepan Salenikovich * diff --git a/src/ring_client_options.h b/src/ring_client_options.h index 936a6b6e..2ebe0ea2 100644 --- a/src/ring_client_options.h +++ b/src/ring_client_options.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2018 Savoir-faire Linux Inc. + * Copyright (C) 2013-2019 Savoir-faire Linux Inc. * Author: Tristan Matthews * * This program is free software; you can redistribute it and/or modify diff --git a/src/ringmainwindow.cpp b/src/ringmainwindow.cpp index 3924d4b3..3841940f 100644 --- a/src/ringmainwindow.cpp +++ b/src/ringmainwindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Guillaume Roguez * diff --git a/src/ringmainwindow.h b/src/ringmainwindow.h index d7e7f033..9ce2766d 100644 --- a/src/ringmainwindow.h +++ b/src/ringmainwindow.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/ringnotify.cpp b/src/ringnotify.cpp index be1597d9..f0736ee4 100644 --- a/src/ringnotify.cpp +++ b/src/ringnotify.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Sebastien Blin * diff --git a/src/ringnotify.h b/src/ringnotify.h index 3619cb53..93c45a99 100644 --- a/src/ringnotify.h +++ b/src/ringnotify.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Sebastien Blin * diff --git a/src/ringwelcomeview.cpp b/src/ringwelcomeview.cpp index a7a78826..a411880e 100644 --- a/src/ringwelcomeview.cpp +++ b/src/ringwelcomeview.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Nicolas Jäger * Author: Sébastien Blin diff --git a/src/ringwelcomeview.h b/src/ringwelcomeview.h index b5b09a05..d8af9a27 100644 --- a/src/ringwelcomeview.h +++ b/src/ringwelcomeview.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * Author: Nicolas Jäger * Author: Sébastien Blin diff --git a/src/usernameregistrationbox.cpp b/src/usernameregistrationbox.cpp index cfe6d002..2d7df3e0 100644 --- a/src/usernameregistrationbox.cpp +++ b/src/usernameregistrationbox.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * * This program is free software; you can redistribute it and/or modify diff --git a/src/usernameregistrationbox.h b/src/usernameregistrationbox.h index 6b6c8d25..2fc200e2 100644 --- a/src/usernameregistrationbox.h +++ b/src/usernameregistrationbox.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils/drawing.cpp b/src/utils/drawing.cpp index 5110a014..3463f356 100644 --- a/src/utils/drawing.cpp +++ b/src/utils/drawing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils/drawing.h b/src/utils/drawing.h index d629c26e..5eaa6f88 100644 --- a/src/utils/drawing.h +++ b/src/utils/drawing.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils/files.cpp b/src/utils/files.cpp index a982d758..79d0c319 100644 --- a/src/utils/files.cpp +++ b/src/utils/files.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils/files.h b/src/utils/files.h index f1292e6c..b3133146 100644 --- a/src/utils/files.h +++ b/src/utils/files.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils/models.cpp b/src/utils/models.cpp index 18c81dd0..d693de48 100644 --- a/src/utils/models.cpp +++ b/src/utils/models.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/utils/models.h b/src/utils/models.h index ccbabf38..edaef8c7 100644 --- a/src/utils/models.h +++ b/src/utils/models.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/video/video_widget.cpp b/src/video/video_widget.cpp index c31d5c85..0fc85f71 100644 --- a/src/video/video_widget.cpp +++ b/src/video/video_widget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/video/video_widget.h b/src/video/video_widget.h index 57d5c0cc..89fce6bc 100644 --- a/src/video/video_widget.h +++ b/src/video/video_widget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 Savoir-faire Linux Inc. + * Copyright (C) 2015-2019 Savoir-faire Linux Inc. * Author: Stepan Salenikovich * * This program is free software; you can redistribute it and/or modify diff --git a/src/webkitchatcontainer.cpp b/src/webkitchatcontainer.cpp index 07f6f4a0..76b1ca98 100644 --- a/src/webkitchatcontainer.cpp +++ b/src/webkitchatcontainer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * Author: Sébastien Blin * Author: Hugo Lefeuvre diff --git a/src/webkitchatcontainer.h b/src/webkitchatcontainer.h index d18ed26c..45d46a8d 100644 --- a/src/webkitchatcontainer.h +++ b/src/webkitchatcontainer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2018 Savoir-faire Linux Inc. + * Copyright (C) 2016-2019 Savoir-faire Linux Inc. * Author: Alexandre Viau * Author: Sébastien Blin * -- GitLab