From dfcf7dba0b2d8ad6eb9d8540e92804e70205b8fb Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Thu, 17 Dec 2009 21:05:15 +0000 Subject: update-copyright.pl now retrieves and incorporates author information from repository history; re-ran update-copyright.pl; cleaned up some things with make --- src/theory/theory.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/theory/theory.cpp') diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp index 024d192e6..c4b2b8d83 100644 --- a/src/theory/theory.cpp +++ b/src/theory/theory.cpp @@ -1,5 +1,8 @@ /********************* -*- C++ -*- */ /** theory.cpp + ** Original author: mdeters + ** Major contributors: none + ** Minor contributors (to current version): none ** This file is part of the CVC4 prototype. ** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys) ** Courant Institute of Mathematical Sciences @@ -7,6 +10,7 @@ ** See the file COPYING in the top-level source directory for licensing ** information. ** + ** Base for theory interface. **/ #include "theory/theory.h" -- cgit v1.2.3