diff --git a/src/checks.py b/src/checks.py index 5b3fbc6..ae158b5 100644 --- a/src/checks.py +++ b/src/checks.py @@ -3,7 +3,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. import argparse diff --git a/src/exceptions.py b/src/exceptions.py index d4a864f..ebc26ab 100644 --- a/src/exceptions.py +++ b/src/exceptions.py @@ -2,8 +2,9 @@ # Copyright (c) 2024, Philip De Lorenzo # All rights reserved. + # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. class GHTokenError(Exception): def __init__(self, message, errors={}): # Call the base class constructor with the parameters it needs diff --git a/src/gh.py b/src/gh.py index b85ce54..a9d4082 100644 --- a/src/gh.py +++ b/src/gh.py @@ -2,7 +2,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. import argparse import json import os diff --git a/src/gh_api.py b/src/gh_api.py index 2fb4f81..6cad5b6 100644 --- a/src/gh_api.py +++ b/src/gh_api.py @@ -2,7 +2,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. import json import os import subprocess # We will use subprocess to run the gh command to get the deployment pipelines diff --git a/src/helpers.py b/src/helpers.py index cc81ab1..8e0fdd6 100644 --- a/src/helpers.py +++ b/src/helpers.py @@ -1,8 +1,9 @@ # Copyright (c) 2024, Philip De Lorenzo # All rights reserved. + # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. class Args: def __init__(self): self.current_repo = "philipdelorenzo/sync-action-status" diff --git a/src/shared.py b/src/shared.py index 2acfecc..8f7ee77 100644 --- a/src/shared.py +++ b/src/shared.py @@ -2,7 +2,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. """This python script will return the deployment pipelines, and ids for the SRE Deployments Repo -- @manscaped-dev/manscaped-sre-deployments diff --git a/src/test_checks.py b/src/test_checks.py index aa5fd30..1e2f4c1 100644 --- a/src/test_checks.py +++ b/src/test_checks.py @@ -2,7 +2,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. import unittest from checks import check_gh_token, is_org, prerequisites, repo_owner_verification diff --git a/src/test_gh.py b/src/test_gh.py index 7ef1e64..1e3c363 100644 --- a/src/test_gh.py +++ b/src/test_gh.py @@ -2,7 +2,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. import unittest import requests diff --git a/src/test_gh_api.py b/src/test_gh_api.py index 59766d6..02f2c74 100644 --- a/src/test_gh_api.py +++ b/src/test_gh_api.py @@ -2,7 +2,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. import unittest import requests diff --git a/sync-action-status.py b/sync-action-status.py index a0c1fc7..133c7ea 100644 --- a/sync-action-status.py +++ b/sync-action-status.py @@ -2,7 +2,7 @@ # All rights reserved. # This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. +# LICENSE file in the root directory of this source tree. import argparse import os import sys