mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
add missing copyright
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
baf95ce4e8
commit
1bdedec920
|
@ -1,3 +1,10 @@
|
|||
############################################
|
||||
# Copyright (c) 2012 Microsoft Corporation
|
||||
#
|
||||
# Z3 Python interface
|
||||
#
|
||||
# Author: Leonardo de Moura (leonardo)
|
||||
############################################
|
||||
import z3, doctest
|
||||
|
||||
r = doctest.testmod(z3)
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
############################################
|
||||
# Copyright (c) 2012 Microsoft Corporation
|
||||
#
|
||||
# Z3 Python interface
|
||||
#
|
||||
# Author: Leonardo de Moura (leonardo)
|
||||
############################################
|
||||
|
||||
import ctypes, z3core
|
||||
|
||||
class Z3Exception(Exception):
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
############################################
|
||||
# Copyright (c) 2012 Microsoft Corporation
|
||||
#
|
||||
# Z3 Python interface
|
||||
#
|
||||
# Author: Leonardo de Moura (leonardo)
|
||||
############################################
|
||||
"""
|
||||
Usage:
|
||||
import common_z3 as CM_Z3
|
||||
|
|
Loading…
Reference in a new issue