From d0761af39f5451b4655e2d7a52ffdc43e1739dc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20FERRY?= Date: Sun, 10 Jan 2021 11:08:19 +0100 Subject: [PATCH] docs(licence): update licence dates --- cubicweb_ckeditor/entities.py | 2 +- cubicweb_ckeditor/hooks.py | 2 +- cubicweb_ckeditor/migration/postcreate.py | 2 +- cubicweb_ckeditor/schema.py | 2 +- cubicweb_ckeditor/views.py | 2 +- setup.py | 2 +- test/pytestconf.py | 2 +- test/test_ckeditor.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cubicweb_ckeditor/entities.py b/cubicweb_ckeditor/entities.py index de4d45b..e1dc575 100644 --- a/cubicweb_ckeditor/entities.py +++ b/cubicweb_ckeditor/entities.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr -- mailto:contact@logilab.fr # # This program is free software: you can redistribute it and/or modify it under diff --git a/cubicweb_ckeditor/hooks.py b/cubicweb_ckeditor/hooks.py index 784f6cd..aee4bf8 100644 --- a/cubicweb_ckeditor/hooks.py +++ b/cubicweb_ckeditor/hooks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr -- mailto:contact@logilab.fr # # This program is free software: you can redistribute it and/or modify it under diff --git a/cubicweb_ckeditor/migration/postcreate.py b/cubicweb_ckeditor/migration/postcreate.py index 572cb16..d75aa21 100644 --- a/cubicweb_ckeditor/migration/postcreate.py +++ b/cubicweb_ckeditor/migration/postcreate.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr -- mailto:contact@logilab.fr # # This program is free software: you can redistribute it and/or modify it under diff --git a/cubicweb_ckeditor/schema.py b/cubicweb_ckeditor/schema.py index 4bdf1b6..efb4b4e 100644 --- a/cubicweb_ckeditor/schema.py +++ b/cubicweb_ckeditor/schema.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr -- mailto:contact@logilab.fr # # This program is free software: you can redistribute it and/or modify it under diff --git a/cubicweb_ckeditor/views.py b/cubicweb_ckeditor/views.py index 674a3c4..67c545f 100644 --- a/cubicweb_ckeditor/views.py +++ b/cubicweb_ckeditor/views.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr -- mailto:contact@logilab.fr # # This program is free software: you can redistribute it and/or modify it under diff --git a/setup.py b/setup.py index 110e8ed..8010828 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611 # -# copyright 2003-2020 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. diff --git a/test/pytestconf.py b/test/pytestconf.py index 5676b19..dd37f21 100644 --- a/test/pytestconf.py +++ b/test/pytestconf.py @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. diff --git a/test/test_ckeditor.py b/test/test_ckeditor.py index 30a9250..ef74129 100644 --- a/test/test_ckeditor.py +++ b/test/test_ckeditor.py @@ -1,4 +1,4 @@ -# copyright 2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr -- mailto:contact@logilab.fr # # This program is free software: you can redistribute it and/or modify it under -- GitLab