changeset 685:9877607c719a

2015 copyright dates update
author Goffi <goffi@goffi.org>
date Mon, 30 Mar 2015 10:28:47 +0200
parents e876f493dccc
children 90a5a5af2550
files README setup.py src/browser/libervia_main.py src/browser/libervia_test.py src/browser/public/libervia.css src/browser/sat_browser/base_menu.py src/browser/sat_browser/base_panel.py src/browser/sat_browser/base_widget.py src/browser/sat_browser/blog.py src/browser/sat_browser/chat.py src/browser/sat_browser/constants.py src/browser/sat_browser/contact_group.py src/browser/sat_browser/contact_list.py src/browser/sat_browser/contact_panel.py src/browser/sat_browser/contact_widget.py src/browser/sat_browser/dialog.py src/browser/sat_browser/editor_widget.py src/browser/sat_browser/file_tools.py src/browser/sat_browser/game_radiocol.py src/browser/sat_browser/game_tarot.py src/browser/sat_browser/html_tools.py src/browser/sat_browser/json.py src/browser/sat_browser/libervia_widget.py src/browser/sat_browser/list_manager.py src/browser/sat_browser/logging.py src/browser/sat_browser/main_panel.py src/browser/sat_browser/menu.py src/browser/sat_browser/nativedom.py src/browser/sat_browser/otrjs_wrapper.py src/browser/sat_browser/plugin_sec_otr.py src/browser/sat_browser/plugin_xep_0085.py src/browser/sat_browser/register.py src/browser/sat_browser/richtext.py src/browser/sat_browser/widget.py src/browser/sat_browser/xmlui.py src/common/constants.py src/server/blog.py src/server/constants.py src/server/html_tools.py src/server/server.py
diffstat 40 files changed, 45 insertions(+), 45 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Mar 18 10:17:04 2015 +0100
+++ b/README	Mon Mar 30 10:28:47 2015 +0200
@@ -1,6 +1,6 @@
 Libervia v0.5.1
-(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014
-(c) Adrien Cossa aka Souliane 2013, 2014
+(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
+(c) Adrien Cossa aka Souliane 2013, 2014, 2015
 
 Libervia is a frontend for SàT
 SàT is a XMPP (Jabber) client.
--- a/setup.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/setup.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2011, 2012, 2013, 2014, 2015  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/libervia_main.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/libervia_main.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/libervia_test.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/libervia_test.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/public/libervia.css	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/public/libervia.css	Mon Mar 30 10:28:47 2015 +0200
@@ -1,8 +1,8 @@
 /*
 Libervia: a Salut à Toi frontend
-Copyright (C) 2011, 2012, 2013, 2014  Jérôme Poisson <goffi@goffi.org>
+Copyright (C) 2011, 2012, 2013, 2014, 2015  Jérôme Poisson <goffi@goffi.org>
 Copyright (C) 2011  Adrien Vigneron <adrienvigneron@mailoo.org>
-Copyright (C) 2013, 2014  Adrien Cossa <souliane@mailoo.org>
+Copyright (C) 2013, 2014, 2015  Adrien Cossa <souliane@mailoo.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/base_menu.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/base_menu.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/base_panel.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/base_panel.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/base_widget.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/base_widget.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/blog.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/blog.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/chat.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/chat.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/constants.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/constants.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/contact_group.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/contact_group.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2013, 2014 Adrien Cossa <souliane@mailoo.org>
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa <souliane@mailoo.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/contact_list.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/contact_list.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/contact_panel.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/contact_panel.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/contact_widget.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/contact_widget.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/dialog.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/dialog.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/editor_widget.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/editor_widget.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/file_tools.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/file_tools.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/game_radiocol.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/game_radiocol.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/game_tarot.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/game_tarot.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/html_tools.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/html_tools.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/json.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/json.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/libervia_widget.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/libervia_widget.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/list_manager.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/list_manager.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2013, 2014 Adrien Cossa <souliane@mailoo.org>
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa <souliane@mailoo.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/logging.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/logging.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/main_panel.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/main_panel.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/menu.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/menu.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/nativedom.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/nativedom.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/otrjs_wrapper.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/otrjs_wrapper.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # Libervia wrapper for otr.js
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/plugin_sec_otr.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/plugin_sec_otr.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # Libervia plugin for OTR encryption
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/plugin_xep_0085.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/plugin_xep_0085.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Chat State Notifications Protocol (xep-0085)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/register.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/register.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 # Copyright (C) 2011, 2012  Adrien Vigneron <adrienvigneron@mailoo.org>
 
 # This program is free software: you can redistribute it and/or modify
--- a/src/browser/sat_browser/richtext.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/richtext.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2013, 2014 Adrien Cossa <souliane@mailoo.org>
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa <souliane@mailoo.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/widget.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/widget.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/browser/sat_browser/xmlui.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/browser/sat_browser/xmlui.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/common/constants.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/common/constants.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/server/blog.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/server/blog.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/server/constants.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/server/constants.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/server/html_tools.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/server/html_tools.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/src/server/server.py	Wed Mar 18 10:17:04 2015 +0100
+++ b/src/server/server.py	Mon Mar 30 10:28:47 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011, 2012, 2013, 2014 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011, 2012, 2013, 2014, 2015 Jérôme Poisson <goffi@goffi.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by