changeset 1144:2af117bfe6cc

dates update
author Goffi <goffi@goffi.org>
date Sat, 19 Jan 2019 11:44:49 +0100
parents 7bd47d32da87
children 29eb15062416
files README browser/libervia_main.py browser/libervia_test.py browser/sat_browser/base_menu.py browser/sat_browser/base_panel.py browser/sat_browser/base_widget.py browser/sat_browser/blog.py browser/sat_browser/chat.py browser/sat_browser/constants.py browser/sat_browser/contact_list.py browser/sat_browser/contact_panel.py browser/sat_browser/contact_widget.py browser/sat_browser/dialog.py browser/sat_browser/editor_widget.py browser/sat_browser/file_tools.py browser/sat_browser/game_radiocol.py browser/sat_browser/game_tarot.py browser/sat_browser/html_tools.py browser/sat_browser/json.py browser/sat_browser/libervia_widget.py browser/sat_browser/logging.py browser/sat_browser/main_panel.py browser/sat_browser/menu.py browser/sat_browser/nativedom.py browser/sat_browser/otrjs_wrapper.py browser/sat_browser/plugin_sec_otr.py browser/sat_browser/register.py browser/sat_browser/web_widget.py browser/sat_browser/xmlui.py libervia/common/constants.py libervia/server/blog.py libervia/server/constants.py libervia/server/html_tools.py libervia/server/pages.py libervia/server/pages_tools.py libervia/server/server.py libervia/server/session_iface.py libervia/server/utils.py libervia/server/websockets.py
diffstat 39 files changed, 39 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sat Jan 19 11:42:37 2019 +0100
+++ b/README	Sat Jan 19 11:44:49 2019 +0100
@@ -1,5 +1,5 @@
 Libervia (Salut à Toi)
-(c) Jérôme Poisson aka Goffi 2008-2016
+(c) Jérôme Poisson aka Goffi 2008-2019
 (c) Adrien Cossa aka Souliane 2013-2016
 
 Libervia is a frontend for Salut à Toi (SàT)
--- a/browser/libervia_main.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/libervia_main.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/libervia_test.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/libervia_test.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/base_menu.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/base_menu.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/base_panel.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/base_panel.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/base_widget.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/base_widget.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/blog.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/blog.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/chat.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/chat.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/constants.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/constants.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a SAT frontend
-# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019 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/browser/sat_browser/contact_list.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/contact_list.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/contact_panel.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/contact_panel.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/contact_widget.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/contact_widget.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/dialog.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/dialog.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/editor_widget.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/editor_widget.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/file_tools.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/file_tools.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/game_radiocol.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/game_radiocol.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/game_tarot.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/game_tarot.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/html_tools.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/html_tools.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/json.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/json.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/libervia_widget.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/libervia_widget.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/logging.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/logging.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/main_panel.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/main_panel.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/menu.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/menu.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/nativedom.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/nativedom.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/otrjs_wrapper.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/otrjs_wrapper.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia wrapper for otr.js
-# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org)
 # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify
--- a/browser/sat_browser/plugin_sec_otr.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/plugin_sec_otr.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia plugin for OTR encryption
-# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org)
 # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify
--- a/browser/sat_browser/register.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/register.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/web_widget.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/web_widget.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/browser/sat_browser/xmlui.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/browser/sat_browser/xmlui.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/libervia/common/constants.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/common/constants.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a SAT frontend
-# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019 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/libervia/server/blog.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/blog.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 Jérôme Poisson <goffi@goffi.org>
 # Copyright (C) 2013-2016 Adrien Cossa <souliane@mailoo.org>
 
 # This program is free software: you can redistribute it and/or modify
--- a/libervia/server/constants.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/constants.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a SAT frontend
-# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019 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/libervia/server/html_tools.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/html_tools.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/libervia/server/pages.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/pages.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/libervia/server/pages_tools.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/pages_tools.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/libervia/server/server.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/server.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/libervia/server/session_iface.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/session_iface.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a SAT frontend
-# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019 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/libervia/server/utils.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/utils.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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/libervia/server/websockets.py	Sat Jan 19 11:42:37 2019 +0100
+++ b/libervia/server/websockets.py	Sat Jan 19 11:44:49 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Libervia: a Salut à Toi frontend
-# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org>
+# Copyright (C) 2011-2019 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