summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-02-04 22:10:47 +0000
committerMorgan Deters <mdeters@gmail.com>2010-02-04 22:10:47 +0000
commitde96bc814a6dd3b619bf247e8e83375d0ae7d595 (patch)
tree187cd229a7bdc67399999bc397a8524761fea176 /src/prop
parenta34b66437f97f66d9dcd1caa0919f66cf316e238 (diff)
remove -*- c++ -*- emacs tag from source files (it overrides cvc4-c++-editing-mode from contrib/editing-with-emacs
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/cnf_conversion.h4
-rw-r--r--src/prop/cnf_stream.cpp4
-rw-r--r--src/prop/cnf_stream.h4
-rw-r--r--src/prop/prop_engine.cpp2
-rw-r--r--src/prop/prop_engine.h2
-rw-r--r--src/prop/sat.h2
6 files changed, 9 insertions, 9 deletions
diff --git a/src/prop/cnf_conversion.h b/src/prop/cnf_conversion.h
index 0adbda2db..4ddfd3c06 100644
--- a/src/prop/cnf_conversion.h
+++ b/src/prop/cnf_conversion.h
@@ -1,8 +1,8 @@
-/********************* -*- C++ -*- */
+/********************* */
/** cnf_conversion.h
** Original author: taking
** Major contributors: none
- ** Minor contributors (to current version): dejan
+ ** Minor contributors (to current version): dejan, mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
diff --git a/src/prop/cnf_stream.cpp b/src/prop/cnf_stream.cpp
index cf013363b..e333543b4 100644
--- a/src/prop/cnf_stream.cpp
+++ b/src/prop/cnf_stream.cpp
@@ -1,8 +1,8 @@
-/********************* -*- C++ -*- */
+/********************* */
/** cnf_stream.cpp
** Original author: taking
** Major contributors: dejan
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
diff --git a/src/prop/cnf_stream.h b/src/prop/cnf_stream.h
index ca2e6dedd..97f1ee801 100644
--- a/src/prop/cnf_stream.h
+++ b/src/prop/cnf_stream.h
@@ -1,8 +1,8 @@
-/********************* -*- C++ -*- */
+/********************* */
/** cnf_stream.h
** Original author: taking
** Major contributors: dejan
- ** Minor contributors (to current version): none
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
diff --git a/src/prop/prop_engine.cpp b/src/prop/prop_engine.cpp
index a206a8343..ad38c2a1f 100644
--- a/src/prop/prop_engine.cpp
+++ b/src/prop/prop_engine.cpp
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** prop_engine.cpp
** Original author: mdeters
** Major contributors: taking
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index b2355ee38..afeee3a41 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** prop_engine.h
** Original author: mdeters
** Major contributors: taking
diff --git a/src/prop/sat.h b/src/prop/sat.h
index 9a22dfb29..679b9da8c 100644
--- a/src/prop/sat.h
+++ b/src/prop/sat.h
@@ -1,4 +1,4 @@
-/********************* -*- C++ -*- */
+/********************* */
/** sat.h
** Original author: mdeters
** Major contributors: none
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback