Skip to content

Commit 7c47781

Browse files
committed
add license notice.
1 parent 6839161 commit 7c47781

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

codeflash/verification/_auditwall.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Copyright 2024 CodeFlash Inc. All rights reserved.
2+
#
3+
# Licensed under the Business Source License version 1.1.
4+
# License source can be found in the LICENSE file.
5+
#
6+
# This file includes derived work covered by the following copyright and permission notices:
7+
#
8+
# Copyright Python Software Foundation
9+
# Licensed under the Apache License, Version 2.0 (the "License").
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# The PSF License Agreement
13+
# https://docs.python.org/3/license.html#python-software-foundation-license-version-2
14+
#
15+
#
116
import importlib
217
import os
318
import sys

0 commit comments

Comments
 (0)