diff --git a/.cds/oio-sds-test-fast.pip.yml b/.cds/oio-sds-test-fast.pip.yml index d2831384d5..889d63aec4 100644 --- a/.cds/oio-sds-test-fast.pip.yml +++ b/.cds/oio-sds-test-fast.pip.yml @@ -4,8 +4,13 @@ jobs: - job: Run fast tests steps: - - name: Checkout application - checkout: '{{ .cds.workspace }}' + - gitClone: + branch: '{{ .git.branch }}' + commit: '{{ .git.hash }}' + depth: "false" + directory: '{{ .cds.workspace }}' + privateKey: proj-ssh-openio + url: '{{ .git.url }}' - name: Clone external-packages script: diff --git a/.travis.yml b/.travis.yml index 411fbc8dc6..e694793c7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,8 @@ jobs: script: - source ~/.gimme/envs/latest.env - ./tools/oio-travis-failfast.sh + git: + depth: false name: Copyright, Release build, SDK build - script: - source ~/.gimme/envs/latest.env diff --git a/cache/cache_lru.c b/cache/cache_lru.c index aad067c0d9..7e23122e4c 100644 --- a/cache/cache_lru.c +++ b/cache/cache_lru.c @@ -1,6 +1,6 @@ /* OpenIO SDS cache -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/cache/cache_memcached.c b/cache/cache_memcached.c index 6df9737d80..39598f0713 100644 --- a/cache/cache_memcached.c +++ b/cache/cache_memcached.c @@ -1,7 +1,7 @@ /* OpenIO SDS cache -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS Copyright (C) 2015 Vincent Vinel +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/cache/cache_multilayer.c b/cache/cache_multilayer.c index 87e57e9a4d..66a45903df 100644 --- a/cache/cache_multilayer.c +++ b/cache/cache_multilayer.c @@ -1,7 +1,7 @@ /* OpenIO SDS cache -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS Copyright (C) 2015 Vincent Vinel +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/cache/cache_noop.c b/cache/cache_noop.c index 2c0665e76e..9ce2661829 100644 --- a/cache/cache_noop.c +++ b/cache/cache_noop.c @@ -1,6 +1,6 @@ /* OpenIO SDS cache -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/cache/cache_redis.c b/cache/cache_redis.c index e4c761bdfa..f9e7ca30ef 100644 --- a/cache/cache_redis.c +++ b/cache/cache_redis.c @@ -1,7 +1,7 @@ /* OpenIO SDS cache -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS Copyright (C) 2015 Vincent Vinel +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/cluster/lib/gridcluster.c b/cluster/lib/gridcluster.c index eef3fe950e..d4820d0082 100644 --- a/cluster/lib/gridcluster.c +++ b/cluster/lib/gridcluster.c @@ -2,6 +2,7 @@ OpenIO SDS cluster Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2020 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/cluster/module/server.c b/cluster/module/server.c index a1436e8f83..db0800d96f 100644 --- a/cluster/module/server.c +++ b/cluster/module/server.c @@ -2,6 +2,7 @@ OpenIO SDS conscience central server Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/cfg.c b/core/cfg.c index 9eed824da5..40281b5290 100644 --- a/core/cfg.c +++ b/core/cfg.c @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/cs.c b/core/cs.c index e2ad2dc31b..212c54c7e9 100644 --- a/core/cs.c +++ b/core/cs.c @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/dir.c b/core/dir.c index cc8be6bc7e..1a464bf9b7 100644 --- a/core/dir.c +++ b/core/dir.c @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/http_del.c b/core/http_del.c index 68d8bd134f..0f6025ba04 100644 --- a/core/http_del.c +++ b/core/http_del.c @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2017-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/http_del.h b/core/http_del.h index 25425a17e7..1b568ee679 100644 --- a/core/http_del.h +++ b/core/http_del.h @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2017-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/http_internals.h b/core/http_internals.h index cc142f19c9..57695c0464 100644 --- a/core/http_internals.h +++ b/core/http_internals.h @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/http_put.c b/core/http_put.c index 58d41707fc..566804764f 100644 --- a/core/http_put.c +++ b/core/http_put.c @@ -1,7 +1,7 @@ /* OpenIO SDS core library Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/internals.h b/core/internals.h index 4dcc1281eb..4fa549df65 100644 --- a/core/internals.h +++ b/core/internals.h @@ -1,6 +1,7 @@ /* OpenIO SDS core library Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/oio_sds.h b/core/oio_sds.h index c80b6889e5..5072590db5 100644 --- a/core/oio_sds.h +++ b/core/oio_sds.h @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/oiocfg.h b/core/oiocfg.h index 2e30562554..499a6215c5 100644 --- a/core/oiocfg.h +++ b/core/oiocfg.h @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/oiocs.h b/core/oiocs.h index ff47a8af53..92badf3baa 100644 --- a/core/oiocs.h +++ b/core/oiocs.h @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/oiodir.h b/core/oiodir.h index 3f1884455b..6c3ea9e802 100644 --- a/core/oiodir.h +++ b/core/oiodir.h @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/core/oiourl.h b/core/oiourl.h index 85fc8109f5..6355e0da05 100644 --- a/core/oiourl.h +++ b/core/oiourl.h @@ -1,7 +1,7 @@ /* OpenIO SDS core library Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/oiovar.h b/core/oiovar.h index 674636d1fe..b84c5335a5 100644 --- a/core/oiovar.h +++ b/core/oiovar.h @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/proxy.c b/core/proxy.c index 43292d9b05..4e93750456 100644 --- a/core/proxy.c +++ b/core/proxy.c @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/sds.c b/core/sds.c index df4eb8af33..7eb94146c3 100644 --- a/core/sds.c +++ b/core/sds.c @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/url.c b/core/url.c index 23a83462a0..e9af410f90 100644 --- a/core/url.c +++ b/core/url.c @@ -1,7 +1,7 @@ /* OpenIO SDS core library Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/url_ext.h b/core/url_ext.h index 1640ee3e06..11cbcdfdac 100644 --- a/core/url_ext.h +++ b/core/url_ext.h @@ -1,7 +1,7 @@ /* OpenIO SDS core library Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/core/var.c b/core/var.c index 762d90fb58..f1343ae687 100644 --- a/core/var.c +++ b/core/var.c @@ -1,6 +1,6 @@ /* OpenIO SDS core library -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/events/oio_events_queue_buffer.c b/events/oio_events_queue_buffer.c index c3d344f3dd..0bc8c1feec 100644 --- a/events/oio_events_queue_buffer.c +++ b/events/oio_events_queue_buffer.c @@ -1,6 +1,6 @@ /* OpenIO SDS event queue -Copyright (C) 2016-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/events/oio_events_queue_buffer.h b/events/oio_events_queue_buffer.h index 9dc4d466ae..b4e5c48af9 100644 --- a/events/oio_events_queue_buffer.h +++ b/events/oio_events_queue_buffer.h @@ -1,6 +1,6 @@ /* OpenIO SDS event queue -Copyright (C) 2016-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/events/oio_events_queue_fanout.h b/events/oio_events_queue_fanout.h index 9b3065c10f..f0414575a9 100644 --- a/events/oio_events_queue_fanout.h +++ b/events/oio_events_queue_fanout.h @@ -1,6 +1,6 @@ /* OpenIO SDS event queue -Copyright (C) 2016-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2016-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta0v2/internals.h b/meta0v2/internals.h index d4d2e80f5f..4d0a1e7db8 100644 --- a/meta0v2/internals.h +++ b/meta0v2/internals.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta0v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta0v2/meta0_backend.c b/meta0v2/meta0_backend.c index 96393277aa..60952d875d 100644 --- a/meta0v2/meta0_backend.c +++ b/meta0v2/meta0_backend.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta0v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta0v2/meta0_utils.c b/meta0v2/meta0_utils.c index 6a13a63b4a..e6b2849e90 100644 --- a/meta0v2/meta0_utils.c +++ b/meta0v2/meta0_utils.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta0v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/meta0v2/zk_manager.c b/meta0v2/zk_manager.c index 825ea6b290..0bd3954c13 100644 --- a/meta0v2/zk_manager.c +++ b/meta0v2/zk_manager.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta0v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta1v2/internals.h b/meta1v2/internals.h index 891dd23b50..2993af39f0 100644 --- a/meta1v2/internals.h +++ b/meta1v2/internals.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta1v2/internals_sqlite.h b/meta1v2/internals_sqlite.h index 4c899a8e4f..fc153fd1ed 100644 --- a/meta1v2/internals_sqlite.h +++ b/meta1v2/internals_sqlite.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta1v2/meta1_backend_properties.c b/meta1v2/meta1_backend_properties.c index 58996fb182..8f83d27ee6 100644 --- a/meta1v2/meta1_backend_properties.c +++ b/meta1v2/meta1_backend_properties.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta1v2/meta1_backend_references.c b/meta1v2/meta1_backend_references.c index 68318e8f79..b5ee618a5a 100644 --- a/meta1v2/meta1_backend_references.c +++ b/meta1v2/meta1_backend_references.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta1v2/meta1_gridd_dispatcher.c b/meta1v2/meta1_gridd_dispatcher.c index e2d09212f7..f97fb93110 100644 --- a/meta1v2/meta1_gridd_dispatcher.c +++ b/meta1v2/meta1_gridd_dispatcher.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta1v2/meta1_gridd_dispatcher.h b/meta1v2/meta1_gridd_dispatcher.h index 6235d6531b..1f06bba798 100644 --- a/meta1v2/meta1_gridd_dispatcher.h +++ b/meta1v2/meta1_gridd_dispatcher.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta1v2/meta1_remote.c b/meta1v2/meta1_remote.c index 1c6e27bace..9d65394d13 100644 --- a/meta1v2/meta1_remote.c +++ b/meta1v2/meta1_remote.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/meta1v2/meta1_server.c b/meta1v2/meta1_server.c index 8edec125d8..37a993a0a7 100644 --- a/meta1v2/meta1_server.c +++ b/meta1v2/meta1_server.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta1v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_backend.c b/meta2v2/meta2_backend.c index 5cd03a9e80..d4d86ee21b 100644 --- a/meta2v2/meta2_backend.c +++ b/meta2v2/meta2_backend.c @@ -2,6 +2,7 @@ OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_backend.h b/meta2v2/meta2_backend.h index c8bdfb2aeb..1fb4b8fc0c 100644 --- a/meta2v2/meta2_backend.h +++ b/meta2v2/meta2_backend.h @@ -2,6 +2,7 @@ OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_bean.c b/meta2v2/meta2_bean.c index 9ff7186788..d95d035264 100644 --- a/meta2v2/meta2_bean.c +++ b/meta2v2/meta2_bean.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_bean.h b/meta2v2/meta2_bean.h index 90027de520..a6d4b143ea 100644 --- a/meta2v2/meta2_bean.h +++ b/meta2v2/meta2_bean.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_bean_utils.c b/meta2v2/meta2_bean_utils.c index 27d3a3218b..5277a58e9e 100644 --- a/meta2v2/meta2_bean_utils.c +++ b/meta2v2/meta2_bean_utils.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_dedup_utils.c b/meta2v2/meta2_dedup_utils.c index 90e32f1f47..542032eebd 100644 --- a/meta2v2/meta2_dedup_utils.c +++ b/meta2v2/meta2_dedup_utils.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_dedup_utils.h b/meta2v2/meta2_dedup_utils.h index 89ba0aea98..8f5393b7d3 100644 --- a/meta2v2/meta2_dedup_utils.h +++ b/meta2v2/meta2_dedup_utils.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_events.h b/meta2v2/meta2_events.h index 850b2563a8..9d4c2194ab 100644 --- a/meta2v2/meta2_events.h +++ b/meta2v2/meta2_events.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_filter_context.c b/meta2v2/meta2_filter_context.c index bbd7e4955a..d036a2f2c9 100644 --- a/meta2v2/meta2_filter_context.c +++ b/meta2v2/meta2_filter_context.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_filter_context.h b/meta2v2/meta2_filter_context.h index 28cee6fd71..01ce2f807c 100644 --- a/meta2v2/meta2_filter_context.h +++ b/meta2v2/meta2_filter_context.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_filters_action_content.c b/meta2v2/meta2_filters_action_content.c index 3a4257ea43..ba744dafa0 100644 --- a/meta2v2/meta2_filters_action_content.c +++ b/meta2v2/meta2_filters_action_content.c @@ -2,6 +2,7 @@ OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_filters_extract.c b/meta2v2/meta2_filters_extract.c index dec70cf30d..1859bd3fd8 100644 --- a/meta2v2/meta2_filters_extract.c +++ b/meta2v2/meta2_filters_extract.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_gridd_dispatcher.c b/meta2v2/meta2_gridd_dispatcher.c index ef2e9d2c04..852292653b 100644 --- a/meta2v2/meta2_gridd_dispatcher.c +++ b/meta2v2/meta2_gridd_dispatcher.c @@ -2,6 +2,7 @@ OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_gridd_dispatcher.h b/meta2v2/meta2_gridd_dispatcher.h index c3601e88e1..3e751225e4 100644 --- a/meta2v2/meta2_gridd_dispatcher.h +++ b/meta2v2/meta2_gridd_dispatcher.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_macros.h b/meta2v2/meta2_macros.h index bb20e5673b..cfb7dcd4c1 100644 --- a/meta2v2/meta2_macros.h +++ b/meta2v2/meta2_macros.h @@ -2,6 +2,7 @@ OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_server.c b/meta2v2/meta2_server.c index 5ac3f26497..e0328d053b 100644 --- a/meta2v2/meta2_server.c +++ b/meta2v2/meta2_server.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_utils_json.h b/meta2v2/meta2_utils_json.h index 8eeeccadc6..0d14822cf4 100644 --- a/meta2v2/meta2_utils_json.h +++ b/meta2v2/meta2_utils_json.h @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_utils_json_in.c b/meta2v2/meta2_utils_json_in.c index ba12529029..1fd63581ff 100644 --- a/meta2v2/meta2_utils_json_in.c +++ b/meta2v2/meta2_utils_json_in.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_utils_json_out.c b/meta2v2/meta2_utils_json_out.c index d6d43dadd9..a2f878328d 100644 --- a/meta2v2/meta2_utils_json_out.c +++ b/meta2v2/meta2_utils_json_out.c @@ -1,7 +1,7 @@ /* OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_utils_lb.c b/meta2v2/meta2_utils_lb.c index a092ce93ca..1f99d1a0c5 100644 --- a/meta2v2/meta2_utils_lb.c +++ b/meta2v2/meta2_utils_lb.c @@ -2,6 +2,7 @@ OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/meta2v2/meta2_utils_lb.h b/meta2v2/meta2_utils_lb.h index 96d1086a36..c8bf00fd29 100644 --- a/meta2v2/meta2_utils_lb.h +++ b/meta2v2/meta2_utils_lb.h @@ -2,6 +2,7 @@ OpenIO SDS meta2v2 Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/metautils/lib/comm_meta_reply.c b/metautils/lib/comm_meta_reply.c index 237ac9370e..e871f57111 100644 --- a/metautils/lib/comm_meta_reply.c +++ b/metautils/lib/comm_meta_reply.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/gridd_client.c b/metautils/lib/gridd_client.c index 63222c8a82..2b19ed999e 100644 --- a/metautils/lib/gridd_client.c +++ b/metautils/lib/gridd_client.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/gridd_client.h b/metautils/lib/gridd_client.h index 9037ca1056..77326f060e 100644 --- a/metautils/lib/gridd_client.h +++ b/metautils/lib/gridd_client.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/gridd_client_ext.c b/metautils/lib/gridd_client_ext.c index b84928198c..d47c325110 100644 --- a/metautils/lib/gridd_client_ext.c +++ b/metautils/lib/gridd_client_ext.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/lb.h b/metautils/lib/lb.h index 1de0ef3902..fa132b503f 100644 --- a/metautils/lib/lb.h +++ b/metautils/lib/lb.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/lrutree.c b/metautils/lib/lrutree.c index 9a42758ba3..e71fcb8886 100644 --- a/metautils/lib/lrutree.c +++ b/metautils/lib/lrutree.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metacomm.h b/metautils/lib/metacomm.h index cca6d0e298..8d6c799f0f 100644 --- a/metautils/lib/metacomm.h +++ b/metautils/lib/metacomm.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metatype_addrinfo.h b/metautils/lib/metatype_addrinfo.h index 29ffad5c4e..a5ae74b8c7 100644 --- a/metautils/lib/metatype_addrinfo.h +++ b/metautils/lib/metatype_addrinfo.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metatype_kv.h b/metautils/lib/metatype_kv.h index bd0da4cb62..5786e08668 100644 --- a/metautils/lib/metatype_kv.h +++ b/metautils/lib/metatype_kv.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metatype_m0info.h b/metautils/lib/metatype_m0info.h index f56aeb9f03..fad4ff33be 100644 --- a/metautils/lib/metatype_m0info.h +++ b/metautils/lib/metatype_m0info.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metatype_m1url.h b/metautils/lib/metatype_m1url.h index 5c14fd2093..31968c160b 100644 --- a/metautils/lib/metatype_m1url.h +++ b/metautils/lib/metatype_m1url.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metatype_metadata.h b/metautils/lib/metatype_metadata.h index c9742a7616..f52b1543ac 100644 --- a/metautils/lib/metatype_metadata.h +++ b/metautils/lib/metatype_metadata.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metatype_srvinfo.h b/metautils/lib/metatype_srvinfo.h index a2302e7e79..9de8f0580b 100644 --- a/metautils/lib/metatype_srvinfo.h +++ b/metautils/lib/metatype_srvinfo.h @@ -2,6 +2,7 @@ OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2020 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metatypes.h b/metautils/lib/metatypes.h index 1aab9cbf5c..3c5f6b8e65 100644 --- a/metautils/lib/metatypes.h +++ b/metautils/lib/metatypes.h @@ -2,6 +2,7 @@ OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2020 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils-doc.h b/metautils/lib/metautils-doc.h index 9c9b57d798..285cdd9baf 100644 --- a/metautils/lib/metautils-doc.h +++ b/metautils/lib/metautils-doc.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils.h b/metautils/lib/metautils.h index 9ea20f890c..5fb8ec5423 100644 --- a/metautils/lib/metautils.h +++ b/metautils/lib/metautils.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils_containers.h b/metautils/lib/metautils_containers.h index 6b058512d8..5c2cdb92be 100644 --- a/metautils/lib/metautils_containers.h +++ b/metautils/lib/metautils_containers.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils_errors.h b/metautils/lib/metautils_errors.h index 126999e6b8..af217aadc0 100644 --- a/metautils/lib/metautils_errors.h +++ b/metautils/lib/metautils_errors.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils_gba.h b/metautils/lib/metautils_gba.h index 7c36f9399c..49eaca7c37 100644 --- a/metautils/lib/metautils_gba.h +++ b/metautils/lib/metautils_gba.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils_l4v.h b/metautils/lib/metautils_l4v.h index 498c9787ae..1c9938179a 100644 --- a/metautils/lib/metautils_l4v.h +++ b/metautils/lib/metautils_l4v.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils_resolv.h b/metautils/lib/metautils_resolv.h index 48939d5c5c..cab6048ea4 100644 --- a/metautils/lib/metautils_resolv.h +++ b/metautils/lib/metautils_resolv.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils_svc_policy.h b/metautils/lib/metautils_svc_policy.h index 25e65b9b44..7700e0e2f0 100644 --- a/metautils/lib/metautils_svc_policy.h +++ b/metautils/lib/metautils_svc_policy.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/metautils_task.h b/metautils/lib/metautils_task.h index 310eb0804b..fe11aff3ee 100644 --- a/metautils/lib/metautils_task.h +++ b/metautils/lib/metautils_task.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/rrd.h b/metautils/lib/rrd.h index 528208644c..232ef9d8af 100644 --- a/metautils/lib/rrd.h +++ b/metautils/lib/rrd.h @@ -1,7 +1,7 @@ /* OpenIO SDS server Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/storage_policy.c b/metautils/lib/storage_policy.c index 0efde93bf4..d464c1486e 100644 --- a/metautils/lib/storage_policy.c +++ b/metautils/lib/storage_policy.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/storage_policy.h b/metautils/lib/storage_policy.h index 7ab42815f8..ca660a3133 100644 --- a/metautils/lib/storage_policy.h +++ b/metautils/lib/storage_policy.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/storage_policy_internals.h b/metautils/lib/storage_policy_internals.h index 8d18cf5713..fd0261765e 100644 --- a/metautils/lib/storage_policy_internals.h +++ b/metautils/lib/storage_policy_internals.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_addr_info.c b/metautils/lib/utils_addr_info.c index 52bf2821cd..17e195a1ee 100644 --- a/metautils/lib/utils_addr_info.c +++ b/metautils/lib/utils_addr_info.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_containers.c b/metautils/lib/utils_containers.c index 48a6cd90c8..60615f614a 100644 --- a/metautils/lib/utils_containers.c +++ b/metautils/lib/utils_containers.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015,2017-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_errors.c b/metautils/lib/utils_errors.c index 6dd3100a5a..e748762c78 100644 --- a/metautils/lib/utils_errors.c +++ b/metautils/lib/utils_errors.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_gba.c b/metautils/lib/utils_gba.c index 4a59d69b07..7a2393d681 100644 --- a/metautils/lib/utils_gba.c +++ b/metautils/lib/utils_gba.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_hashstr.c b/metautils/lib/utils_hashstr.c index f781257779..f584d0fcb4 100644 --- a/metautils/lib/utils_hashstr.c +++ b/metautils/lib/utils_hashstr.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_kv.c b/metautils/lib/utils_kv.c index 8d6c4b1151..1d73b869c1 100644 --- a/metautils/lib/utils_kv.c +++ b/metautils/lib/utils_kv.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_l4v.c b/metautils/lib/utils_l4v.c index 4936184920..9e08bc05e1 100644 --- a/metautils/lib/utils_l4v.c +++ b/metautils/lib/utils_l4v.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_m1url.c b/metautils/lib/utils_m1url.c index 84e659f363..607d0a3496 100644 --- a/metautils/lib/utils_m1url.c +++ b/metautils/lib/utils_m1url.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_meta0_info.c b/metautils/lib/utils_meta0_info.c index 79bc9f9e50..278d80c6f2 100644 --- a/metautils/lib/utils_meta0_info.c +++ b/metautils/lib/utils_meta0_info.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_metadata.c b/metautils/lib/utils_metadata.c index 5d2b668dc4..08779dd89f 100644 --- a/metautils/lib/utils_metadata.c +++ b/metautils/lib/utils_metadata.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_service_info.c b/metautils/lib/utils_service_info.c index 3563b20edf..1fb53d512f 100644 --- a/metautils/lib/utils_service_info.c +++ b/metautils/lib/utils_service_info.c @@ -2,6 +2,7 @@ OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2020 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_sockets.c b/metautils/lib/utils_sockets.c index b988bf09af..8363d2901c 100644 --- a/metautils/lib/utils_sockets.c +++ b/metautils/lib/utils_sockets.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_svc_policy.c b/metautils/lib/utils_svc_policy.c index d0b102eec8..793806ebd7 100644 --- a/metautils/lib/utils_svc_policy.c +++ b/metautils/lib/utils_svc_policy.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_syscall.c b/metautils/lib/utils_syscall.c index 043f4505f5..ab97b412c1 100644 --- a/metautils/lib/utils_syscall.c +++ b/metautils/lib/utils_syscall.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/utils_task.c b/metautils/lib/utils_task.c index 28f13d597b..01026d9c06 100644 --- a/metautils/lib/utils_task.c +++ b/metautils/lib/utils_task.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/volume_lock.c b/metautils/lib/volume_lock.c index 00ba240aa9..58fd46985a 100644 --- a/metautils/lib/volume_lock.c +++ b/metautils/lib/volume_lock.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/metautils/lib/volume_lock.h b/metautils/lib/volume_lock.h index 143d79b6bd..02da1e2ae8 100644 --- a/metautils/lib/volume_lock.h +++ b/metautils/lib/volume_lock.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/oio/account/backend.py b/oio/account/backend.py index 502c7fb9ae..2579e77d97 100644 --- a/oio/account/backend.py +++ b/oio/account/backend.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/api/backblaze.py b/oio/api/backblaze.py index 9b95ac646f..c14390cc75 100644 --- a/oio/api/backblaze.py +++ b/oio/api/backblaze.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/api/backblaze_http.py b/oio/api/backblaze_http.py index d954905991..aa1e0eee38 100644 --- a/oio/api/backblaze_http.py +++ b/oio/api/backblaze_http.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/api/ec.py b/oio/api/ec.py index 713cfe4390..94a28b7312 100644 --- a/oio/api/ec.py +++ b/oio/api/ec.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/api/object_storage.py b/oio/api/object_storage.py index 184b038e57..350cd63894 100644 --- a/oio/api/object_storage.py +++ b/oio/api/object_storage.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/blob/auditor.py b/oio/blob/auditor.py index 67a0d31f06..dbac0d2db6 100644 --- a/oio/blob/auditor.py +++ b/oio/blob/auditor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/blob/mover.py b/oio/blob/mover.py index fa35da6cc2..1884ecdc8f 100644 --- a/oio/blob/mover.py +++ b/oio/blob/mover.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/blob/operator.py b/oio/blob/operator.py index cf51a8408b..a06d1d20c3 100644 --- a/oio/blob/operator.py +++ b/oio/blob/operator.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/check_service/check_meta2.py b/oio/check_service/check_meta2.py index 7189537347..fbedf8240f 100644 --- a/oio/check_service/check_meta2.py +++ b/oio/check_service/check_meta2.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/check_service/common.py b/oio/check_service/common.py index 92a7940c7e..ed57a5f37e 100644 --- a/oio/check_service/common.py +++ b/oio/check_service/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/cli/__init__.py b/oio/cli/__init__.py index f49b1b66a9..dd8a32165e 100644 --- a/oio/cli/__init__.py +++ b/oio/cli/__init__.py @@ -1,4 +1,5 @@ -# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/account/account.py b/oio/cli/account/account.py index d4fe1cc4cd..b8d1f27518 100644 --- a/oio/cli/account/account.py +++ b/oio/cli/account/account.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/admin/service_decache.py b/oio/cli/admin/service_decache.py index a86b89f278..df8fb6dbba 100644 --- a/oio/cli/admin/service_decache.py +++ b/oio/cli/admin/service_decache.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/admin/service_info.py b/oio/cli/admin/service_info.py index d46f29b164..91d87ee068 100644 --- a/oio/cli/admin/service_info.py +++ b/oio/cli/admin/service_info.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/admin/service_rebuild.py b/oio/cli/admin/service_rebuild.py index 71722bcb82..cbe854bc7c 100644 --- a/oio/cli/admin/service_rebuild.py +++ b/oio/cli/admin/service_rebuild.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/admin/xcute/__init__.py b/oio/cli/admin/xcute/__init__.py index a775e4df80..a8e6c90113 100644 --- a/oio/cli/admin/xcute/__init__.py +++ b/oio/cli/admin/xcute/__init__.py @@ -1,4 +1,5 @@ # Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/admin/xcute/job.py b/oio/cli/admin/xcute/job.py index 37a09c6433..d44012e02b 100644 --- a/oio/cli/admin/xcute/job.py +++ b/oio/cli/admin/xcute/job.py @@ -1,4 +1,5 @@ # Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/admin/xcute/lock.py b/oio/cli/admin/xcute/lock.py index 2980712ba2..3b5f11635b 100644 --- a/oio/cli/admin/xcute/lock.py +++ b/oio/cli/admin/xcute/lock.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/admin/xcute/rawx.py b/oio/cli/admin/xcute/rawx.py index 66ecc7b11e..b26a9a2a0a 100644 --- a/oio/cli/admin/xcute/rawx.py +++ b/oio/cli/admin/xcute/rawx.py @@ -1,4 +1,5 @@ # Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/common/clientmanager.py b/oio/cli/common/clientmanager.py index bdfff4f415..4d98aa2b8b 100644 --- a/oio/cli/common/clientmanager.py +++ b/oio/cli/common/clientmanager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/election/client.py b/oio/cli/election/client.py index 6aece4c0e0..fd574a2d68 100644 --- a/oio/cli/election/client.py +++ b/oio/cli/election/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017,2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/election/election.py b/oio/cli/election/election.py index bfe8b95fbe..1c03137a13 100644 --- a/oio/cli/election/election.py +++ b/oio/cli/election/election.py @@ -1,4 +1,5 @@ # Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/events/events.py b/oio/cli/events/events.py index 482d7317e6..ed21d51e80 100644 --- a/oio/cli/events/events.py +++ b/oio/cli/events/events.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/lifecycle/lifecycle.py b/oio/cli/lifecycle/lifecycle.py index 913433d7be..325a3f7653 100644 --- a/oio/cli/lifecycle/lifecycle.py +++ b/oio/cli/lifecycle/lifecycle.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/object/object.py b/oio/cli/object/object.py index 28d3ef6ebd..f1f55dd63c 100644 --- a/oio/cli/object/object.py +++ b/oio/cli/object/object.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/reference/reference.py b/oio/cli/reference/reference.py index 05ba675887..83ad5423ca 100644 --- a/oio/cli/reference/reference.py +++ b/oio/cli/reference/reference.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/volume/client.py b/oio/cli/volume/client.py index d5e877bae7..873d3b338f 100644 --- a/oio/cli/volume/client.py +++ b/oio/cli/volume/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/cli/volume/volume.py b/oio/cli/volume/volume.py index 125ffd7f1a..66931ac46c 100644 --- a/oio/cli/volume/volume.py +++ b/oio/cli/volume/volume.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/common/autocontainer.py b/oio/common/autocontainer.py index 7717c14cbe..e514492e11 100644 --- a/oio/common/autocontainer.py +++ b/oio/common/autocontainer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/cache.py b/oio/common/cache.py index 9ccbd00313..c6e53db56e 100644 --- a/oio/common/cache.py +++ b/oio/common/cache.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/configuration.py b/oio/common/configuration.py index 40b7e165ba..0a75238f97 100644 --- a/oio/common/configuration.py +++ b/oio/common/configuration.py @@ -1,4 +1,5 @@ # Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/daemon.py b/oio/common/daemon.py index 1767961dff..78c3271344 100644 --- a/oio/common/daemon.py +++ b/oio/common/daemon.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/easy_value.py b/oio/common/easy_value.py index 9912cb2a6e..0f7354634c 100644 --- a/oio/common/easy_value.py +++ b/oio/common/easy_value.py @@ -1,4 +1,5 @@ # Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2020 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/exceptions.py b/oio/common/exceptions.py index fbb034cf13..de3834f76f 100644 --- a/oio/common/exceptions.py +++ b/oio/common/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/fullpath.py b/oio/common/fullpath.py index 9992c5ed8b..3953d0f129 100644 --- a/oio/common/fullpath.py +++ b/oio/common/fullpath.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/green.py b/oio/common/green.py index 0a3e3eb543..da4c3c0c06 100644 --- a/oio/common/green.py +++ b/oio/common/green.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/logger.py b/oio/common/logger.py index ce52bed4d0..d8c9fdfc33 100644 --- a/oio/common/logger.py +++ b/oio/common/logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/redis_conn.py b/oio/common/redis_conn.py index e9dad798a8..22ebfd17c2 100644 --- a/oio/common/redis_conn.py +++ b/oio/common/redis_conn.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/storage_functions.py b/oio/common/storage_functions.py index 77ebb300be..de12613248 100644 --- a/oio/common/storage_functions.py +++ b/oio/common/storage_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2020 OpenIO SAS, as part of OpenIO SDS # Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or diff --git a/oio/common/timestamp.py b/oio/common/timestamp.py index ad0b763fe8..417991a090 100644 --- a/oio/common/timestamp.py +++ b/oio/common/timestamp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/common/tool.py b/oio/common/tool.py index 27f9ee69fc..6a3280b5ea 100644 --- a/oio/common/tool.py +++ b/oio/common/tool.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/conscience/agent.py b/oio/conscience/agent.py index 2a1e015764..141e22d635 100644 --- a/oio/conscience/agent.py +++ b/oio/conscience/agent.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/conscience/checker/asn1.py b/oio/conscience/checker/asn1.py index cdf9ad7424..61717ec175 100644 --- a/oio/conscience/checker/asn1.py +++ b/oio/conscience/checker/asn1.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/conscience/checker/base.py b/oio/conscience/checker/base.py index f222ee94ff..f2ced38aec 100644 --- a/oio/conscience/checker/base.py +++ b/oio/conscience/checker/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/conscience/checker/tcp.py b/oio/conscience/checker/tcp.py index 0d2bf84f93..90af29ba4c 100644 --- a/oio/conscience/checker/tcp.py +++ b/oio/conscience/checker/tcp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/conscience/client.py b/oio/conscience/client.py index 6fbb2f3184..df6b4738dd 100644 --- a/oio/conscience/client.py +++ b/oio/conscience/client.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/conscience/stats/rawx.py b/oio/conscience/stats/rawx.py index a0cf0a0cde..966a70b597 100644 --- a/oio/conscience/stats/rawx.py +++ b/oio/conscience/stats/rawx.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/container/backup.py b/oio/container/backup.py index dea6336994..a57d5c6adf 100644 --- a/oio/container/backup.py +++ b/oio/container/backup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/container/lifecycle.py b/oio/container/lifecycle.py index 1672e68224..b4dab2baea 100644 --- a/oio/container/lifecycle.py +++ b/oio/container/lifecycle.py @@ -1,4 +1,5 @@ # Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/content/content.py b/oio/content/content.py index 55c3910160..9547a3bf9f 100644 --- a/oio/content/content.py +++ b/oio/content/content.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2020 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/content/ec.py b/oio/content/ec.py index dd007e5b9a..f9fa4b150a 100644 --- a/oio/content/ec.py +++ b/oio/content/ec.py @@ -1,4 +1,5 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/content/factory.py b/oio/content/factory.py index eaed7ee04f..be7180ef38 100644 --- a/oio/content/factory.py +++ b/oio/content/factory.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/content/plain.py b/oio/content/plain.py index 54714bdc67..94f83bd837 100644 --- a/oio/content/plain.py +++ b/oio/content/plain.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/crawler/integrity.py b/oio/crawler/integrity.py index 137e8010f6..16cea0398a 100644 --- a/oio/crawler/integrity.py +++ b/oio/crawler/integrity.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/crawler/storage_tierer.py b/oio/crawler/storage_tierer.py index 0be5f1acb0..7c882ec5dc 100644 --- a/oio/crawler/storage_tierer.py +++ b/oio/crawler/storage_tierer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/directory/admin.py b/oio/directory/admin.py index b3c1e31f3d..c57e64f145 100644 --- a/oio/directory/admin.py +++ b/oio/directory/admin.py @@ -1,4 +1,5 @@ # Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/directory/client.py b/oio/directory/client.py index bde4599852..80f1d1e638 100644 --- a/oio/directory/client.py +++ b/oio/directory/client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/directory/indexer.py b/oio/directory/indexer.py index ce801f8ce1..df37ac6ad4 100644 --- a/oio/directory/indexer.py +++ b/oio/directory/indexer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/directory/meta.py b/oio/directory/meta.py index 0f1320565c..0e69ad7512 100644 --- a/oio/directory/meta.py +++ b/oio/directory/meta.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/directory/meta0.py b/oio/directory/meta0.py index b3e559d9f6..a1cd68ba86 100644 --- a/oio/directory/meta0.py +++ b/oio/directory/meta0.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/directory/meta2.py b/oio/directory/meta2.py index 768d72d3a3..e56502d46f 100644 --- a/oio/directory/meta2.py +++ b/oio/directory/meta2.py @@ -1,4 +1,5 @@ # Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/ecd/app.py b/oio/ecd/app.py index 688d82ed1a..97cabd102d 100644 --- a/oio/ecd/app.py +++ b/oio/ecd/app.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2016-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/agent.py b/oio/event/agent.py index 3a5559ab70..5da608ff50 100644 --- a/oio/event/agent.py +++ b/oio/event/agent.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/client.py b/oio/event/client.py index 985ee65b91..3c2bb55bb2 100644 --- a/oio/event/client.py +++ b/oio/event/client.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/consumer.py b/oio/event/consumer.py index 66094fb92c..dcaecfa5b7 100644 --- a/oio/event/consumer.py +++ b/oio/event/consumer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/base.py b/oio/event/filters/base.py index 20b4c1a441..d3e578c693 100644 --- a/oio/event/filters/base.py +++ b/oio/event/filters/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/bury.py b/oio/event/filters/bury.py index fa959371bb..7d8407fa38 100644 --- a/oio/event/filters/bury.py +++ b/oio/event/filters/bury.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/content_cleaner.py b/oio/event/filters/content_cleaner.py index 1b2a0dacb0..e023d32e84 100644 --- a/oio/event/filters/content_cleaner.py +++ b/oio/event/filters/content_cleaner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/dump.py b/oio/event/filters/dump.py index e3b54aa5ad..92b44ac842 100644 --- a/oio/event/filters/dump.py +++ b/oio/event/filters/dump.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/logger.py b/oio/event/filters/logger.py index 3eaa181075..27337bd72f 100644 --- a/oio/event/filters/logger.py +++ b/oio/event/filters/logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/notify.py b/oio/event/filters/notify.py index 7aab953bce..7f52e952f1 100644 --- a/oio/event/filters/notify.py +++ b/oio/event/filters/notify.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/volume_index.py b/oio/event/filters/volume_index.py index 321631367a..ce63e554c4 100644 --- a/oio/event/filters/volume_index.py +++ b/oio/event/filters/volume_index.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/webhook.py b/oio/event/filters/webhook.py index b8af2a0785..b6a7eec33b 100644 --- a/oio/event/filters/webhook.py +++ b/oio/event/filters/webhook.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/filters/xcute.py b/oio/event/filters/xcute.py index 338aea1712..206b5b476f 100644 --- a/oio/event/filters/xcute.py +++ b/oio/event/filters/xcute.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/handlers/base.py b/oio/event/handlers/base.py index e130cf7fb1..e2f0c210ca 100644 --- a/oio/event/handlers/base.py +++ b/oio/event/handlers/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/event/loader.py b/oio/event/loader.py index f18bb38a48..605ab858e7 100644 --- a/oio/event/loader.py +++ b/oio/event/loader.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/rdir/client.py b/oio/rdir/client.py index a3b89d15b3..5c17aa20ff 100644 --- a/oio/rdir/client.py +++ b/oio/rdir/client.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2020 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/rebuilder/meta1_rebuilder.py b/oio/rebuilder/meta1_rebuilder.py index cc6d04d7cc..33063c22f6 100644 --- a/oio/rebuilder/meta1_rebuilder.py +++ b/oio/rebuilder/meta1_rebuilder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/rebuilder/meta_rebuilder.py b/oio/rebuilder/meta_rebuilder.py index fc048cf22e..83da5c3347 100644 --- a/oio/rebuilder/meta_rebuilder.py +++ b/oio/rebuilder/meta_rebuilder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/rebuilder/rebuilder.py b/oio/rebuilder/rebuilder.py index 95b5e345b9..893d7d452e 100644 --- a/oio/rebuilder/rebuilder.py +++ b/oio/rebuilder/rebuilder.py @@ -1,4 +1,5 @@ # Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/oio/xcute/client.py b/oio/xcute/client.py index 7203aefe1b..abd85e5ced 100644 --- a/oio/xcute/client.py +++ b/oio/xcute/client.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/common/backend.py b/oio/xcute/common/backend.py index 2d1aa66928..444b17348c 100644 --- a/oio/xcute/common/backend.py +++ b/oio/xcute/common/backend.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/common/job.py b/oio/xcute/common/job.py index 6e9073dc6a..4de4fc3480 100644 --- a/oio/xcute/common/job.py +++ b/oio/xcute/common/job.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/common/worker.py b/oio/xcute/common/worker.py index b98f08b567..8ef5add361 100644 --- a/oio/xcute/common/worker.py +++ b/oio/xcute/common/worker.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2020 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/jobs/meta2_decommissioner.py b/oio/xcute/jobs/meta2_decommissioner.py index a36c510d83..536831aabc 100644 --- a/oio/xcute/jobs/meta2_decommissioner.py +++ b/oio/xcute/jobs/meta2_decommissioner.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/jobs/meta2_rebuilder.py b/oio/xcute/jobs/meta2_rebuilder.py index 2752312398..c0b09459d0 100644 --- a/oio/xcute/jobs/meta2_rebuilder.py +++ b/oio/xcute/jobs/meta2_rebuilder.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/jobs/tester.py b/oio/xcute/jobs/tester.py index 26a8765579..11483bc7da 100644 --- a/oio/xcute/jobs/tester.py +++ b/oio/xcute/jobs/tester.py @@ -1,4 +1,4 @@ -# Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2019-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/orchestrator.py b/oio/xcute/orchestrator.py index bf1b226ea1..068531229f 100644 --- a/oio/xcute/orchestrator.py +++ b/oio/xcute/orchestrator.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/oio/xcute/server.py b/oio/xcute/server.py index 26d29937f5..355f5708cf 100644 --- a/oio/xcute/server.py +++ b/oio/xcute/server.py @@ -1,4 +1,5 @@ # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/proxy/actions.h b/proxy/actions.h index a55a56a8ec..f9e0fce045 100644 --- a/proxy/actions.h +++ b/proxy/actions.h @@ -1,7 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/cache_actions.c b/proxy/cache_actions.c index 35414ce155..0a99516373 100644 --- a/proxy/cache_actions.c +++ b/proxy/cache_actions.c @@ -1,7 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/common.c b/proxy/common.c index 4ad5b8f7ad..52d2308d1a 100644 --- a/proxy/common.c +++ b/proxy/common.c @@ -1,6 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/cs_actions.c b/proxy/cs_actions.c index 88f81eeacb..95fd42814d 100644 --- a/proxy/cs_actions.c +++ b/proxy/cs_actions.c @@ -2,6 +2,7 @@ OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/dir_actions.c b/proxy/dir_actions.c index 1149d29eeb..372def1fab 100644 --- a/proxy/dir_actions.c +++ b/proxy/dir_actions.c @@ -2,6 +2,7 @@ OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/lb_actions.c b/proxy/lb_actions.c index 894c11ad1f..316a5e000d 100644 --- a/proxy/lb_actions.c +++ b/proxy/lb_actions.c @@ -1,7 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/metacd_http.c b/proxy/metacd_http.c index aad6037ca5..d21c0a9029 100644 --- a/proxy/metacd_http.c +++ b/proxy/metacd_http.c @@ -1,7 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/path_parser.c b/proxy/path_parser.c index 457f275d49..2688b9b56f 100644 --- a/proxy/path_parser.c +++ b/proxy/path_parser.c @@ -1,6 +1,6 @@ /* OpenIO SDS proxy -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/path_parser.h b/proxy/path_parser.h index bc7c3b1e7b..31b7f76aa0 100644 --- a/proxy/path_parser.h +++ b/proxy/path_parser.h @@ -1,6 +1,6 @@ /* OpenIO SDS proxy -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/reply.c b/proxy/reply.c index 58e9aa0fef..1e3382837a 100644 --- a/proxy/reply.c +++ b/proxy/reply.c @@ -2,6 +2,7 @@ OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2020 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/sqlx_actions.c b/proxy/sqlx_actions.c index c980f0c8a2..2c61702de2 100644 --- a/proxy/sqlx_actions.c +++ b/proxy/sqlx_actions.c @@ -1,6 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/transport_http.c b/proxy/transport_http.c index df18525447..fc3fe028fe 100644 --- a/proxy/transport_http.c +++ b/proxy/transport_http.c @@ -1,7 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/proxy/transport_http.h b/proxy/transport_http.h index d23defc68d..caf03807e6 100644 --- a/proxy/transport_http.h +++ b/proxy/transport_http.h @@ -1,7 +1,7 @@ /* OpenIO SDS proxy Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/mod_dav_rawx.c b/rawx-apache2/src/mod_dav_rawx.c index 666a5fb66c..4a80e73f83 100644 --- a/rawx-apache2/src/mod_dav_rawx.c +++ b/rawx-apache2/src/mod_dav_rawx.c @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/mod_dav_rawx.h b/rawx-apache2/src/mod_dav_rawx.h index 29afa24e93..26c2a1fd6f 100644 --- a/rawx-apache2/src/mod_dav_rawx.h +++ b/rawx-apache2/src/mod_dav_rawx.h @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/rawx_bucket.c b/rawx-apache2/src/rawx_bucket.c index 32b78e683d..d7049815b1 100644 --- a/rawx-apache2/src/rawx_bucket.c +++ b/rawx-apache2/src/rawx_bucket.c @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/rawx_bucket.h b/rawx-apache2/src/rawx_bucket.h index abe06da7ff..f90954164c 100644 --- a/rawx-apache2/src/rawx_bucket.h +++ b/rawx-apache2/src/rawx_bucket.h @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/rawx_config.h b/rawx-apache2/src/rawx_config.h index fd31212936..b4239e03be 100644 --- a/rawx-apache2/src/rawx_config.h +++ b/rawx-apache2/src/rawx_config.h @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/rawx_config_stats.c b/rawx-apache2/src/rawx_config_stats.c index 0aaf46d4cf..90e569a168 100644 --- a/rawx-apache2/src/rawx_config_stats.c +++ b/rawx-apache2/src/rawx_config_stats.c @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/rawx_properties.c b/rawx-apache2/src/rawx_properties.c index 084e48dc84..15117335fd 100644 --- a/rawx-apache2/src/rawx_properties.c +++ b/rawx-apache2/src/rawx_properties.c @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/rawx_repo_core.h b/rawx-apache2/src/rawx_repo_core.h index a263aa9cae..ab8ae5d7fd 100644 --- a/rawx-apache2/src/rawx_repo_core.h +++ b/rawx-apache2/src/rawx_repo_core.h @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-apache2/src/rawx_req_info.c b/rawx-apache2/src/rawx_req_info.c index a30a153746..7e13233f45 100644 --- a/rawx-apache2/src/rawx_req_info.c +++ b/rawx-apache2/src/rawx_req_info.c @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-apache2 Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-lib/src/attr_handler.c b/rawx-lib/src/attr_handler.c index 4fc6b92763..619552745f 100644 --- a/rawx-lib/src/attr_handler.c +++ b/rawx-lib/src/attr_handler.c @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-lib Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-lib/src/rawx.h b/rawx-lib/src/rawx.h index 8fd7aa8a7f..02fda71c23 100644 --- a/rawx-lib/src/rawx.h +++ b/rawx-lib/src/rawx.h @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-lib Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-lib/tools/gs_rawx_tools.h b/rawx-lib/tools/gs_rawx_tools.h index 24dc8a7181..cb9d418839 100644 --- a/rawx-lib/tools/gs_rawx_tools.h +++ b/rawx-lib/tools/gs_rawx_tools.h @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-lib Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx-lib/tools/gs_uncompress.c b/rawx-lib/tools/gs_uncompress.c index d01b7785b0..fd29dd5c26 100644 --- a/rawx-lib/tools/gs_uncompress.c +++ b/rawx-lib/tools/gs_uncompress.c @@ -1,7 +1,7 @@ /* OpenIO SDS rawx-lib Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/rawx/chunk_info.go b/rawx/chunk_info.go index c46fe1cc90..7eedf4686c 100644 --- a/rawx/chunk_info.go +++ b/rawx/chunk_info.go @@ -1,5 +1,6 @@ // OpenIO SDS Go rawx // Copyright (C) 2015-2020 OpenIO SAS +// Copyright (C) 2021 OVH SAS // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/rawx/chunkrepo.go b/rawx/chunkrepo.go index 6d4bca2839..21b5ac0121 100644 --- a/rawx/chunkrepo.go +++ b/rawx/chunkrepo.go @@ -1,5 +1,5 @@ // OpenIO SDS Go rawx -// Copyright (C) 2015-2020 OpenIO SAS +// Copyright (C) 2015-2019 OpenIO SAS // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/rawx/configuration.go b/rawx/configuration.go index f792e6d31a..082ecf374f 100644 --- a/rawx/configuration.go +++ b/rawx/configuration.go @@ -1,5 +1,5 @@ // OpenIO SDS Go rawx -// Copyright (C) 2015-2020 OpenIO SAS +// Copyright (C) 2015-2019 OpenIO SAS // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/rawx/main.go b/rawx/main.go index 6b817e4c03..81071433f4 100644 --- a/rawx/main.go +++ b/rawx/main.go @@ -1,5 +1,6 @@ // OpenIO SDS Go rawx // Copyright (C) 2015-2020 OpenIO SAS +// Copyright (C) 2021 OVH SAS // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/rawx/main_test.go b/rawx/main_test.go index abbce0669c..78b83b635f 100644 --- a/rawx/main_test.go +++ b/rawx/main_test.go @@ -1,5 +1,6 @@ // OpenIO SDS Go rawx // Copyright (C) 2015-2020 OpenIO SAS +// Copyright (C) 2021 OVH SAS // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/rawx/notifier.go b/rawx/notifier.go index 69188c9199..21447250fd 100644 --- a/rawx/notifier.go +++ b/rawx/notifier.go @@ -1,5 +1,6 @@ // OpenIO SDS Go rawx // Copyright (C) 2015-2020 OpenIO SAS +// Copyright (C) 2021 OVH SAS // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Affero General Public diff --git a/rdir/routes.h b/rdir/routes.h index d0207ff44c..096d9008d2 100644 --- a/rdir/routes.h +++ b/rdir/routes.h @@ -1,6 +1,6 @@ /* OpenIO SDS rdir -Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2017-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/resolver/hc_resolver.c b/resolver/hc_resolver.c index e6b08cca84..3704ec6bb4 100644 --- a/resolver/hc_resolver.c +++ b/resolver/hc_resolver.c @@ -2,6 +2,7 @@ OpenIO SDS resolver Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/resolver/hc_resolver.h b/resolver/hc_resolver.h index eebaa1bf15..be6916a2c4 100644 --- a/resolver/hc_resolver.h +++ b/resolver/hc_resolver.h @@ -2,6 +2,7 @@ OpenIO SDS resolver Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/server/gridd_dispatcher_filters.h b/server/gridd_dispatcher_filters.h index 6e0da8e272..ccab4221af 100644 --- a/server/gridd_dispatcher_filters.h +++ b/server/gridd_dispatcher_filters.h @@ -1,7 +1,7 @@ /* OpenIO SDS server Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/server/internals.h b/server/internals.h index e4dc24ee51..302e91805d 100644 --- a/server/internals.h +++ b/server/internals.h @@ -1,7 +1,7 @@ /* OpenIO SDS server Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/server/network_server.c b/server/network_server.c index a55edb0fe0..c416400ec0 100644 --- a/server/network_server.c +++ b/server/network_server.c @@ -1,7 +1,7 @@ /* OpenIO SDS server Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/server/network_server.h b/server/network_server.h index 5615c4efe7..3690d2817d 100644 --- a/server/network_server.h +++ b/server/network_server.h @@ -1,7 +1,7 @@ /* OpenIO SDS server Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/server/slab.c b/server/slab.c index e04dfa29e2..91d5a22132 100644 --- a/server/slab.c +++ b/server/slab.c @@ -1,7 +1,7 @@ /* OpenIO SDS server Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/server/transport_gridd.c b/server/transport_gridd.c index 3c7f1fb2ae..e6e3540d64 100644 --- a/server/transport_gridd.c +++ b/server/transport_gridd.c @@ -2,6 +2,7 @@ OpenIO SDS server Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/cache.c b/sqliterepo/cache.c index 54b9f66580..e132d5cf40 100644 --- a/sqliterepo/cache.c +++ b/sqliterepo/cache.c @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/cache.h b/sqliterepo/cache.h index f22f569b89..bf3f24a822 100644 --- a/sqliterepo/cache.h +++ b/sqliterepo/cache.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/election.c b/sqliterepo/election.c index 02e738411d..60d8529cde 100644 --- a/sqliterepo/election.c +++ b/sqliterepo/election.c @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/election.h b/sqliterepo/election.h index 2218e69099..e9af0103a5 100644 --- a/sqliterepo/election.h +++ b/sqliterepo/election.h @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/gridd_client_pool.c b/sqliterepo/gridd_client_pool.c index 148ffa13f8..c845e61de2 100644 --- a/sqliterepo/gridd_client_pool.c +++ b/sqliterepo/gridd_client_pool.c @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/gridd_client_pool.h b/sqliterepo/gridd_client_pool.h index 58ee00e69a..f3cbafc078 100644 --- a/sqliterepo/gridd_client_pool.h +++ b/sqliterepo/gridd_client_pool.h @@ -1,7 +1,7 @@ /* OpenIO SDS metautils Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/hash.c b/sqliterepo/hash.c index 29511b0532..efe78e80ce 100644 --- a/sqliterepo/hash.c +++ b/sqliterepo/hash.c @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/hash.h b/sqliterepo/hash.h index 1f95085b61..72c4f7f893 100644 --- a/sqliterepo/hash.h +++ b/sqliterepo/hash.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/internals.h b/sqliterepo/internals.h index e3ba7f4239..9d3454c9c9 100644 --- a/sqliterepo/internals.h +++ b/sqliterepo/internals.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/rc.c b/sqliterepo/rc.c index 24e2aae510..405b9859b8 100644 --- a/sqliterepo/rc.c +++ b/sqliterepo/rc.c @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/replication.c b/sqliterepo/replication.c index d4acb28b89..7cc6154937 100644 --- a/sqliterepo/replication.c +++ b/sqliterepo/replication.c @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/replication_client.c b/sqliterepo/replication_client.c index f3e48175f8..f24e2fadf1 100644 --- a/sqliterepo/replication_client.c +++ b/sqliterepo/replication_client.c @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/replication_dispatcher.h b/sqliterepo/replication_dispatcher.h index aa13fd4763..2a94e56d91 100644 --- a/sqliterepo/replication_dispatcher.h +++ b/sqliterepo/replication_dispatcher.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/repository.c b/sqliterepo/repository.c index 727955c725..ffd0b9493c 100644 --- a/sqliterepo/repository.c +++ b/sqliterepo/repository.c @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/restoration.c b/sqliterepo/restoration.c index 41fb7f088a..489fc15e32 100644 --- a/sqliterepo/restoration.c +++ b/sqliterepo/restoration.c @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/restoration.h b/sqliterepo/restoration.h index 50f68c4831..81348a24f7 100644 --- a/sqliterepo/restoration.h +++ b/sqliterepo/restoration.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/sqlite_utils.h b/sqliterepo/sqlite_utils.h index b86765c12d..39003f19a5 100644 --- a/sqliterepo/sqlite_utils.h +++ b/sqliterepo/sqlite_utils.h @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2020 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/sqliterepo.h b/sqliterepo/sqliterepo.h index c73974c604..caba10ab4e 100644 --- a/sqliterepo/sqliterepo.h +++ b/sqliterepo/sqliterepo.h @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/sqlx_macros.h b/sqliterepo/sqlx_macros.h index 13f76b9404..49887fc253 100644 --- a/sqliterepo/sqlx_macros.h +++ b/sqliterepo/sqlx_macros.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/sqlx_remote_ex.c b/sqliterepo/sqlx_remote_ex.c index 27d5874ce9..606e10269a 100644 --- a/sqliterepo/sqlx_remote_ex.c +++ b/sqliterepo/sqlx_remote_ex.c @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/sqlx_remote_ex.h b/sqliterepo/sqlx_remote_ex.h index df46a71c66..ef91744e8e 100644 --- a/sqliterepo/sqlx_remote_ex.h +++ b/sqliterepo/sqlx_remote_ex.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/synchro.c b/sqliterepo/synchro.c index 231e8c88af..d7672e1845 100644 --- a/sqliterepo/synchro.c +++ b/sqliterepo/synchro.c @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/synchro.h b/sqliterepo/synchro.h index 217b294c1d..5fe67ff430 100644 --- a/sqliterepo/synchro.h +++ b/sqliterepo/synchro.h @@ -2,6 +2,7 @@ OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/version.c b/sqliterepo/version.c index c3b60355a5..d69e80684d 100644 --- a/sqliterepo/version.c +++ b/sqliterepo/version.c @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqliterepo/version.h b/sqliterepo/version.h index 9f99c4dffc..d2f4e9b03d 100644 --- a/sqliterepo/version.h +++ b/sqliterepo/version.h @@ -1,7 +1,7 @@ /* OpenIO SDS sqliterepo Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sqlx/sqlx_client.c b/sqlx/sqlx_client.c index 6fbead9494..895a0a3ae2 100644 --- a/sqlx/sqlx_client.c +++ b/sqlx/sqlx_client.c @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/sqlx_client.h b/sqlx/sqlx_client.h index 9d2c39d8ff..b369b518ea 100644 --- a/sqlx/sqlx_client.h +++ b/sqlx/sqlx_client.h @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/sqlx_client_direct.c b/sqlx/sqlx_client_direct.c index 3f84424276..a856b9c841 100644 --- a/sqlx/sqlx_client_direct.c +++ b/sqlx/sqlx_client_direct.c @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/sqlx_client_direct.h b/sqlx/sqlx_client_direct.h index e04be03893..4caf310099 100644 --- a/sqlx/sqlx_client_direct.h +++ b/sqlx/sqlx_client_direct.h @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/sqlx_client_internals.h b/sqlx/sqlx_client_internals.h index d4702a610d..537f6c3da3 100644 --- a/sqlx/sqlx_client_internals.h +++ b/sqlx/sqlx_client_internals.h @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/sqlx_client_local.c b/sqlx/sqlx_client_local.c index d32a6084e5..8b386f317d 100644 --- a/sqlx/sqlx_client_local.c +++ b/sqlx/sqlx_client_local.c @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/sqlx_client_local.h b/sqlx/sqlx_client_local.h index 91fbee1f4c..f4fd02910b 100644 --- a/sqlx/sqlx_client_local.h +++ b/sqlx/sqlx_client_local.h @@ -1,6 +1,6 @@ /* OpenIO SDS sqlx -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/sqlx_service.c b/sqlx/sqlx_service.c index d3573895c4..ac1901bf4a 100644 --- a/sqlx/sqlx_service.c +++ b/sqlx/sqlx_service.c @@ -2,6 +2,7 @@ OpenIO SDS sqlx Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/sqlx/tool_sqlx.c b/sqlx/tool_sqlx.c index cb1662b60d..a3092c6302 100644 --- a/sqlx/tool_sqlx.c +++ b/sqlx/tool_sqlx.c @@ -1,7 +1,7 @@ /* OpenIO SDS sqlx Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2016 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tests/functional/account/test_client.py b/tests/functional/account/test_client.py index 9e34738a1e..04e4c5c8d3 100644 --- a/tests/functional/account/test_client.py +++ b/tests/functional/account/test_client.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/account/test_server.py b/tests/functional/account/test_server.py index 28ac6d6617..6d92496fae 100644 --- a/tests/functional/account/test_server.py +++ b/tests/functional/account/test_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/api/test_directory.py b/tests/functional/api/test_directory.py index b1b2555992..c097d31962 100644 --- a/tests/functional/api/test_directory.py +++ b/tests/functional/api/test_directory.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2020 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/api/test_objectstorage.py b/tests/functional/api/test_objectstorage.py index e62fa86774..4644c2f009 100644 --- a/tests/functional/api/test_objectstorage.py +++ b/tests/functional/api/test_objectstorage.py @@ -1,4 +1,5 @@ # Copyright (C) 2016-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/api/test_objectstorage_performance.py b/tests/functional/api/test_objectstorage_performance.py index e21b221c5f..fe6d696f5b 100644 --- a/tests/functional/api/test_objectstorage_performance.py +++ b/tests/functional/api/test_objectstorage_performance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/api/test_proxy_client.py b/tests/functional/api/test_proxy_client.py index 55e52766d1..a168639736 100644 --- a/tests/functional/api/test_proxy_client.py +++ b/tests/functional/api/test_proxy_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS +# Copyright (C) 2017-2018 OpenIO SAS # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/blob/__init__.py b/tests/functional/blob/__init__.py index d38e1ff254..0717db5532 100644 --- a/tests/functional/blob/__init__.py +++ b/tests/functional/blob/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/blob/test_auditor.py b/tests/functional/blob/test_auditor.py index 4673c53f28..a19a1b0d0b 100644 --- a/tests/functional/blob/test_auditor.py +++ b/tests/functional/blob/test_auditor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/blob/test_blob.py b/tests/functional/blob/test_blob.py index 31cfbe7808..fba0de1370 100644 --- a/tests/functional/blob/test_blob.py +++ b/tests/functional/blob/test_blob.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/blob/test_mover.py b/tests/functional/blob/test_mover.py index 54773a8c41..d4d0cd1e7a 100644 --- a/tests/functional/blob/test_mover.py +++ b/tests/functional/blob/test_mover.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/blob/test_rebuilder.py b/tests/functional/blob/test_rebuilder.py index a9d0e32f78..99ba0d165e 100644 --- a/tests/functional/blob/test_rebuilder.py +++ b/tests/functional/blob/test_rebuilder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/cli/__init__.py b/tests/functional/cli/__init__.py index fa7b792408..ceb43b54ac 100644 --- a/tests/functional/cli/__init__.py +++ b/tests/functional/cli/__init__.py @@ -1,4 +1,5 @@ # Copyright (C) 2016-2020 OpenIO SAS +# Copyright (C) 2021 OVH SAS # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/cli/cluster/test_cluster.py b/tests/functional/cli/cluster/test_cluster.py index a5853bda96..c12156439c 100644 --- a/tests/functional/cli/cluster/test_cluster.py +++ b/tests/functional/cli/cluster/test_cluster.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/cli/container/test_container.py b/tests/functional/cli/container/test_container.py index aad8ec31a1..34740a0ed7 100644 --- a/tests/functional/cli/container/test_container.py +++ b/tests/functional/cli/container/test_container.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright (C) 2016-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/cli/lifecycle/test_lifecycle.py b/tests/functional/cli/lifecycle/test_lifecycle.py index dbb9c18cdf..4005faf43e 100644 --- a/tests/functional/cli/lifecycle/test_lifecycle.py +++ b/tests/functional/cli/lifecycle/test_lifecycle.py @@ -1,4 +1,5 @@ # Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/cli/object/test_object.py b/tests/functional/cli/object/test_object.py index ddcf1fff23..c25407a439 100644 --- a/tests/functional/cli/object/test_object.py +++ b/tests/functional/cli/object/test_object.py @@ -1,4 +1,5 @@ # Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2020 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/cli/reference/test_reference.py b/tests/functional/cli/reference/test_reference.py index 73e91ccff7..9802bf0809 100644 --- a/tests/functional/cli/reference/test_reference.py +++ b/tests/functional/cli/reference/test_reference.py @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/conscience/test_conscience.py b/tests/functional/conscience/test_conscience.py index 4bfd6cef92..fb257a7a9f 100644 --- a/tests/functional/conscience/test_conscience.py +++ b/tests/functional/conscience/test_conscience.py @@ -1,4 +1,5 @@ # Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2020 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/container/test_container.py b/tests/functional/container/test_container.py index 9c275cf292..047bcf9c71 100644 --- a/tests/functional/container/test_container.py +++ b/tests/functional/container/test_container.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/container/test_container_backup.py b/tests/functional/container/test_container_backup.py index aebd7d402a..07bd90f554 100644 --- a/tests/functional/container/test_container_backup.py +++ b/tests/functional/container/test_container_backup.py @@ -1,6 +1,6 @@ # coding: utf-8 -# Copyright (C) 2017-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/container/test_lifecycle.py b/tests/functional/container/test_lifecycle.py index 316b7efced..ef66329f91 100644 --- a/tests/functional/container/test_lifecycle.py +++ b/tests/functional/container/test_lifecycle.py @@ -1,4 +1,5 @@ # Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/content/test_content.py b/tests/functional/content/test_content.py index da4696a4ad..6f0aaba255 100644 --- a/tests/functional/content/test_content.py +++ b/tests/functional/content/test_content.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/content/test_plain.py b/tests/functional/content/test_plain.py index 5f2b817429..3a0f11be02 100644 --- a/tests/functional/content/test_plain.py +++ b/tests/functional/content/test_plain.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/content/test_service_id.py b/tests/functional/content/test_service_id.py index 74a0c87356..345b87c20b 100644 --- a/tests/functional/content/test_service_id.py +++ b/tests/functional/content/test_service_id.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/directory/test_admin.py b/tests/functional/directory/test_admin.py index d19948c0d8..7706aa8165 100644 --- a/tests/functional/directory/test_admin.py +++ b/tests/functional/directory/test_admin.py @@ -1,4 +1,5 @@ # Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/event/test_webhook.py b/tests/functional/event/test_webhook.py index cbf310a16f..a199298abb 100644 --- a/tests/functional/event/test_webhook.py +++ b/tests/functional/event/test_webhook.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/m2_filters/test_filters.py b/tests/functional/m2_filters/test_filters.py index cb7890f691..6e42a33c09 100644 --- a/tests/functional/m2_filters/test_filters.py +++ b/tests/functional/m2_filters/test_filters.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/functional/rdir/test_server.py b/tests/functional/rdir/test_server.py index 56056ff804..a577ce4eff 100644 --- a/tests/functional/rdir/test_server.py +++ b/tests/functional/rdir/test_server.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 0bb3c7f76d..dc0b654d0c 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS +# Copyright (C) 2015-2019 OpenIO SAS # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/api/__init__.py b/tests/unit/api/__init__.py index 0b162e7904..f64811db98 100644 --- a/tests/unit/api/__init__.py +++ b/tests/unit/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/api/test_container_client.py b/tests/unit/api/test_container_client.py index 06255441e5..ab0b1daa5c 100644 --- a/tests/unit/api/test_container_client.py +++ b/tests/unit/api/test_container_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/api/test_directory.py b/tests/unit/api/test_directory.py index 944d297475..1b75a2a2e0 100644 --- a/tests/unit/api/test_directory.py +++ b/tests/unit/api/test_directory.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017,2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/api/test_ec.py b/tests/unit/api/test_ec.py index ec972272eb..972c9097be 100644 --- a/tests/unit/api/test_ec.py +++ b/tests/unit/api/test_ec.py @@ -1,4 +1,5 @@ # Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/api/test_io.py b/tests/unit/api/test_io.py index ba25acaacb..48618aeb8a 100644 --- a/tests/unit/api/test_io.py +++ b/tests/unit/api/test_io.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/api/test_utils.py b/tests/unit/api/test_utils.py index 809fb067a1..cc6440f432 100644 --- a/tests/unit/api/test_utils.py +++ b/tests/unit/api/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/common/test_exceptions.py b/tests/unit/common/test_exceptions.py index 7ba53bee8d..ea400066b0 100644 --- a/tests/unit/common/test_exceptions.py +++ b/tests/unit/common/test_exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/common/test_logger.py b/tests/unit/common/test_logger.py index 71fd770abd..2d810ec0f5 100644 --- a/tests/unit/common/test_logger.py +++ b/tests/unit/common/test_logger.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/common/test_ratelimiter.py b/tests/unit/common/test_ratelimiter.py index e523f26597..3fb8ae4fe5 100644 --- a/tests/unit/common/test_ratelimiter.py +++ b/tests/unit/common/test_ratelimiter.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/container/test_lifecycle.py b/tests/unit/container/test_lifecycle.py index 4fd70b5703..afe4acff8a 100644 --- a/tests/unit/container/test_lifecycle.py +++ b/tests/unit/container/test_lifecycle.py @@ -1,4 +1,5 @@ # Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/content/test_content.py b/tests/unit/content/test_content.py index 939776fe92..8594bf0f66 100644 --- a/tests/unit/content/test_content.py +++ b/tests/unit/content/test_content.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2017 OpenIO SAS, as part of +# Copyright (C) 2015-2018 OpenIO SAS, as part of # OpenIO Software Defined Storage # # This library is free software; you can redistribute it and/or diff --git a/tests/unit/content/test_content_functions.py b/tests/unit/content/test_content_functions.py index c7d5941e68..b012113c2f 100644 --- a/tests/unit/content/test_content_functions.py +++ b/tests/unit/content/test_content_functions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018 OpenIO SAS, as part of +# Copyright (C) 2018-2019 OpenIO SAS, as part of # OpenIO Software Defined Storage # # This library is free software; you can redistribute it and/or diff --git a/tests/unit/test_gridd_client.c b/tests/unit/test_gridd_client.c index 5177abef01..40a9be6bc4 100644 --- a/tests/unit/test_gridd_client.c +++ b/tests/unit/test_gridd_client.c @@ -1,7 +1,7 @@ /* OpenIO SDS unit tests Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/test_prefixmapping.py b/tests/unit/test_prefixmapping.py index 2f01737736..928d732881 100644 --- a/tests/unit/test_prefixmapping.py +++ b/tests/unit/test_prefixmapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/test_sqliterepo_cache.c b/tests/unit/test_sqliterepo_cache.c index 51a77b1b4c..e89ed94539 100644 --- a/tests/unit/test_sqliterepo_cache.c +++ b/tests/unit/test_sqliterepo_cache.c @@ -1,7 +1,7 @@ /* OpenIO SDS unit tests Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2018 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/test_sqliterepo_election.c b/tests/unit/test_sqliterepo_election.c index 57b37b458e..cff8dcd887 100644 --- a/tests/unit/test_sqliterepo_election.c +++ b/tests/unit/test_sqliterepo_election.c @@ -2,6 +2,7 @@ OpenIO SDS unit tests Copyright (C) 2014 Worldline, as part of Redcurrant Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2021 OVH SAS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tests/unit/test_url.c b/tests/unit/test_url.c index d1554e631c..80ef635978 100644 --- a/tests/unit/test_url.c +++ b/tests/unit/test_url.c @@ -1,7 +1,7 @@ /* OpenIO SDS unit tests Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tools/event-benchmark/event_benchmark.c b/tools/event-benchmark/event_benchmark.c index d2c52cd120..50e173def6 100644 --- a/tools/event-benchmark/event_benchmark.c +++ b/tools/event-benchmark/event_benchmark.c @@ -1,6 +1,6 @@ /* OpenIO SDS oio-event-benchmark -Copyright (C) 2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2017-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/oio-bootstrap.py b/tools/oio-bootstrap.py index ef69ddab09..9e36f4c7b5 100755 --- a/tools/oio-bootstrap.py +++ b/tools/oio-bootstrap.py @@ -1,8 +1,9 @@ #!/usr/bin/env python # oio-bootstrap.py -# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS # Copyright (C) 2015 Conrad Kleinespel +# Copyright (C) 2015-2020 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tools/oio-check-copyright.sh b/tools/oio-check-copyright.sh index e976d4c610..832c456f93 100755 --- a/tools/oio-check-copyright.sh +++ b/tools/oio-check-copyright.sh @@ -2,6 +2,7 @@ # oio-check-copyright.sh # Copyright (C) 2018-2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -15,44 +16,58 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -set -e -BASEDIR=$1 ; [[ -n "$BASEDIR" ]] ; [[ -d "$BASEDIR" ]] +EXCLUDED_FILES=("metautils/lib/tree.h" "oio/container/md5py.py") -/bin/ls -1f ${BASEDIR} \ -| grep -i -v -e '^\.' -e '^build' -e '^cmake' -e '^setup' -e '^oioenv' \ -| while read D ; do - /usr/bin/find "${BASEDIR}/${D}" -type f \ - -name '*.h' -or -name '*.c' -or -name '*.py' -or -name '*.go' \ - | while read F ; do - if ! [[ -s "$F" ]] ; then continue ; fi - if ! /usr/bin/git ls-files --error-unmatch "$F" >/dev/null ; then continue ; fi - if ! /bin/grep -q 'Copyright' "$F" ; then - echo "Missing Copyright section in $F" 1>&2 +function find_last_modification { + FILE=$1 + (git log -8 --no-merges --pretty="format:%H" -- "${FILE}"; echo) | + while read COMMIT; do + if [ -z "${COMMIT}" ]; then + continue + fi + MODIFIED=$(git show "${COMMIT}" -- "${FILE}" | grep -v -E '(^(\+\+\+|---)|Copyright \(C\) )' | grep -E '^(\+|-)' | head -n 1) + if [ -z "${MODIFIED}" ]; then + continue + fi + echo "${COMMIT}" + return + done +} + +git ls-tree -r --name-only HEAD | + while read FILE; do + if [[ ! "${FILE}" =~ ^.+\.(c|go|h|py)$ ]]; then + continue + fi + if [[ "${FILE}" =~ ^setup\.(py|cfg)$ ]]; then + continue + fi + if [ ! -s "${FILE}" ]; then + continue + fi + if [[ " ${EXCLUDED_FILES[@]} " =~ " ${FILE} " ]]; then + continue + fi + + COMMIT=$(find_last_modification "${FILE}") + if [ -z "${COMMIT}" ]; then + echo "The last 8 commits of the ${FILE} only modify the Copyright section" 1>&2 exit 1 fi - done -done + YEAR=$(git show -s --pretty="format:%cd" --date="format:%Y" "${COMMIT}") -if [ -n "$TRAVIS_COMMIT_RANGE" ] -then - INCLUDE='.+\.(c|go|h|py)$' - YEAR=$(date +%Y) - FAIL=0 - echo "Checking copyright for year $YEAR." - git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -E "$INCLUDE" \ - | while read name ; do - # Ignore empty files - if ! [[ -s "$name" ]] ; then continue ; fi - # Ignore removed files - if ! [[ -e "$name" ]] ; then continue ; fi + COMPANY="OpenIO" + if [ "${YEAR}" -gt "2020" ]; then + COMPANY="OVH" + elif [ "${YEAR}" -eq "2020" ]; then + COMPANY="(OpenIO|OVH)" + fi - COPYRIGHT_LINE=$(grep -E 'Copyright.+[[:digit:]]{4}.+OpenIO' "$name") - if [[ ! "$COPYRIGHT_LINE" =~ .+$YEAR.* ]] - then - echo "ERROR $name ($YEAR) has \"$COPYRIGHT_LINE\"" - FAIL=1 + COPYRIGHT_LINE=$(head -n 8 "${FILE}" | grep -E "Copyright \(C\) ([[:digit:]]{4}-|)${YEAR} ${COMPANY} SAS") + if [ -z "${COPYRIGHT_LINE}" ]; then + echo "The Copyright section in ${FILE} is not up to date, the last modification dates from ${YEAR} with the commit ${COMMIT}" 1>&2 + git show "${COMMIT}" -- "${FILE}" | head -n 32 + exit 1 fi done - if [[ "$FAIL" != 0 ]] ; then exit $FAIL ; fi -fi diff --git a/tools/oio-flush-all.sh b/tools/oio-flush-all.sh index 015ba59ab9..23b68de34d 100755 --- a/tools/oio-flush-all.sh +++ b/tools/oio-flush-all.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # oio-flush-all.sh -# Copyright (C) 2016 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2016-2017 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tools/oio-rdir-harass.py b/tools/oio-rdir-harass.py index ff230c2d7b..6ac3fc4016 100755 --- a/tools/oio-rdir-harass.py +++ b/tools/oio-rdir-harass.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # oio-rdir-harass.py -# Copyright (C) 2016-2017,2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2016-2019 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tools/oio-reset.sh b/tools/oio-reset.sh index 0bae4be173..0c7a651cdc 100755 --- a/tools/oio-reset.sh +++ b/tools/oio-reset.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # oio-reset.sh -# Copyright (C) 2015-2017 OpenIO SAS, original work as part of OpenIO SDS +# Copyright (C) 2015-2019 OpenIO SAS, original work as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tools/oio-tool.c b/tools/oio-tool.c index 1163c39075..02322ac751 100644 --- a/tools/oio-tool.c +++ b/tools/oio-tool.c @@ -1,7 +1,7 @@ /* oio-tool, a CLI tool of OpenIO Copyright (C) 2014 Worldline, as part of Redcurrant -Copyright (C) 2015-2017 OpenIO SAS, as part of OpenIO SDS +Copyright (C) 2015-2019 OpenIO SAS, as part of OpenIO SDS This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/tools/oio-travis-failfast.sh b/tools/oio-travis-failfast.sh index 3f988e6671..de530bd24c 100755 --- a/tools/oio-travis-failfast.sh +++ b/tools/oio-travis-failfast.sh @@ -2,6 +2,7 @@ # oio-travis-failfast.sh # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -30,7 +31,6 @@ fold() { fold SDK ./tools/oio-build-sdk.sh ${PWD} fold Release ./tools/oio-build-release.sh ${PWD} -fold Copyright ./tools/oio-check-copyright.sh ${PWD} +fold Copyright ./tools/oio-check-copyright.sh fold Virtualenv python ./setup.py develop fold Variables tox -e variables - diff --git a/tools/oio-travis-unit.sh b/tools/oio-travis-unit.sh index bdb6707937..752782f644 100755 --- a/tools/oio-travis-unit.sh +++ b/tools/oio-travis-unit.sh @@ -2,6 +2,7 @@ # oio-travis-unitfunc.sh # Copyright (C) 2019 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2021 OVH SAS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tools/oio-wait-scored.sh b/tools/oio-wait-scored.sh index 988d00ebfb..0b99cd90bf 100755 --- a/tools/oio-wait-scored.sh +++ b/tools/oio-wait-scored.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # oio-wait-scored.sh -# Copyright (C) 2016-2017 OpenIO SAS, as part of OpenIO SDS +# Copyright (C) 2016-2018 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as