Skip to content

Commit

Permalink
Sanitize the python headers Fix rucio#4980
Browse files Browse the repository at this point in the history
The headers in this project are automatically generated. A script uses the git
history to determine the current header.

Since a lot of developers did not run the script, the current state of the
repository and the desired one are different. This commit sets all the headers
to the desired state.
  • Loading branch information
Joel Dierkes committed Dec 16, 2021
1 parent 8a61ba9 commit c4b995c
Show file tree
Hide file tree
Showing 420 changed files with 3,010 additions and 1,286 deletions.
1 change: 1 addition & 0 deletions bin/rucio
Expand Up @@ -55,6 +55,7 @@
# - jdierkes <joel.dierkes@cern.ch>, 2021
# - Igor Mandrichenko <ivm@fnal.gov>, 2021
# - Rob Barnsley <robbarnsley@users.noreply.github.com>, 2021
# - Carlosbg <bogomcar@gmail.com>, 2021

from __future__ import print_function

Expand Down
11 changes: 6 additions & 5 deletions bin/rucio-auditor
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2015-2020 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2015-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,14 +15,14 @@
# limitations under the License.
#
# Authors:
# - Fernando Lopez <fernando.e.lopez@gmail.com>, 2015
# - Fernando López <felopez@cern.ch>, 2015
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Joaquin Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Martin Barisits <martin.barisits@cern.ch>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
#
# PY3K COMPATIBLE
# - Rahul Chauhan <omrahulchauhan@gmail.com>, 2021
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

import argparse
import logging
Expand Down
6 changes: 3 additions & 3 deletions bin/rucio-bb8
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2016-2020 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2016-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -19,8 +20,7 @@
# - Tomas Javurek <tomas.javurek@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
#
# PY3K COMPATIBLE
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
BB8 is a daemon to rebalance data.
Expand Down
1 change: 1 addition & 0 deletions bin/rucio-c3po
Expand Up @@ -20,6 +20,7 @@
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - David Población Criado <david.poblacion.criado@cern.ch>, 2021
# - jdierkes <joel.dierkes@cern.ch>, 2021
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Expand Down
5 changes: 3 additions & 2 deletions bin/rucio-cache-client
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright 2018-2021 CERN
# Copyright 2014-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -20,9 +20,10 @@
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Mario Lassnig <mario.lassnig@cern.ch>, 2018-2021
# - nataliaratnikova <natasha@fnal.gov>, 2018
# - Joaquin Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - James Perry <j.perry@epcc.ed.ac.uk>, 2020
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Rucio Cache client.
Expand Down
13 changes: 8 additions & 5 deletions bin/rucio-cache-consumer
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2014-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2014-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,10 +15,12 @@
# limitations under the License.
#
# Authors:
# - Wen Guan, <wguan.icedew@gmail.com>, 2014
# - Vincent Garonne, <vgaronne@gmail.com>, 2018
#
# PY3K COMPATIBLE
# - Wen Guan <wen.guan@cern.ch>, 2014
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Rucio Cache Consumer is a daemon to add/delete cache replicas to Rucio catalog.
Expand Down
15 changes: 9 additions & 6 deletions bin/rucio-conveyor-finisher
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2015-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2015-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,11 +15,13 @@
# limitations under the License.
#
# Authors:
# - Wen Guan, <wguan.icedew@gmail.com>, 2015
# - Cedric Serfon, <cedric.serfon@cern.ch>, 2017
# - Vincent Garonne, <vgaronne@gmail.com>, 2018
#
# PY3K COMPATIBLE
# - Wen Guan <wen.guan@cern.ch>, 2015
# - Cedric Serfon <cedric.serfon@cern.ch>, 2017-2018
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Conveyor is a daemon to manage file transfers.
Expand Down
6 changes: 5 additions & 1 deletion bin/rucio-conveyor-fts-throttler
Expand Up @@ -15,7 +15,11 @@
# limitations under the License.
#
# Authors:
# - Dilaksun Bavarajan, <dilaksun@hotmail.com>, 2019
# - Dilaksun Bavarajan <dilaksun.bavarajan@cern.ch>, 2019
# - Martin Barisits <martin.barisits@cern.ch>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Ocean Monjur <75680423+OCM-7898@users.noreply.github.com>, 2021
# - jdierkes <joel.dierkes@cern.ch>, 2021
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Expand Down
15 changes: 9 additions & 6 deletions bin/rucio-conveyor-poller
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2013-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2013-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,12 +15,14 @@
# limitations under the License.
#
# Authors:
# - Mario Lassnig, <mario.lassnig@cern.ch>, 2013-2015
# - Wen Guan, <wguan.icedew@gmail.com>, 2014-2015
# - Vincent Garonne, <vgaronne@gmail.com>, 2018
# - Mario Lassnig <mario.lassnig@cern.ch>, 2013-2015
# - Wen Guan <wen.guan@cern.ch>, 2014-2015
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Cedric Serfon <cedric.serfon@cern.ch>, 2018
#
# PY3K COMPATIBLE
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Conveyor is a daemon to manage file transfers.
Expand Down
5 changes: 3 additions & 2 deletions bin/rucio-conveyor-preparer
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*
# Copyright 2020 CERN
# -*- coding: utf-8 -*-
# Copyright 2020-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,7 @@
#
# Authors:
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

import argparse
import signal
Expand Down
13 changes: 8 additions & 5 deletions bin/rucio-conveyor-receiver
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2015-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2015-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,10 +15,12 @@
# limitations under the License.
#
# Authors:
# - Wen Guan, <wguan.icedew@gmail.com>, 2015-2016
# - Vincent Garonne, <vgaronne@gmail.com>, 2018
#
# PY3K COMPATIBLE
# - Wen Guan <wen.guan@cern.ch>, 2015-2016
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Conveyor is a daemon to manage file transfers.
Expand Down
20 changes: 11 additions & 9 deletions bin/rucio-conveyor-submitter
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2013-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2013-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,16 +15,17 @@
# limitations under the License.
#
# Authors:
# - Mario Lassnig, <mario.lassnig@cern.ch>, 2013-2015
# - Cedric Serfon, <cedric.serfon@cern.ch>, 2013-2019
# - Wen Guan, <wguan.icedew@gmail.com>, 2014-2016
# - Vincent Garonne, <vgaronne@gmail.com>, 2016-2018
# - Hannes Hansen, <hannes.jakob.hansen@cern.ch>, 2018-2019
# - Andrew Lister, <andrew.lister@stfc.ac.uk>, 2019
# - Mario Lassnig <mario.lassnig@cern.ch>, 2013-2015
# - Cedric Serfon <cedric.serfon@cern.ch>, 2013-2019
# - Wen Guan <wen.guan@cern.ch>, 2014-2016
# - Vincent Garonne <vincent.garonne@cern.ch>, 2016-2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018-2019
# - Andrew Lister <andrew.lister@stfc.ac.uk>, 2019
# - Patrick Austin <patrick.austin@stfc.ac.uk>, 2020
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Nick Smith <nick.smith@cern.ch>, 2021
#
# PY3K COMPATIBLE
# - Radu Carpa <radu.carpa@cern.ch>, 2021
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Conveyor is a daemon to manage file transfers.
Expand Down
14 changes: 8 additions & 6 deletions bin/rucio-conveyor-throttler
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2016-2019 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2016-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,13 +15,14 @@
# limitations under the License.
#
# Authors:
# - Wen Guan <wguan.icedew@gmail.com>, 2016
# - Vincent Garonne <vgaronne@gmail.com>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2019
# - Wen Guan <wen.guan@cern.ch>, 2016
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018-2019
# - Mario Lassnig <mario.lassnig@cern.ch>, 2019
# - Patrick Austin <patrick.austin@stfc.ac.uk>, 2020
#
# PY3K COMPATIBLE
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Ocean Monjur <75680423+OCM-7898@users.noreply.github.com>, 2021
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Conveyor is a daemon to manage file transfers.
Expand Down
11 changes: 8 additions & 3 deletions bin/rucio-dumper
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2015-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2015-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,8 +15,12 @@
# limitations under the License.
#
# Authors:
# - Fernando Lopez, <fernando.e.lopez@gmail.com>, 2015
# - Vincent Garonne, <vgaronne@gmail.com>, 2018
# - Fernando López <felopez@cern.ch>, 2015
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - David Población Criado <david.poblacion.criado@cern.ch>, 2021
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

import argparse
import datetime
Expand Down
10 changes: 6 additions & 4 deletions bin/rucio-follower
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2014-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2019-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,9 +15,10 @@
# limitations under the License.
#
# Authors:
# - Ruturaj Gujar, <ruturaj.gujar23@gmail.com>, 2019
#
# PY3K COMPATIBLE
# - Ruturaj Gujar <ruturaj.gujar23@gmail.com>, 2019
# - Martin Barisits <martin.barisits@cern.ch>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Follower is a daemon to aggregate all the events affecting the dids
Expand Down
10 changes: 6 additions & 4 deletions bin/rucio-hermes2
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2014-2020 CERN
# -*- coding: utf-8 -*-
# Copyright 2020-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,9 +15,10 @@
# limitations under the License.
#
# Authors:
# - Cedric Serfon, <cedric.serfon@cern.ch>, 2020
#
# PY3K COMPATIBLE
# - Cedric Serfon <cedric.serfon@cern.ch>, 2020
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Ocean Monjur <75680423+OCM-7898@users.noreply.github.com>, 2021
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Hermes2 is a daemon that gets the messages and sends them to external services (influxDB, ES, ActiveMQ).
Expand Down
15 changes: 10 additions & 5 deletions bin/rucio-kronos
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2018-2021 CERN
# -*- coding: utf-8 -*-
# Copyright 2014-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,10 +15,14 @@
# limitations under the License.
#
# Authors:
# - Thomas Beermann, <thomas.beermann@cern.ch>, 2014
# - Mario Lassnig, <mario.lassnig@cern.ch>, 2015-2021
# - Vincent Garonne, <vgaronne@gmail.com>, 2018
# - Cedric Serfon <cedric.serfon@cern,ch>, 2018
# - Thomas Beermann <thomas.beermann@cern.ch>, 2014
# - Mario Lassnig <mario.lassnig@cern.ch>, 2015-2021
# - Vincent Garonne <vincent.garonne@cern.ch>, 2018
# - Hannes Hansen <hannes.jakob.hansen@cern.ch>, 2018
# - Cedric Serfon <cedric.serfon@cern.ch>, 2018
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

"""
Kronos is a daemon the consumer tracer messages and update the replica atime accordingly.
Expand Down
11 changes: 7 additions & 4 deletions bin/rucio-minos
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2014-2018 CERN for the benefit of the ATLAS collaboration.
# -*- coding: utf-8 -*-
# Copyright 2018-2021 CERN
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -14,9 +15,11 @@
# limitations under the License.
#
# Authors:
# - Cedric Serfon, <cedric.serfon@cern.ch>, 2018
#
# PY3K COMPATIBLE
# - Cedric Serfon <cedric.serfon@cern.ch>, 2018
# - Martin Barisits <martin.barisits@cern.ch>, 2019
# - Joaquín Bogado <jbogado@linti.unlp.edu.ar>, 2019
# - Benedikt Ziemons <benedikt.ziemons@cern.ch>, 2020
# - Joel Dierkes <joel.dierkes@cern.ch>, 2021

'''
Minos Daemon :
Expand Down

0 comments on commit c4b995c

Please sign in to comment.