diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index f536f9c..804b9f8 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 Report Python Boilerplate. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect Report 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 8dbd5fa..6935115 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 Report Python Boilerplate. -# Copyright (c) 2019-2020 Ingram Micro. All Rights Reserved. +# This file is part of the CloudBlue Connect Report Python Boilerplate. +# Copyright (c) 2025 CloudBlue. All Rights Reserved. project_slug = '{{ cookiecutter.project_slug }}'