# HG changeset patch # User François FERRY <francois.ferry@logilab.fr> # Date 1610390313 -3600 # Mon Jan 11 19:38:33 2021 +0100 # Node ID 9885a91094a74209d1c132a9da4c687af5c128ce # Parent cf78d30a16a5e662b2bc988bdce5f70c9c2d46ed docs(licence): update licence dates diff --git a/cubicweb_s3storage/migration/postcreate.py b/cubicweb_s3storage/migration/postcreate.py --- a/cubicweb_s3storage/migration/postcreate.py +++ b/cubicweb_s3storage/migration/postcreate.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# copyright 2018 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2018-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_s3storage/storages.py b/cubicweb_s3storage/storages.py --- a/cubicweb_s3storage/storages.py +++ b/cubicweb_s3storage/storages.py @@ -1,4 +1,4 @@ -# copyright 2018 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2018-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/setup.py b/setup.py --- 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-2016 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 a cubicweb-s3storage.