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 }}'