Same header and footer for all files. Header includes copyright +
[metaproxy-moved-to-github.git] / src / test_boost_threads.cpp
index 850aaf0..7b13970 100644 (file)
@@ -1,4 +1,10 @@
+/* $Id: test_boost_threads.cpp,v 1.5 2005-10-15 14:09:09 adam Exp $
+   Copyright (c) 2005, Index Data.
 
+%LICENSE%
+ */
+
+#include "config.hpp"
 #include <boost/thread/mutex.hpp>
 #include <boost/thread/thread.hpp>
 
@@ -91,6 +97,7 @@ BOOST_AUTO_TEST_CASE( thread_list )
  * Local variables:
  * c-basic-offset: 4
  * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */