Skip to content

Commit

Permalink
add missing copyright
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner authored and Christoph M. Wintersteiger committed Jun 24, 2015
1 parent baf95ce commit 1bdedec
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/api/python/z3test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
############################################
# Copyright (c) 2012 Microsoft Corporation
#
# Z3 Python interface
#
# Author: Leonardo de Moura (leonardo)
############################################
import z3, doctest

r = doctest.testmod(z3)
Expand Down
8 changes: 8 additions & 0 deletions src/api/python/z3types.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
############################################
# Copyright (c) 2012 Microsoft Corporation
#
# Z3 Python interface
#
# Author: Leonardo de Moura (leonardo)
############################################

import ctypes, z3core

class Z3Exception(Exception):
Expand Down
7 changes: 7 additions & 0 deletions src/api/python/z3util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
############################################
# Copyright (c) 2012 Microsoft Corporation
#
# Z3 Python interface
#
# Author: Leonardo de Moura (leonardo)
############################################
"""
Usage:
import common_z3 as CM_Z3
Expand Down

0 comments on commit 1bdedec

Please sign in to comment.