diff --git a/.github/workflows/ArtifactCleanUp.yml b/.github/workflows/ArtifactCleanUp.yml index 1a816e6..1feb1d0 100644 --- a/.github/workflows/ArtifactCleanUp.yml +++ b/.github/workflows/ArtifactCleanUp.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/BuildTheDocs.yml b/.github/workflows/BuildTheDocs.yml index c7f1b60..8ac238a 100644 --- a/.github/workflows/BuildTheDocs.yml +++ b/.github/workflows/BuildTheDocs.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index 1e68dd0..ef080cc 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/Package.yml b/.github/workflows/Package.yml index 7053678..d01b987 100644 --- a/.github/workflows/Package.yml +++ b/.github/workflows/Package.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index d3fab53..a705cb2 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/PublishOnPyPI.yml b/.github/workflows/PublishOnPyPI.yml index bb392e1..1550222 100644 --- a/.github/workflows/PublishOnPyPI.yml +++ b/.github/workflows/PublishOnPyPI.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/PublishToGitHubPages.yml b/.github/workflows/PublishToGitHubPages.yml index 8b5d0ce..3e6a0e4 100644 --- a/.github/workflows/PublishToGitHubPages.yml +++ b/.github/workflows/PublishToGitHubPages.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 839856f..1a5be71 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/StaticTypeCheck.yml b/.github/workflows/StaticTypeCheck.yml index 73d87b6..1b308aa 100644 --- a/.github/workflows/StaticTypeCheck.yml +++ b/.github/workflows/StaticTypeCheck.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/UnitTesting.yml b/.github/workflows/UnitTesting.yml index c29bf68..39c9d4b 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/VerifyDocs.yml b/.github/workflows/VerifyDocs.yml index 415e81d..311adc6 100644 --- a/.github/workflows/VerifyDocs.yml +++ b/.github/workflows/VerifyDocs.yml @@ -1,10 +1,10 @@ # ============================================================================== -# Authors: Patrick Lehmann -# Unai Martinez-Corral +# Authors: +# Patrick Lehmann +# Unai Martinez-Corral # -# License: # ============================================================================== -# Copyright 2020-2021 pyTooling +# Copyright 2020-2021 The pyTooling Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.