From da9e7d74eccc9c8e26e00c9b29cdee104592805f Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> Date: Mon, 11 Feb 2013 14:44:38 -0500 Subject: [PATCH] [ #20305 ] Update copyright information --- src/account.cpp | 2 +- src/account.h | 2 +- src/accountlist.cpp | 2 +- src/accountlist.h | 2 +- src/audiocodecmodel.cpp | 2 +- src/audiocodecmodel.h | 2 +- src/call.cpp | 2 +- src/call.h | 2 +- src/callmanager_interface_singleton.cpp | 2 +- src/callmanager_interface_singleton.h | 2 +- src/callmodel.cpp | 5 ++--- src/callmodel.h | 5 ++--- src/callmodel.hpp | 5 ++--- src/configurationmanager_interface_singleton.cpp | 2 +- src/configurationmanager_interface_singleton.h | 2 +- src/contact.cpp | 2 +- src/contact.h | 2 +- src/contactbackend.cpp | 2 +- src/contactbackend.h | 2 +- src/credentialmodel.cpp | 2 +- src/credentialmodel.h | 2 +- src/historymodel.cpp | 2 +- src/historymodel.h | 2 +- src/instance_interface_singleton.cpp | 2 +- src/instance_interface_singleton.h | 2 +- src/instantmessagingmodel.cpp | 2 +- src/instantmessagingmodel.h | 2 +- src/sflphone_const.h | 2 +- src/typedefs.h | 2 +- src/video_interface_singleton.cpp | 2 +- src/video_interface_singleton.h | 2 +- src/videocodecmodel.cpp | 2 +- src/videocodecmodel.h | 2 +- src/videodevice.cpp | 2 +- src/videodevice.h | 2 +- src/videomodel.cpp | 2 +- src/videomodel.h | 2 +- src/videorenderer.cpp | 2 +- src/videorenderer.h | 2 +- 39 files changed, 42 insertions(+), 45 deletions(-) diff --git a/src/account.cpp b/src/account.cpp index f7491907..93c0bfce 100644 --- a/src/account.cpp +++ b/src/account.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/account.h b/src/account.h index a3d45ee3..e4a27a0f 100644 --- a/src/account.h +++ b/src/account.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/accountlist.cpp b/src/accountlist.cpp index 5c715ab7..7dbcf083 100644 --- a/src/accountlist.cpp +++ b/src/accountlist.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/accountlist.h b/src/accountlist.h index 51e743fd..1b55c7b0 100644 --- a/src/accountlist.h +++ b/src/accountlist.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/audiocodecmodel.cpp b/src/audiocodecmodel.cpp index e5bbe1c9..b7b9eae8 100644 --- a/src/audiocodecmodel.cpp +++ b/src/audiocodecmodel.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/audiocodecmodel.h b/src/audiocodecmodel.h index 7bc77e7b..03a37cd8 100644 --- a/src/audiocodecmodel.h +++ b/src/audiocodecmodel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/call.cpp b/src/call.cpp index 26e0e125..7f4f9070 100644 --- a/src/call.cpp +++ b/src/call.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/call.h b/src/call.h index d3444f61..3e784c1c 100644 --- a/src/call.h +++ b/src/call.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/callmanager_interface_singleton.cpp b/src/callmanager_interface_singleton.cpp index 380efb86..607f67a3 100644 --- a/src/callmanager_interface_singleton.cpp +++ b/src/callmanager_interface_singleton.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/callmanager_interface_singleton.h b/src/callmanager_interface_singleton.h index 6583fc4e..e4c6dc10 100644 --- a/src/callmanager_interface_singleton.h +++ b/src/callmanager_interface_singleton.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/callmodel.cpp b/src/callmodel.cpp index 566e9b2f..298ffc60 100644 --- a/src/callmodel.cpp +++ b/src/callmodel.cpp @@ -1,7 +1,6 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * - * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * - * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * + * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * diff --git a/src/callmodel.h b/src/callmodel.h index d3b0c94f..780b7ca8 100644 --- a/src/callmodel.h +++ b/src/callmodel.h @@ -1,7 +1,6 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * - * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * - * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * + * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * diff --git a/src/callmodel.hpp b/src/callmodel.hpp index 828e527a..61da5140 100644 --- a/src/callmodel.hpp +++ b/src/callmodel.hpp @@ -1,7 +1,6 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * - * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * - * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * + * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * diff --git a/src/configurationmanager_interface_singleton.cpp b/src/configurationmanager_interface_singleton.cpp index 26b33c12..8101ba17 100644 --- a/src/configurationmanager_interface_singleton.cpp +++ b/src/configurationmanager_interface_singleton.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/configurationmanager_interface_singleton.h b/src/configurationmanager_interface_singleton.h index fbe6a439..544d9ce0 100644 --- a/src/configurationmanager_interface_singleton.h +++ b/src/configurationmanager_interface_singleton.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/contact.cpp b/src/contact.cpp index 415c80ab..3a9bf3da 100644 --- a/src/contact.cpp +++ b/src/contact.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/contact.h b/src/contact.h index c040922a..91a5b725 100644 --- a/src/contact.h +++ b/src/contact.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/contactbackend.cpp b/src/contactbackend.cpp index 5eb36f34..6b690184 100644 --- a/src/contactbackend.cpp +++ b/src/contactbackend.cpp @@ -1,5 +1,5 @@ /************************************************************************************ - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/contactbackend.h b/src/contactbackend.h index e8d390ed..1b252218 100644 --- a/src/contactbackend.h +++ b/src/contactbackend.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/credentialmodel.cpp b/src/credentialmodel.cpp index 69a75fab..13b73281 100644 --- a/src/credentialmodel.cpp +++ b/src/credentialmodel.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/credentialmodel.h b/src/credentialmodel.h index 29b8b1c3..cc3f703a 100644 --- a/src/credentialmodel.h +++ b/src/credentialmodel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/historymodel.cpp b/src/historymodel.cpp index cee693dc..1a86fef6 100644 --- a/src/historymodel.cpp +++ b/src/historymodel.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/historymodel.h b/src/historymodel.h index fcadd398..bfdf2942 100644 --- a/src/historymodel.h +++ b/src/historymodel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/instance_interface_singleton.cpp b/src/instance_interface_singleton.cpp index 3e5b52d6..0f2ab700 100644 --- a/src/instance_interface_singleton.cpp +++ b/src/instance_interface_singleton.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/instance_interface_singleton.h b/src/instance_interface_singleton.h index 3c805806..fc63e5d3 100644 --- a/src/instance_interface_singleton.h +++ b/src/instance_interface_singleton.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/instantmessagingmodel.cpp b/src/instantmessagingmodel.cpp index 3006b513..9df2b680 100644 --- a/src/instantmessagingmodel.cpp +++ b/src/instantmessagingmodel.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/instantmessagingmodel.h b/src/instantmessagingmodel.h index 94f9b573..e67a01d6 100644 --- a/src/instantmessagingmodel.h +++ b/src/instantmessagingmodel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/sflphone_const.h b/src/sflphone_const.h index d904f5d0..efc198cc 100644 --- a/src/sflphone_const.h +++ b/src/sflphone_const.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/typedefs.h b/src/typedefs.h index 1bc63c18..f537cb1b 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2009 by Savoir-Faire Linux * + * Copyright (C) 2009-2013 by Savoir-Faire Linux * * Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com> * * Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * diff --git a/src/video_interface_singleton.cpp b/src/video_interface_singleton.cpp index 2a77284c..0e469b0b 100644 --- a/src/video_interface_singleton.cpp +++ b/src/video_interface_singleton.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/video_interface_singleton.h b/src/video_interface_singleton.h index 17bb0bc9..b9d8a942 100644 --- a/src/video_interface_singleton.h +++ b/src/video_interface_singleton.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videocodecmodel.cpp b/src/videocodecmodel.cpp index aed0bedc..aa88b184 100644 --- a/src/videocodecmodel.cpp +++ b/src/videocodecmodel.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videocodecmodel.h b/src/videocodecmodel.h index 85216cbb..8e52de89 100644 --- a/src/videocodecmodel.h +++ b/src/videocodecmodel.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videodevice.cpp b/src/videodevice.cpp index bdee16de..fde434ac 100644 --- a/src/videodevice.cpp +++ b/src/videodevice.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videodevice.h b/src/videodevice.h index 4a6bc60b..924c0f05 100644 --- a/src/videodevice.h +++ b/src/videodevice.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videomodel.cpp b/src/videomodel.cpp index 53b6b69c..8a74cdbd 100644 --- a/src/videomodel.cpp +++ b/src/videomodel.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videomodel.h b/src/videomodel.h index 2f6795a0..80774d4a 100644 --- a/src/videomodel.h +++ b/src/videomodel.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videorenderer.cpp b/src/videorenderer.cpp index a6140db1..4a9a6e1d 100644 --- a/src/videorenderer.cpp +++ b/src/videorenderer.cpp @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * diff --git a/src/videorenderer.h b/src/videorenderer.h index 9c22b9b7..c3322442 100644 --- a/src/videorenderer.h +++ b/src/videorenderer.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (C) 2012 by Savoir-Faire Linux * + * Copyright (C) 2012-2013 by Savoir-Faire Linux * * Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> * * * * This library is free software; you can redistribute it and/or * -- GitLab