We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6839161 commit 7c47781Copy full SHA for 7c47781
codeflash/verification/_auditwall.py
@@ -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
16
import importlib
17
import os
18
import sys
0 commit comments