Same header and footer for all files. Header includes copyright +
[metaproxy-moved-to-github.git] / src / filter_log.cpp
index f652c3b..742fd2b 100644 (file)
@@ -1,3 +1,8 @@
+/* $Id: filter_log.cpp,v 1.3 2005-10-15 14:09:09 adam Exp $
+   Copyright (c) 2005, Index Data.
+
+%LICENSE%
+ */
 
 
 #include "config.hpp"
@@ -38,3 +43,11 @@ void yp2::filter::Log::process(Package &package) const {
 }
 
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * c-file-style: "stroustrup"
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */