From b02af269de1ef5cf377a54a1333b95eb2b8f930a Mon Sep 17 00:00:00 2001 From: nerim Date: Mon, 23 Jun 2025 12:43:16 +0200 Subject: [PATCH] Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files --- reports/audit_tool/entrypoint.py | 2 +- reports/missing_subscriptions/entrypoint.py | 2 +- reports/nce_migrations/entrypoint.py | 2 +- reports/nce_promos/entrypoint.py | 2 +- tests/test_microsoft_reports.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reports/audit_tool/entrypoint.py b/reports/audit_tool/entrypoint.py index 4f2a967..43d9eb3 100644 --- a/reports/audit_tool/entrypoint.py +++ b/reports/audit_tool/entrypoint.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2021, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. from connect.client import R diff --git a/reports/missing_subscriptions/entrypoint.py b/reports/missing_subscriptions/entrypoint.py index 0f8845d..c77094a 100644 --- a/reports/missing_subscriptions/entrypoint.py +++ b/reports/missing_subscriptions/entrypoint.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2024, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. from connect.client import R diff --git a/reports/nce_migrations/entrypoint.py b/reports/nce_migrations/entrypoint.py index d0777b9..8740002 100644 --- a/reports/nce_migrations/entrypoint.py +++ b/reports/nce_migrations/entrypoint.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2021, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. from connect.client import R diff --git a/reports/nce_promos/entrypoint.py b/reports/nce_promos/entrypoint.py index f0f8a65..3c71b0d 100644 --- a/reports/nce_promos/entrypoint.py +++ b/reports/nce_promos/entrypoint.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2021, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. from connect.client import R diff --git a/tests/test_microsoft_reports.py b/tests/test_microsoft_reports.py index b009e1e..51ea5e8 100644 --- a/tests/test_microsoft_reports.py +++ b/tests/test_microsoft_reports.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2021, Ingram Micro +# Copyright (c) 2025, CloudBlue # All rights reserved. # import reports.nce_promos.entrypoint as nce_promos