Some cleanup and copyright updating
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 15 Feb 2013 16:19:08 +0000 (11:19 -0500)
committerMorgan Deters <mdeters@cs.nyu.edu>
Sat, 16 Feb 2013 20:23:00 +0000 (15:23 -0500)
commitf06ae104dc3caf9b4ff01a0b2d49b09ace88faad
tree488669992e6d375450e18a2c92659be3f93f7a88
parent5e29fdffd2f72212d699316f9b27e1bf9d6c715c
Some cleanup and copyright updating

* update some copyrights for 2013
* cleaned up some comments/ifdefs, indentation
* some spelling corrections
* add some missing makefiles
46 files changed:
COPYING
contrib/configure-in-place
contrib/mac-build
examples/api/java/Combination.java
src/context/cdinsert_hashmap.h
src/context/cdtrail_hashmap.h
src/decision/decision_engine.cpp
src/decision/decision_strategy.h
src/expr/command.h
src/expr/mkexpr
src/expr/mkkind
src/expr/mkmetakind
src/options/mkoptions
src/parser/bounded_token_buffer.cpp
src/parser/cvc/Cvc.g
src/parser/smt1/Smt1.g
src/parser/smt2/Smt2.g
src/parser/smt2/smt2_input.h
src/parser/tptp/Tptp.g
src/parser/tptp/tptp.cpp
src/proof/sat_proof.h
src/prop/bvminisat/Makefile [new file with mode: 0644]
src/smt/smt_engine.cpp
src/theory/arith/constraint.cpp
src/theory/arith/constraint.h
src/theory/arith/delta_rational.h
src/theory/arith/options
src/theory/arith/options_handlers.h
src/theory/arrays/theory_arrays_model.cpp
src/theory/mkrewriter
src/theory/mktheorytraits
src/theory/model.h
src/theory/quantifiers/inst_gen.h
src/theory/quantifiers/macros.cpp
src/theory/quantifiers/term_database.h
src/theory/rep_set.h
src/theory/rewriterules/rr_candidate_generator.h
src/theory/rewriterules/rr_inst_match.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/util/configuration_private.h
src/util/integer.h.in
src/util/rational.h.in
src/util/sort_inference.cpp
src/util/tls.h.in
test/regress/regress1/arith/Makefile [new file with mode: 0644]