mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 18:06:15 +00:00
add missing copyright
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1657cdd8b4
commit
3af545784b
3 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
############################################
|
||||||
|
# Copyright (c) 2012 Microsoft Corporation
|
||||||
|
#
|
||||||
|
# Z3 Python interface
|
||||||
|
#
|
||||||
|
# Author: Leonardo de Moura (leonardo)
|
||||||
|
############################################
|
||||||
import z3, doctest
|
import z3, doctest
|
||||||
|
|
||||||
r = doctest.testmod(z3)
|
r = doctest.testmod(z3)
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
############################################
|
||||||
|
# Copyright (c) 2012 Microsoft Corporation
|
||||||
|
#
|
||||||
|
# Z3 Python interface
|
||||||
|
#
|
||||||
|
# Author: Leonardo de Moura (leonardo)
|
||||||
|
############################################
|
||||||
|
|
||||||
import ctypes, z3core
|
import ctypes, z3core
|
||||||
|
|
||||||
class Z3Exception(Exception):
|
class Z3Exception(Exception):
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
############################################
|
||||||
|
# Copyright (c) 2012 Microsoft Corporation
|
||||||
|
#
|
||||||
|
# Z3 Python interface
|
||||||
|
#
|
||||||
|
# Author: Leonardo de Moura (leonardo)
|
||||||
|
############################################
|
||||||
"""
|
"""
|
||||||
Usage:
|
Usage:
|
||||||
import common_z3 as CM_Z3
|
import common_z3 as CM_Z3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue