From 18f59d7fc929a037bb5318be66cb1c8878e22d62 Mon Sep 17 00:00:00 2001 From: Michal Simon <simonm@cern.ch> Date: Thu, 15 May 2014 17:02:26 +0200 Subject: [PATCH] #977 new EPEL 3.2.22 release --- docs/easy/examples/cancel.py | 2 +- docs/easy/examples/listing.py | 2 +- docs/easy/examples/status.py | 2 +- docs/easy/examples/submit.py | 2 +- docs/easy/examples/whoami.py | 2 +- docs/generate-api-md.py | 2 +- src/fts3/cli/__init__.py | 2 +- src/fts3/cli/base.py | 2 +- src/fts3/cli/delegator.py | 2 +- src/fts3/cli/jobcanceller.py | 2 +- src/fts3/cli/joblister.py | 2 +- src/fts3/cli/jobshower.py | 2 +- src/fts3/cli/jobsubmitter.py | 2 +- src/fts3/cli/utils.py | 2 +- src/fts3/cli/whoami.py | 2 +- src/fts3/model/__init__.py | 2 +- src/fts3/model/banned.py | 2 +- src/fts3/model/base.py | 2 +- src/fts3/model/config.py | 2 +- src/fts3/model/credentials.py | 2 +- src/fts3/model/file.py | 2 +- src/fts3/model/job.py | 2 +- src/fts3/model/optimizer.py | 2 +- src/fts3/model/version.py | 2 +- src/fts3/rest/client/__init__.py | 2 +- src/fts3/rest/client/context.py | 2 +- src/fts3/rest/client/delegator.py | 2 +- src/fts3/rest/client/easy/__init__.py | 2 +- src/fts3/rest/client/easy/delegate.py | 2 +- src/fts3/rest/client/easy/state.py | 2 +- src/fts3/rest/client/easy/submission.py | 2 +- src/fts3/rest/client/easy/whoami.py | 2 +- src/fts3/rest/client/exceptions.py | 2 +- src/fts3/rest/client/inquirer.py | 2 +- src/fts3/rest/client/request.py | 2 +- src/fts3/rest/client/submitter.py | 2 +- src/fts3rest/fts3rest/config/environment.py | 2 +- src/fts3rest/fts3rest/config/middleware.py | 2 +- src/fts3rest/fts3rest/config/routing.py | 2 +- src/fts3rest/fts3rest/controllers/api.py | 2 +- src/fts3rest/fts3rest/controllers/archive.py | 2 +- src/fts3rest/fts3rest/controllers/config.py | 2 +- src/fts3rest/fts3rest/controllers/datamanagement.py | 2 +- src/fts3rest/fts3rest/controllers/delegation.py | 2 +- src/fts3rest/fts3rest/controllers/error.py | 2 +- src/fts3rest/fts3rest/controllers/jobs.py | 2 +- src/fts3rest/fts3rest/controllers/misc.py | 2 +- src/fts3rest/fts3rest/controllers/optimizer.py | 2 +- src/fts3rest/fts3rest/lib/api/__init__.py | 2 +- src/fts3rest/fts3rest/lib/api/decorators.py | 2 +- src/fts3rest/fts3rest/lib/api/introspect.py | 2 +- src/fts3rest/fts3rest/lib/api/submit_schema.py | 2 +- src/fts3rest/fts3rest/lib/app_globals.py | 2 +- src/fts3rest/fts3rest/lib/base.py | 2 +- src/fts3rest/fts3rest/lib/gfal2_wrapper.py | 2 +- src/fts3rest/fts3rest/lib/helpers/__init__.py | 2 +- src/fts3rest/fts3rest/lib/helpers/fts3_config.py | 2 +- src/fts3rest/fts3rest/lib/helpers/jsonify.py | 2 +- src/fts3rest/fts3rest/lib/helpers/voms.py | 2 +- src/fts3rest/fts3rest/lib/http_exceptions.py | 2 +- src/fts3rest/fts3rest/lib/middleware/error_as_json.py | 2 +- src/fts3rest/fts3rest/lib/middleware/fts3auth/__init__.py | 2 +- src/fts3rest/fts3rest/lib/middleware/fts3auth/authorization.py | 2 +- src/fts3rest/fts3rest/lib/middleware/fts3auth/constants.py | 2 +- src/fts3rest/fts3rest/lib/middleware/fts3auth/credentials.py | 2 +- .../fts3rest/lib/middleware/fts3auth/fts3authmiddleware.py | 2 +- src/fts3rest/fts3rest/lib/middleware/request_logger.py | 2 +- src/fts3rest/fts3rest/model/__init__.py | 2 +- src/fts3rest/fts3rest/model/meta.py | 2 +- src/fts3rest/fts3rest/tests/__init__.py | 2 +- src/fts3rest/fts3rest/tests/benchmark/MockedJobController.py | 2 +- src/fts3rest/fts3rest/tests/benchmark/QueryCounter.py | 2 +- src/fts3rest/fts3rest/tests/benchmark/benchmark_job_cancel.py | 2 +- .../fts3rest/tests/benchmark/benchmark_job_submission.py | 2 +- src/fts3rest/fts3rest/tests/benchmark/util.py | 2 +- src/fts3rest/fts3rest/tests/functional/test_archive.py | 2 +- src/fts3rest/fts3rest/tests/functional/test_delegation.py | 2 +- src/fts3rest/fts3rest/tests/functional/test_job_cancel.py | 2 +- .../fts3rest/tests/functional/test_job_invalid_submit.py | 2 +- src/fts3rest/fts3rest/tests/functional/test_job_listing.py | 2 +- src/fts3rest/fts3rest/tests/functional/test_job_submission.py | 2 +- src/fts3rest/fts3rest/tests/functional/test_multiple.py | 2 +- src/fts3rest/fts3rest/tests/functional/test_staging.py | 2 +- src/fts3rest/fts3rest/tests/unit/test_authorization.py | 2 +- src/fts3rest/fts3rest/tests/unit/test_credentials.py | 2 +- src/fts3rest/fts3rest/tests/unit/test_json_schema.py | 2 +- src/fts3rest/fts3rest/websetup.py | 2 +- src/fts3rest/generate-api-doc.py | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/docs/easy/examples/cancel.py b/docs/easy/examples/cancel.py index c60205e5..b807eb12 100755 --- a/docs/easy/examples/cancel.py +++ b/docs/easy/examples/cancel.py @@ -4,7 +4,7 @@ # # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/docs/easy/examples/listing.py b/docs/easy/examples/listing.py index 6bbdd5fa..ad3508d8 100755 --- a/docs/easy/examples/listing.py +++ b/docs/easy/examples/listing.py @@ -4,7 +4,7 @@ # # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/docs/easy/examples/status.py b/docs/easy/examples/status.py index bc992491..702f3a03 100755 --- a/docs/easy/examples/status.py +++ b/docs/easy/examples/status.py @@ -4,7 +4,7 @@ # # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/docs/easy/examples/submit.py b/docs/easy/examples/submit.py index d7e5952b..62166515 100755 --- a/docs/easy/examples/submit.py +++ b/docs/easy/examples/submit.py @@ -4,7 +4,7 @@ # # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/docs/easy/examples/whoami.py b/docs/easy/examples/whoami.py index 67d8d3ef..44a044a9 100755 --- a/docs/easy/examples/whoami.py +++ b/docs/easy/examples/whoami.py @@ -4,7 +4,7 @@ # # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/docs/generate-api-md.py b/docs/generate-api-md.py index 683e82b7..f80a7a33 100755 --- a/docs/generate-api-md.py +++ b/docs/generate-api-md.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/__init__.py b/src/fts3/cli/__init__.py index dafee22e..23c8097f 100644 --- a/src/fts3/cli/__init__.py +++ b/src/fts3/cli/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/base.py b/src/fts3/cli/base.py index 8ee18e8f..3468d741 100644 --- a/src/fts3/cli/base.py +++ b/src/fts3/cli/base.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/delegator.py b/src/fts3/cli/delegator.py index 6f64d606..28493775 100644 --- a/src/fts3/cli/delegator.py +++ b/src/fts3/cli/delegator.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/jobcanceller.py b/src/fts3/cli/jobcanceller.py index 7122bd2e..26d8ffcb 100644 --- a/src/fts3/cli/jobcanceller.py +++ b/src/fts3/cli/jobcanceller.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/joblister.py b/src/fts3/cli/joblister.py index 43da7d71..00c1c8df 100644 --- a/src/fts3/cli/joblister.py +++ b/src/fts3/cli/joblister.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/jobshower.py b/src/fts3/cli/jobshower.py index 173c766d..59870700 100644 --- a/src/fts3/cli/jobshower.py +++ b/src/fts3/cli/jobshower.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/jobsubmitter.py b/src/fts3/cli/jobsubmitter.py index 9510eb2a..9c607e2c 100644 --- a/src/fts3/cli/jobsubmitter.py +++ b/src/fts3/cli/jobsubmitter.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/utils.py b/src/fts3/cli/utils.py index d369b45d..7382bc88 100644 --- a/src/fts3/cli/utils.py +++ b/src/fts3/cli/utils.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/cli/whoami.py b/src/fts3/cli/whoami.py index 03723a6f..8bfd3b43 100644 --- a/src/fts3/cli/whoami.py +++ b/src/fts3/cli/whoami.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/__init__.py b/src/fts3/model/__init__.py index 712bd69b..ebd0c10f 100644 --- a/src/fts3/model/__init__.py +++ b/src/fts3/model/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/banned.py b/src/fts3/model/banned.py index a7d4370c..a33aacdb 100644 --- a/src/fts3/model/banned.py +++ b/src/fts3/model/banned.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/base.py b/src/fts3/model/base.py index fc48aa33..8669c29a 100644 --- a/src/fts3/model/base.py +++ b/src/fts3/model/base.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/config.py b/src/fts3/model/config.py index 360fcba4..28e42fa6 100644 --- a/src/fts3/model/config.py +++ b/src/fts3/model/config.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/credentials.py b/src/fts3/model/credentials.py index 5c9b0de1..74741ebf 100644 --- a/src/fts3/model/credentials.py +++ b/src/fts3/model/credentials.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/file.py b/src/fts3/model/file.py index d9ae9a89..2d70a2e2 100644 --- a/src/fts3/model/file.py +++ b/src/fts3/model/file.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/job.py b/src/fts3/model/job.py index 997a219d..20ae3a49 100644 --- a/src/fts3/model/job.py +++ b/src/fts3/model/job.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/optimizer.py b/src/fts3/model/optimizer.py index 49ae36ca..dfc9f1ff 100644 --- a/src/fts3/model/optimizer.py +++ b/src/fts3/model/optimizer.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/model/version.py b/src/fts3/model/version.py index 63e3fdfc..cdaf30ef 100644 --- a/src/fts3/model/version.py +++ b/src/fts3/model/version.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/__init__.py b/src/fts3/rest/client/__init__.py index 4435561a..435c8d87 100644 --- a/src/fts3/rest/client/__init__.py +++ b/src/fts3/rest/client/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/context.py b/src/fts3/rest/client/context.py index ee7d5e3a..350ebbe5 100644 --- a/src/fts3/rest/client/context.py +++ b/src/fts3/rest/client/context.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/delegator.py b/src/fts3/rest/client/delegator.py index 03ad67f8..d770b88e 100644 --- a/src/fts3/rest/client/delegator.py +++ b/src/fts3/rest/client/delegator.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/easy/__init__.py b/src/fts3/rest/client/easy/__init__.py index 2db8a3a6..81ec35f9 100644 --- a/src/fts3/rest/client/easy/__init__.py +++ b/src/fts3/rest/client/easy/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/easy/delegate.py b/src/fts3/rest/client/easy/delegate.py index 0f578476..369d304d 100644 --- a/src/fts3/rest/client/easy/delegate.py +++ b/src/fts3/rest/client/easy/delegate.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/easy/state.py b/src/fts3/rest/client/easy/state.py index 4be719e9..95c256ef 100644 --- a/src/fts3/rest/client/easy/state.py +++ b/src/fts3/rest/client/easy/state.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/easy/submission.py b/src/fts3/rest/client/easy/submission.py index e4c22223..e9cab11b 100644 --- a/src/fts3/rest/client/easy/submission.py +++ b/src/fts3/rest/client/easy/submission.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/easy/whoami.py b/src/fts3/rest/client/easy/whoami.py index 9109befb..817e5a2c 100644 --- a/src/fts3/rest/client/easy/whoami.py +++ b/src/fts3/rest/client/easy/whoami.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/exceptions.py b/src/fts3/rest/client/exceptions.py index f1ddbd45..df312f27 100644 --- a/src/fts3/rest/client/exceptions.py +++ b/src/fts3/rest/client/exceptions.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/inquirer.py b/src/fts3/rest/client/inquirer.py index be17f312..e871a813 100644 --- a/src/fts3/rest/client/inquirer.py +++ b/src/fts3/rest/client/inquirer.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/request.py b/src/fts3/rest/client/request.py index c8230354..509389c0 100644 --- a/src/fts3/rest/client/request.py +++ b/src/fts3/rest/client/request.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3/rest/client/submitter.py b/src/fts3/rest/client/submitter.py index 3b0bd2d2..f896b6b8 100644 --- a/src/fts3/rest/client/submitter.py +++ b/src/fts3/rest/client/submitter.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/config/environment.py b/src/fts3rest/fts3rest/config/environment.py index ef38a2a0..5a9eddcc 100644 --- a/src/fts3rest/fts3rest/config/environment.py +++ b/src/fts3rest/fts3rest/config/environment.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/config/middleware.py b/src/fts3rest/fts3rest/config/middleware.py index a6227a12..32f7d579 100644 --- a/src/fts3rest/fts3rest/config/middleware.py +++ b/src/fts3rest/fts3rest/config/middleware.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/config/routing.py b/src/fts3rest/fts3rest/config/routing.py index 6f1a67b9..44d5527f 100644 --- a/src/fts3rest/fts3rest/config/routing.py +++ b/src/fts3rest/fts3rest/config/routing.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/api.py b/src/fts3rest/fts3rest/controllers/api.py index 38759e58..6383c024 100644 --- a/src/fts3rest/fts3rest/controllers/api.py +++ b/src/fts3rest/fts3rest/controllers/api.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/archive.py b/src/fts3rest/fts3rest/controllers/archive.py index dcc117fa..8f1359d3 100644 --- a/src/fts3rest/fts3rest/controllers/archive.py +++ b/src/fts3rest/fts3rest/controllers/archive.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/config.py b/src/fts3rest/fts3rest/controllers/config.py index a86cae41..dec69b49 100644 --- a/src/fts3rest/fts3rest/controllers/config.py +++ b/src/fts3rest/fts3rest/controllers/config.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/datamanagement.py b/src/fts3rest/fts3rest/controllers/datamanagement.py index 901c80db..3a017aba 100644 --- a/src/fts3rest/fts3rest/controllers/datamanagement.py +++ b/src/fts3rest/fts3rest/controllers/datamanagement.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/delegation.py b/src/fts3rest/fts3rest/controllers/delegation.py index 2dd2959f..e0113187 100644 --- a/src/fts3rest/fts3rest/controllers/delegation.py +++ b/src/fts3rest/fts3rest/controllers/delegation.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/error.py b/src/fts3rest/fts3rest/controllers/error.py index 8f7d9341..46fbcdb8 100644 --- a/src/fts3rest/fts3rest/controllers/error.py +++ b/src/fts3rest/fts3rest/controllers/error.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/jobs.py b/src/fts3rest/fts3rest/controllers/jobs.py index 99586c49..19e7af43 100644 --- a/src/fts3rest/fts3rest/controllers/jobs.py +++ b/src/fts3rest/fts3rest/controllers/jobs.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/misc.py b/src/fts3rest/fts3rest/controllers/misc.py index b8d9bc2f..8d028676 100644 --- a/src/fts3rest/fts3rest/controllers/misc.py +++ b/src/fts3rest/fts3rest/controllers/misc.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/controllers/optimizer.py b/src/fts3rest/fts3rest/controllers/optimizer.py index 699f15a6..4857cf90 100644 --- a/src/fts3rest/fts3rest/controllers/optimizer.py +++ b/src/fts3rest/fts3rest/controllers/optimizer.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/api/__init__.py b/src/fts3rest/fts3rest/lib/api/__init__.py index 3015d03a..15a31d29 100644 --- a/src/fts3rest/fts3rest/lib/api/__init__.py +++ b/src/fts3rest/fts3rest/lib/api/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/api/decorators.py b/src/fts3rest/fts3rest/lib/api/decorators.py index 4c5cb221..3f7959d3 100644 --- a/src/fts3rest/fts3rest/lib/api/decorators.py +++ b/src/fts3rest/fts3rest/lib/api/decorators.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/api/introspect.py b/src/fts3rest/fts3rest/lib/api/introspect.py index f2749344..a93176b5 100644 --- a/src/fts3rest/fts3rest/lib/api/introspect.py +++ b/src/fts3rest/fts3rest/lib/api/introspect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/api/submit_schema.py b/src/fts3rest/fts3rest/lib/api/submit_schema.py index 5dc3cdca..dce4df67 100644 --- a/src/fts3rest/fts3rest/lib/api/submit_schema.py +++ b/src/fts3rest/fts3rest/lib/api/submit_schema.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/app_globals.py b/src/fts3rest/fts3rest/lib/app_globals.py index e68286a0..ff353e18 100644 --- a/src/fts3rest/fts3rest/lib/app_globals.py +++ b/src/fts3rest/fts3rest/lib/app_globals.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/base.py b/src/fts3rest/fts3rest/lib/base.py index 3058cb9e..41ceb0de 100644 --- a/src/fts3rest/fts3rest/lib/base.py +++ b/src/fts3rest/fts3rest/lib/base.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/gfal2_wrapper.py b/src/fts3rest/fts3rest/lib/gfal2_wrapper.py index 3d9b4e79..71936e43 100644 --- a/src/fts3rest/fts3rest/lib/gfal2_wrapper.py +++ b/src/fts3rest/fts3rest/lib/gfal2_wrapper.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/helpers/__init__.py b/src/fts3rest/fts3rest/lib/helpers/__init__.py index be41323e..33a90578 100644 --- a/src/fts3rest/fts3rest/lib/helpers/__init__.py +++ b/src/fts3rest/fts3rest/lib/helpers/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/helpers/fts3_config.py b/src/fts3rest/fts3rest/lib/helpers/fts3_config.py index ce392c7a..2ad414a5 100644 --- a/src/fts3rest/fts3rest/lib/helpers/fts3_config.py +++ b/src/fts3rest/fts3rest/lib/helpers/fts3_config.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/helpers/jsonify.py b/src/fts3rest/fts3rest/lib/helpers/jsonify.py index f65b480d..73e413c9 100644 --- a/src/fts3rest/fts3rest/lib/helpers/jsonify.py +++ b/src/fts3rest/fts3rest/lib/helpers/jsonify.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/helpers/voms.py b/src/fts3rest/fts3rest/lib/helpers/voms.py index 43a6f706..b6f2505c 100644 --- a/src/fts3rest/fts3rest/lib/helpers/voms.py +++ b/src/fts3rest/fts3rest/lib/helpers/voms.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/http_exceptions.py b/src/fts3rest/fts3rest/lib/http_exceptions.py index ec82555e..884dce2e 100644 --- a/src/fts3rest/fts3rest/lib/http_exceptions.py +++ b/src/fts3rest/fts3rest/lib/http_exceptions.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/middleware/error_as_json.py b/src/fts3rest/fts3rest/lib/middleware/error_as_json.py index 9799b7ea..860cb09f 100644 --- a/src/fts3rest/fts3rest/lib/middleware/error_as_json.py +++ b/src/fts3rest/fts3rest/lib/middleware/error_as_json.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/middleware/fts3auth/__init__.py b/src/fts3rest/fts3rest/lib/middleware/fts3auth/__init__.py index 49dc438b..5ba04b28 100644 --- a/src/fts3rest/fts3rest/lib/middleware/fts3auth/__init__.py +++ b/src/fts3rest/fts3rest/lib/middleware/fts3auth/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/middleware/fts3auth/authorization.py b/src/fts3rest/fts3rest/lib/middleware/fts3auth/authorization.py index da097c09..e65c2424 100644 --- a/src/fts3rest/fts3rest/lib/middleware/fts3auth/authorization.py +++ b/src/fts3rest/fts3rest/lib/middleware/fts3auth/authorization.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/middleware/fts3auth/constants.py b/src/fts3rest/fts3rest/lib/middleware/fts3auth/constants.py index 6d001a98..77bdd977 100644 --- a/src/fts3rest/fts3rest/lib/middleware/fts3auth/constants.py +++ b/src/fts3rest/fts3rest/lib/middleware/fts3auth/constants.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/middleware/fts3auth/credentials.py b/src/fts3rest/fts3rest/lib/middleware/fts3auth/credentials.py index decbde95..fed61696 100644 --- a/src/fts3rest/fts3rest/lib/middleware/fts3auth/credentials.py +++ b/src/fts3rest/fts3rest/lib/middleware/fts3auth/credentials.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/middleware/fts3auth/fts3authmiddleware.py b/src/fts3rest/fts3rest/lib/middleware/fts3auth/fts3authmiddleware.py index 31aee3d3..7d74e046 100644 --- a/src/fts3rest/fts3rest/lib/middleware/fts3auth/fts3authmiddleware.py +++ b/src/fts3rest/fts3rest/lib/middleware/fts3auth/fts3authmiddleware.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/lib/middleware/request_logger.py b/src/fts3rest/fts3rest/lib/middleware/request_logger.py index 3a2fa834..add850a9 100644 --- a/src/fts3rest/fts3rest/lib/middleware/request_logger.py +++ b/src/fts3rest/fts3rest/lib/middleware/request_logger.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/model/__init__.py b/src/fts3rest/fts3rest/model/__init__.py index c447561e..0f8d6582 100644 --- a/src/fts3rest/fts3rest/model/__init__.py +++ b/src/fts3rest/fts3rest/model/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/model/meta.py b/src/fts3rest/fts3rest/model/meta.py index 02c8ac34..a3346b13 100644 --- a/src/fts3rest/fts3rest/model/meta.py +++ b/src/fts3rest/fts3rest/model/meta.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/__init__.py b/src/fts3rest/fts3rest/tests/__init__.py index 171fc367..ae8684f8 100644 --- a/src/fts3rest/fts3rest/tests/__init__.py +++ b/src/fts3rest/fts3rest/tests/__init__.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/benchmark/MockedJobController.py b/src/fts3rest/fts3rest/tests/benchmark/MockedJobController.py index 3488f8a4..5cd28c35 100644 --- a/src/fts3rest/fts3rest/tests/benchmark/MockedJobController.py +++ b/src/fts3rest/fts3rest/tests/benchmark/MockedJobController.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/benchmark/QueryCounter.py b/src/fts3rest/fts3rest/tests/benchmark/QueryCounter.py index fb3e6404..9cda64d7 100644 --- a/src/fts3rest/fts3rest/tests/benchmark/QueryCounter.py +++ b/src/fts3rest/fts3rest/tests/benchmark/QueryCounter.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_cancel.py b/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_cancel.py index 7400cd9d..2085592a 100755 --- a/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_cancel.py +++ b/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_cancel.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_submission.py b/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_submission.py index 08e9168c..b6295438 100755 --- a/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_submission.py +++ b/src/fts3rest/fts3rest/tests/benchmark/benchmark_job_submission.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/benchmark/util.py b/src/fts3rest/fts3rest/tests/benchmark/util.py index f6206a21..8108cc4d 100644 --- a/src/fts3rest/fts3rest/tests/benchmark/util.py +++ b/src/fts3rest/fts3rest/tests/benchmark/util.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_archive.py b/src/fts3rest/fts3rest/tests/functional/test_archive.py index 0bb6488d..7ef42f2a 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_archive.py +++ b/src/fts3rest/fts3rest/tests/functional/test_archive.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_delegation.py b/src/fts3rest/fts3rest/tests/functional/test_delegation.py index ecfab1f9..156fafba 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_delegation.py +++ b/src/fts3rest/fts3rest/tests/functional/test_delegation.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_job_cancel.py b/src/fts3rest/fts3rest/tests/functional/test_job_cancel.py index 653a0602..a9eea45e 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_job_cancel.py +++ b/src/fts3rest/fts3rest/tests/functional/test_job_cancel.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_job_invalid_submit.py b/src/fts3rest/fts3rest/tests/functional/test_job_invalid_submit.py index 667cda98..58cf3337 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_job_invalid_submit.py +++ b/src/fts3rest/fts3rest/tests/functional/test_job_invalid_submit.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_job_listing.py b/src/fts3rest/fts3rest/tests/functional/test_job_listing.py index 58c8eef1..05e5e5c5 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_job_listing.py +++ b/src/fts3rest/fts3rest/tests/functional/test_job_listing.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_job_submission.py b/src/fts3rest/fts3rest/tests/functional/test_job_submission.py index f8c056ec..abe830de 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_job_submission.py +++ b/src/fts3rest/fts3rest/tests/functional/test_job_submission.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_multiple.py b/src/fts3rest/fts3rest/tests/functional/test_multiple.py index 5c30fde3..9650009d 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_multiple.py +++ b/src/fts3rest/fts3rest/tests/functional/test_multiple.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/functional/test_staging.py b/src/fts3rest/fts3rest/tests/functional/test_staging.py index bce6b589..8a5110d2 100644 --- a/src/fts3rest/fts3rest/tests/functional/test_staging.py +++ b/src/fts3rest/fts3rest/tests/functional/test_staging.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/unit/test_authorization.py b/src/fts3rest/fts3rest/tests/unit/test_authorization.py index a548b34c..82cda732 100644 --- a/src/fts3rest/fts3rest/tests/unit/test_authorization.py +++ b/src/fts3rest/fts3rest/tests/unit/test_authorization.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/unit/test_credentials.py b/src/fts3rest/fts3rest/tests/unit/test_credentials.py index eaa8970d..0407a525 100644 --- a/src/fts3rest/fts3rest/tests/unit/test_credentials.py +++ b/src/fts3rest/fts3rest/tests/unit/test_credentials.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/tests/unit/test_json_schema.py b/src/fts3rest/fts3rest/tests/unit/test_json_schema.py index a4f5fcc6..98537a2c 100644 --- a/src/fts3rest/fts3rest/tests/unit/test_json_schema.py +++ b/src/fts3rest/fts3rest/tests/unit/test_json_schema.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/fts3rest/websetup.py b/src/fts3rest/fts3rest/websetup.py index 64a2a594..bcbd04ce 100644 --- a/src/fts3rest/fts3rest/websetup.py +++ b/src/fts3rest/fts3rest/websetup.py @@ -1,5 +1,5 @@ # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # diff --git a/src/fts3rest/generate-api-doc.py b/src/fts3rest/generate-api-doc.py index c2d3e497..9281240b 100755 --- a/src/fts3rest/generate-api-doc.py +++ b/src/fts3rest/generate-api-doc.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # Copyright notice: -# Copyright © Members of the EMI Collaboration, 2010. +# Copyright Members of the EMI Collaboration, 2010. # # See www.eu-emi.eu for details on the copyright holders # -- GitLab