From 2149a673c0072824e48246593e796b2e312ea7f6 Mon Sep 17 00:00:00 2001
From: Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>
Date: Tue, 7 Jan 2014 14:58:49 -0500
Subject: [PATCH] [ #38117 ] Update copyright

---
 src/abstractbookmarkmodel.cpp                 | 2 +-
 src/abstractbookmarkmodel.h                   | 2 +-
 src/abstractcontactbackend.cpp                | 2 +-
 src/abstractcontactbackend.h                  | 2 +-
 src/account.cpp                               | 2 +-
 src/account.h                                 | 2 +-
 src/accountlistmodel.cpp                      | 2 +-
 src/accountlistmodel.h                        | 2 +-
 src/audiocodecmodel.cpp                       | 2 +-
 src/audiocodecmodel.h                         | 2 +-
 src/audiosettingsmodel.cpp                    | 2 +-
 src/audiosettingsmodel.h                      | 2 +-
 src/call.cpp                                  | 2 +-
 src/call.h                                    | 2 +-
 src/callmodel.cpp                             | 2 +-
 src/callmodel.h                               | 2 +-
 src/categorizedaccountmodel.cpp               | 2 +-
 src/categorizedaccountmodel.h                 | 2 +-
 src/categorizedcompositenode.cpp              | 2 +-
 src/categorizedcompositenode.h                | 2 +-
 src/contact.cpp                               | 2 +-
 src/contact.h                                 | 2 +-
 src/contactproxymodel.cpp                     | 2 +-
 src/contactproxymodel.h                       | 2 +-
 src/credentialmodel.cpp                       | 2 +-
 src/credentialmodel.h                         | 2 +-
 src/dbus/callmanager.cpp                      | 2 +-
 src/dbus/callmanager.h                        | 2 +-
 src/dbus/configurationmanager.cpp             | 2 +-
 src/dbus/configurationmanager.h               | 2 +-
 src/dbus/instancemanager.cpp                  | 2 +-
 src/dbus/instancemanager.h                    | 2 +-
 src/dbus/presencemanager.cpp                  | 2 +-
 src/dbus/presencemanager.h                    | 2 +-
 src/dbus/videomanager.cpp                     | 2 +-
 src/dbus/videomanager.h                       | 2 +-
 src/historymodel.cpp                          | 2 +-
 src/historymodel.h                            | 2 +-
 src/historytimecategorymodel.cpp              | 2 +-
 src/historytimecategorymodel.h                | 2 +-
 src/instantmessagingmodel.cpp                 | 2 +-
 src/instantmessagingmodel.h                   | 2 +-
 src/keyexchangemodel.cpp                      | 2 +-
 src/keyexchangemodel.h                        | 2 +-
 src/lastusednumbermodel.cpp                   | 2 +-
 src/lastusednumbermodel.h                     | 2 +-
 src/numbercategory.cpp                        | 2 +-
 src/numbercategory.h                          | 2 +-
 src/numbercategorymodel.cpp                   | 2 +-
 src/numbercategorymodel.h                     | 2 +-
 src/numbercompletionmodel.cpp                 | 2 +-
 src/numbercompletionmodel.h                   | 2 +-
 src/phonedirectorymodel.cpp                   | 2 +-
 src/phonedirectorymodel.h                     | 2 +-
 src/phonenumber.cpp                           | 2 +-
 src/phonenumber.h                             | 2 +-
 src/presencestatusmodel.cpp                   | 2 +-
 src/presencestatusmodel.h                     | 2 +-
 src/ringtonemodel.cpp                         | 2 +-
 src/ringtonemodel.h                           | 2 +-
 src/sflphone_const.h                          | 2 +-
 src/tlsmethodmodel.cpp                        | 2 +-
 src/tlsmethodmodel.h                          | 2 +-
 src/typedefs.h                                | 2 +-
 src/useractionmodel.cpp                       | 2 +-
 src/useractionmodel.h                         | 2 +-
 src/videocodec.cpp                            | 2 +-
 src/videocodec.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 +-
 src/visitors/numbercategoryvisitor.cpp        | 2 +-
 src/visitors/numbercategoryvisitor.h          | 2 +-
 src/visitors/phonenumberselector.cpp          | 2 +-
 src/visitors/phonenumberselector.h            | 2 +-
 src/visitors/pixmapmanipulationvisitor.cpp    | 2 +-
 src/visitors/pixmapmanipulationvisitor.h      | 2 +-
 src/visitors/presenceserializationvisitor.cpp | 2 +-
 src/visitors/presenceserializationvisitor.h   | 2 +-
 84 files changed, 84 insertions(+), 84 deletions(-)

diff --git a/src/abstractbookmarkmodel.cpp b/src/abstractbookmarkmodel.cpp
index ad828115..ceafa5ed 100644
--- a/src/abstractbookmarkmodel.cpp
+++ b/src/abstractbookmarkmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/abstractbookmarkmodel.h b/src/abstractbookmarkmodel.h
index 6031dac8..f6d73600 100644
--- a/src/abstractbookmarkmodel.h
+++ b/src/abstractbookmarkmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/abstractcontactbackend.cpp b/src/abstractcontactbackend.cpp
index 356cfa29..93d6a53d 100644
--- a/src/abstractcontactbackend.cpp
+++ b/src/abstractcontactbackend.cpp
@@ -1,5 +1,5 @@
 /************************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                                  *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                                  *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>                  *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com>         *
  *                                                                                  *
diff --git a/src/abstractcontactbackend.h b/src/abstractcontactbackend.h
index 82ec24de..1ae573f3 100644
--- a/src/abstractcontactbackend.h
+++ b/src/abstractcontactbackend.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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.cpp b/src/account.cpp
index 6117d023..1ce00683 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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 af44387a..be7c8b23 100644
--- a/src/account.h
+++ b/src/account.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/accountlistmodel.cpp b/src/accountlistmodel.cpp
index 42fe78a2..e55af067 100644
--- a/src/accountlistmodel.cpp
+++ b/src/accountlistmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/accountlistmodel.h b/src/accountlistmodel.h
index 2b1062a6..4d74c9ae 100644
--- a/src/accountlistmodel.h
+++ b/src/accountlistmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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 df32e4be..2a1abe76 100644
--- a/src/audiocodecmodel.cpp
+++ b/src/audiocodecmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 68796d60..5d066e72 100644
--- a/src/audiocodecmodel.h
+++ b/src/audiocodecmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/audiosettingsmodel.cpp b/src/audiosettingsmodel.cpp
index 362f1831..e6a0d579 100644
--- a/src/audiosettingsmodel.cpp
+++ b/src/audiosettingsmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/audiosettingsmodel.h b/src/audiosettingsmodel.h
index 6655739e..94bea242 100644
--- a/src/audiosettingsmodel.h
+++ b/src/audiosettingsmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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 5971aedf..c219a6c4 100644
--- a/src/call.cpp
+++ b/src/call.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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 080938d5..1e355596 100644
--- a/src/call.h
+++ b/src/call.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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 01c73a15..5f5935ab 100644
--- a/src/callmodel.cpp
+++ b/src/callmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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/callmodel.h b/src/callmodel.h
index 269b14c7..cd364e64 100644
--- a/src/callmodel.h
+++ b/src/callmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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/categorizedaccountmodel.cpp b/src/categorizedaccountmodel.cpp
index 00e8b050..fc0ea335 100644
--- a/src/categorizedaccountmodel.cpp
+++ b/src/categorizedaccountmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/categorizedaccountmodel.h b/src/categorizedaccountmodel.h
index 3e321003..6fd3708d 100644
--- a/src/categorizedaccountmodel.h
+++ b/src/categorizedaccountmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/categorizedcompositenode.cpp b/src/categorizedcompositenode.cpp
index 333a42c6..5206e880 100644
--- a/src/categorizedcompositenode.cpp
+++ b/src/categorizedcompositenode.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/categorizedcompositenode.h b/src/categorizedcompositenode.h
index b9122eb2..52238f40 100644
--- a/src/categorizedcompositenode.h
+++ b/src/categorizedcompositenode.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/contact.cpp b/src/contact.cpp
index 3bc1ecd1..c8a3fcbf 100644
--- a/src/contact.cpp
+++ b/src/contact.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 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 5ad75034..dded4ffb 100644
--- a/src/contact.h
+++ b/src/contact.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/contactproxymodel.cpp b/src/contactproxymodel.cpp
index a7fab376..50c3240c 100644
--- a/src/contactproxymodel.cpp
+++ b/src/contactproxymodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/contactproxymodel.h b/src/contactproxymodel.h
index a655a7db..89734dc5 100644
--- a/src/contactproxymodel.h
+++ b/src/contactproxymodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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.cpp b/src/credentialmodel.cpp
index 638e7a61..77ab941f 100644
--- a/src/credentialmodel.cpp
+++ b/src/credentialmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 a85d055c..1991c8cd 100644
--- a/src/credentialmodel.h
+++ b/src/credentialmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/dbus/callmanager.cpp b/src/dbus/callmanager.cpp
index 93db5047..1eb1d2d7 100644
--- a/src/dbus/callmanager.cpp
+++ b/src/dbus/callmanager.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/dbus/callmanager.h b/src/dbus/callmanager.h
index 0f8e3b4c..a14fc977 100644
--- a/src/dbus/callmanager.h
+++ b/src/dbus/callmanager.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/dbus/configurationmanager.cpp b/src/dbus/configurationmanager.cpp
index 3367d911..2a85454e 100644
--- a/src/dbus/configurationmanager.cpp
+++ b/src/dbus/configurationmanager.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/dbus/configurationmanager.h b/src/dbus/configurationmanager.h
index ac90cf44..bb473396 100644
--- a/src/dbus/configurationmanager.h
+++ b/src/dbus/configurationmanager.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/dbus/instancemanager.cpp b/src/dbus/instancemanager.cpp
index f951d3fd..1b3002ce 100644
--- a/src/dbus/instancemanager.cpp
+++ b/src/dbus/instancemanager.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/dbus/instancemanager.h b/src/dbus/instancemanager.h
index 84538909..ade1a036 100644
--- a/src/dbus/instancemanager.h
+++ b/src/dbus/instancemanager.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/dbus/presencemanager.cpp b/src/dbus/presencemanager.cpp
index 9d73e3ed..4d9656e6 100644
--- a/src/dbus/presencemanager.cpp
+++ b/src/dbus/presencemanager.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/dbus/presencemanager.h b/src/dbus/presencemanager.h
index 60c710bf..e2708d59 100644
--- a/src/dbus/presencemanager.h
+++ b/src/dbus/presencemanager.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/dbus/videomanager.cpp b/src/dbus/videomanager.cpp
index 3ed7990a..87518cce 100644
--- a/src/dbus/videomanager.cpp
+++ b/src/dbus/videomanager.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/dbus/videomanager.h b/src/dbus/videomanager.h
index 81911f9b..f5169d97 100644
--- a/src/dbus/videomanager.h
+++ b/src/dbus/videomanager.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 74eb655d..28dce0fd 100644
--- a/src/historymodel.cpp
+++ b/src/historymodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 706a3dc4..221028d6 100644
--- a/src/historymodel.h
+++ b/src/historymodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/historytimecategorymodel.cpp b/src/historytimecategorymodel.cpp
index 8a2d41d1..f0d4faa8 100644
--- a/src/historytimecategorymodel.cpp
+++ b/src/historytimecategorymodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/historytimecategorymodel.h b/src/historytimecategorymodel.h
index cfccc450..c3468343 100644
--- a/src/historytimecategorymodel.h
+++ b/src/historytimecategorymodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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.cpp b/src/instantmessagingmodel.cpp
index 17e56bf1..3c30d654 100644
--- a/src/instantmessagingmodel.cpp
+++ b/src/instantmessagingmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 ff019044..2f345cb4 100644
--- a/src/instantmessagingmodel.h
+++ b/src/instantmessagingmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/keyexchangemodel.cpp b/src/keyexchangemodel.cpp
index 083974ec..61b9db4c 100644
--- a/src/keyexchangemodel.cpp
+++ b/src/keyexchangemodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/keyexchangemodel.h b/src/keyexchangemodel.h
index e76f2607..99f57ac4 100644
--- a/src/keyexchangemodel.h
+++ b/src/keyexchangemodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/lastusednumbermodel.cpp b/src/lastusednumbermodel.cpp
index 1ca1e27c..dd58fbf5 100644
--- a/src/lastusednumbermodel.cpp
+++ b/src/lastusednumbermodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/lastusednumbermodel.h b/src/lastusednumbermodel.h
index fd7ead62..ec0eee44 100644
--- a/src/lastusednumbermodel.h
+++ b/src/lastusednumbermodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/numbercategory.cpp b/src/numbercategory.cpp
index e0189eaf..de5f9fcc 100644
--- a/src/numbercategory.cpp
+++ b/src/numbercategory.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/numbercategory.h b/src/numbercategory.h
index b2f3a7b4..0bf343e8 100644
--- a/src/numbercategory.h
+++ b/src/numbercategory.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/numbercategorymodel.cpp b/src/numbercategorymodel.cpp
index ada3bf04..18937558 100644
--- a/src/numbercategorymodel.cpp
+++ b/src/numbercategorymodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/numbercategorymodel.h b/src/numbercategorymodel.h
index 061fe12b..109a52b7 100644
--- a/src/numbercategorymodel.h
+++ b/src/numbercategorymodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/numbercompletionmodel.cpp b/src/numbercompletionmodel.cpp
index 9393a25a..268844ae 100644
--- a/src/numbercompletionmodel.cpp
+++ b/src/numbercompletionmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/numbercompletionmodel.h b/src/numbercompletionmodel.h
index 5669d324..1d679b0c 100644
--- a/src/numbercompletionmodel.h
+++ b/src/numbercompletionmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/phonedirectorymodel.cpp b/src/phonedirectorymodel.cpp
index a5790543..1c393deb 100644
--- a/src/phonedirectorymodel.cpp
+++ b/src/phonedirectorymodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/phonedirectorymodel.h b/src/phonedirectorymodel.h
index db019735..71858424 100644
--- a/src/phonedirectorymodel.h
+++ b/src/phonedirectorymodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/phonenumber.cpp b/src/phonenumber.cpp
index 6cb5d7b6..c4bf8e9c 100644
--- a/src/phonenumber.cpp
+++ b/src/phonenumber.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/phonenumber.h b/src/phonenumber.h
index a3e08e31..8759b4a8 100644
--- a/src/phonenumber.h
+++ b/src/phonenumber.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/presencestatusmodel.cpp b/src/presencestatusmodel.cpp
index 40070a25..e2988ff6 100644
--- a/src/presencestatusmodel.cpp
+++ b/src/presencestatusmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/presencestatusmodel.h b/src/presencestatusmodel.h
index 7be09395..779c3192 100644
--- a/src/presencestatusmodel.h
+++ b/src/presencestatusmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/ringtonemodel.cpp b/src/ringtonemodel.cpp
index 321f75a1..e7028841 100644
--- a/src/ringtonemodel.cpp
+++ b/src/ringtonemodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/ringtonemodel.h b/src/ringtonemodel.h
index 85c5d04e..9140c66a 100644
--- a/src/ringtonemodel.h
+++ b/src/ringtonemodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/sflphone_const.h b/src/sflphone_const.h
index 05f44ad5..ed13598e 100644
--- a/src/sflphone_const.h
+++ b/src/sflphone_const.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/tlsmethodmodel.cpp b/src/tlsmethodmodel.cpp
index 1e3bd754..50af1fd4 100644
--- a/src/tlsmethodmodel.cpp
+++ b/src/tlsmethodmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/tlsmethodmodel.h b/src/tlsmethodmodel.h
index 057eb678..4b165eef 100644
--- a/src/tlsmethodmodel.h
+++ b/src/tlsmethodmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/typedefs.h b/src/typedefs.h
index 30364bcf..d3fb6b18 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2009-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2009-2014 by Savoir-Faire Linux                          *
  *   Author : Jérémy Quentin <jeremy.quentin@savoirfairelinux.com>          *
  *            Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
diff --git a/src/useractionmodel.cpp b/src/useractionmodel.cpp
index 2f0f6847..a679c1e1 100644
--- a/src/useractionmodel.cpp
+++ b/src/useractionmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/useractionmodel.h b/src/useractionmodel.h
index e377a0db..fe5aae77 100644
--- a/src/useractionmodel.h
+++ b/src/useractionmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/videocodec.cpp b/src/videocodec.cpp
index d74c66d1..3637d1d9 100644
--- a/src/videocodec.cpp
+++ b/src/videocodec.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/videocodec.h b/src/videocodec.h
index db599d5e..5e3e1ddf 100644
--- a/src/videocodec.h
+++ b/src/videocodec.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 ff92ff73..90cec8c9 100644
--- a/src/videocodecmodel.cpp
+++ b/src/videocodecmodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 f658cb96..f430b349 100644
--- a/src/videocodecmodel.h
+++ b/src/videocodecmodel.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 a80f771f..de55a969 100644
--- a/src/videodevice.cpp
+++ b/src/videodevice.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 ca691829..49654664 100644
--- a/src/videodevice.h
+++ b/src/videodevice.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 3e383c00..3f86b4d7 100644
--- a/src/videomodel.cpp
+++ b/src/videomodel.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 d6fe21b3..37616d61 100644
--- a/src/videomodel.h
+++ b/src/videomodel.h
@@ -1,5 +1,5 @@
 /******************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                            *
+ *   Copyright (C) 2012-2014 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 cab8cc8c..7ec2252a 100644
--- a/src/videorenderer.cpp
+++ b/src/videorenderer.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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 bd75e597..a79e2c06 100644
--- a/src/videorenderer.h
+++ b/src/videorenderer.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2012-2013 by Savoir-Faire Linux                          *
+ *   Copyright (C) 2012-2014 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/visitors/numbercategoryvisitor.cpp b/src/visitors/numbercategoryvisitor.cpp
index 530b29dc..b13fde8b 100644
--- a/src/visitors/numbercategoryvisitor.cpp
+++ b/src/visitors/numbercategoryvisitor.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/visitors/numbercategoryvisitor.h b/src/visitors/numbercategoryvisitor.h
index 705ebbe3..f7400dc9 100644
--- a/src/visitors/numbercategoryvisitor.h
+++ b/src/visitors/numbercategoryvisitor.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/visitors/phonenumberselector.cpp b/src/visitors/phonenumberselector.cpp
index a2bf84e0..87eeb7e1 100644
--- a/src/visitors/phonenumberselector.cpp
+++ b/src/visitors/phonenumberselector.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/visitors/phonenumberselector.h b/src/visitors/phonenumberselector.h
index 4e5e7fc3..dfae3494 100644
--- a/src/visitors/phonenumberselector.h
+++ b/src/visitors/phonenumberselector.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/visitors/pixmapmanipulationvisitor.cpp b/src/visitors/pixmapmanipulationvisitor.cpp
index 8fc3402c..e0b29027 100644
--- a/src/visitors/pixmapmanipulationvisitor.cpp
+++ b/src/visitors/pixmapmanipulationvisitor.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/visitors/pixmapmanipulationvisitor.h b/src/visitors/pixmapmanipulationvisitor.h
index 91b14e37..5bb25e45 100644
--- a/src/visitors/pixmapmanipulationvisitor.h
+++ b/src/visitors/pixmapmanipulationvisitor.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/visitors/presenceserializationvisitor.cpp b/src/visitors/presenceserializationvisitor.cpp
index 137dbb39..f246a1fa 100644
--- a/src/visitors/presenceserializationvisitor.cpp
+++ b/src/visitors/presenceserializationvisitor.cpp
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 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/visitors/presenceserializationvisitor.h b/src/visitors/presenceserializationvisitor.h
index 84d6ddd4..96b6b153 100644
--- a/src/visitors/presenceserializationvisitor.h
+++ b/src/visitors/presenceserializationvisitor.h
@@ -1,5 +1,5 @@
 /****************************************************************************
- *   Copyright (C) 2013 by Savoir-Faire Linux                               *
+ *   Copyright (C) 2013-2014 by Savoir-Faire Linux                         ***
  *   Author : Emmanuel Lepage Vallee <emmanuel.lepage@savoirfairelinux.com> *
  *                                                                          *
  *   This library is free software; you can redistribute it and/or          *
-- 
GitLab