From 23a0c0d5ac3e8d47fda3802347ee1747ef06d0d4 Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Mon, 3 Jan 2022 09:52:24 +0000 Subject: [PATCH] docs(licence): update licence dates --- cubicweb_elasticsearch/entities.py | 2 +- cubicweb_elasticsearch/es.py | 2 +- cubicweb_elasticsearch/hooks.py | 2 +- cubicweb_elasticsearch/migration/postcreate.py | 2 +- cubicweb_elasticsearch/schema.py | 2 +- cubicweb_elasticsearch/search_helpers.py | 2 +- cubicweb_elasticsearch/views.py | 2 +- test/pytestconf.py | 2 +- test/test_compose_search.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cubicweb_elasticsearch/entities.py b/cubicweb_elasticsearch/entities.py index 141b9b2..777437a 100644 --- a/cubicweb_elasticsearch/entities.py +++ b/cubicweb_elasticsearch/entities.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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_elasticsearch/es.py b/cubicweb_elasticsearch/es.py index fa8c9ef..a89745b 100644 --- a/cubicweb_elasticsearch/es.py +++ b/cubicweb_elasticsearch/es.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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_elasticsearch/hooks.py b/cubicweb_elasticsearch/hooks.py index 7898141..49af708 100644 --- a/cubicweb_elasticsearch/hooks.py +++ b/cubicweb_elasticsearch/hooks.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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_elasticsearch/migration/postcreate.py b/cubicweb_elasticsearch/migration/postcreate.py index f00e134..36bf3f6 100644 --- a/cubicweb_elasticsearch/migration/postcreate.py +++ b/cubicweb_elasticsearch/migration/postcreate.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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_elasticsearch/schema.py b/cubicweb_elasticsearch/schema.py index 004100a..58b8d53 100644 --- a/cubicweb_elasticsearch/schema.py +++ b/cubicweb_elasticsearch/schema.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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_elasticsearch/search_helpers.py b/cubicweb_elasticsearch/search_helpers.py index 5ea74bc..0332107 100644 --- a/cubicweb_elasticsearch/search_helpers.py +++ b/cubicweb_elasticsearch/search_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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_elasticsearch/views.py b/cubicweb_elasticsearch/views.py index fead00d..264e10e 100644 --- a/cubicweb_elasticsearch/views.py +++ b/cubicweb_elasticsearch/views.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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/test/pytestconf.py b/test/pytestconf.py index 1d6b9c0..297e1bb 100644 --- a/test/pytestconf.py +++ b/test/pytestconf.py @@ -1,4 +1,4 @@ -# copyright 2003-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2022 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_compose_search.py b/test/test_compose_search.py index 3f3e453..d7c426c 100644 --- a/test/test_compose_search.py +++ b/test/test_compose_search.py @@ -1,4 +1,4 @@ -# copyright 2016-2021 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2016-2022 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