Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions hooks/pre_gen_project.py
Original file line number Diff line number Diff line change
@@ -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 }}'
Expand Down