# HG changeset patch # User Goffi # Date 1580288011 -3600 # Node ID 987595a254b08778f5f7bfca9ff37e2ad2418c9a # Parent 352e189ab7f8b67a5e72ff701bfe045dc368558b dates update diff -r 352e189ab7f8 -r 987595a254b0 README --- a/README Fri Jan 10 10:26:59 2020 +0100 +++ b/README Wed Jan 29 09:53:31 2020 +0100 @@ -1,5 +1,5 @@ Libervia (Salut à Toi) -(c) Jérôme Poisson aka Goffi 2008-2019 +(c) Jérôme Poisson aka Goffi 2008-2020 (c) Adrien Cossa aka Souliane 2013-2016 Libervia is a frontend for Salut à Toi (SàT) diff -r 352e189ab7f8 -r 987595a254b0 libervia/common/constants.py --- a/libervia/common/constants.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/common/constants.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/blog.py --- a/libervia/server/blog.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/blog.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # Copyright (C) 2013-2016 Adrien Cossa # This program is free software: you can redistribute it and/or modify diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/classes.py --- a/libervia/server/classes.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/classes.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/constants.py --- a/libervia/server/constants.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/constants.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/html_tools.py --- a/libervia/server/html_tools.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/html_tools.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/pages.py --- a/libervia/server/pages.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/pages.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/pages_tools.py --- a/libervia/server/pages_tools.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/pages_tools.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/server.py --- a/libervia/server/server.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/server.py Wed Jan 29 09:53:31 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/session_iface.py --- a/libervia/server/session_iface.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/session_iface.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/tasks.py --- a/libervia/server/tasks.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/tasks.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/utils.py --- a/libervia/server/utils.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/utils.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 diff -r 352e189ab7f8 -r 987595a254b0 libervia/server/websockets.py --- a/libervia/server/websockets.py Fri Jan 10 10:26:59 2020 +0100 +++ b/libervia/server/websockets.py Wed Jan 29 09:53:31 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Libervia: a Salut à Toi frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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