Mercurial > libervia-web
changeset 1237:987595a254b0
dates update
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 29 Jan 2020 09:53:31 +0100 |
parents | 352e189ab7f8 |
children | f55056bb67d4 |
files | README libervia/common/constants.py libervia/server/blog.py libervia/server/classes.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/tasks.py libervia/server/utils.py libervia/server/websockets.py |
diffstat | 13 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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)
--- 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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-2020 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/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 <goffi@goffi.org> +# Copyright (C) 2011-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
--- 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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-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
--- 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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-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
--- 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 <goffi@goffi.org> +# Copyright (C) 2011-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