3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

fixing file heads to match z3

This commit is contained in:
Kenneth McMillan 2013-03-03 21:22:50 -08:00
parent 68fb01c206
commit e5f5e008aa
14 changed files with 259 additions and 12 deletions

View file

@ -1,4 +1,22 @@
/* Copyright 2011 Microsoft Research. */
/*++
Copyright (c) 2011 Microsoft Corporation
Module Name:
iz3base.h
Abstract:
Base class for interpolators. Includes an AST manager and a scoping
object as bases.
Author:
Ken McMillan (kenmcmil)
Revision History:
--*/
#ifndef IZ3BASE_H
#define IZ3BASE_H