From ec6c82e4cc3dce3cbe6c140f7795864cceee29cf Mon Sep 17 00:00:00 2001 From: nerim Date: Mon, 23 Jun 2025 14:34:33 +0200 Subject: [PATCH] Replacing '202x Ingram Micro inc.' for '2025 CloudBlue' in all files --- hooks/post_gen_project.py | 4 ++-- hooks/pre_gen_project.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index fc9a4d9..a05983f 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect Processor Template for Python Boilerplate. -# Copyright (c) 2021 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect Processor Template for Python Boilerplate. +# Copyright (c) 2025 CloudBlue. All rights reserved. import os import shutil diff --git a/hooks/pre_gen_project.py b/hooks/pre_gen_project.py index 403470d..25296cf 100644 --- a/hooks/pre_gen_project.py +++ b/hooks/pre_gen_project.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# This file is part of the Ingram Micro Cloud Blue Connect Processor Template for Python Boilerplate. -# Copyright (c) 2021 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect Processor Template for Python Boilerplate. +# Copyright (c) 2025 CloudBlue. All rights reserved. project_slug = '{{ cookiecutter.project_slug }}'