summaryrefslogtreecommitdiff
path: root/server/src/debug.h
diff options
context:
space:
mode:
authordeva <deva>2009-02-11 10:21:30 +0000
committerdeva <deva>2009-02-11 10:21:30 +0000
commit37ec99c015f08c2e94ea04d32b50dfcb549e19a5 (patch)
tree6b537667698ea9bb74479d421b6d8e9713397713 /server/src/debug.h
parent2592c3545dd4bc343aff5d0d3e842e1a37c0fb39 (diff)
Updated file header comments to fit the rest of the project.
Diffstat (limited to 'server/src/debug.h')
-rw-r--r--server/src/debug.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/server/src/debug.h b/server/src/debug.h
index 0e64a27..319587d 100644
--- a/server/src/debug.h
+++ b/server/src/debug.h
@@ -1,31 +1,32 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/* vim: set et sw=2 ts=2: */
/***************************************************************************
* debug.h
*
- * Tue Mar 27 11:06:45 CEST 2007
- * Copyright 2006 Bent Bisballe Nyeng
+ * Wed Feb 11 11:22:12 CET 2009
+ * Copyright 2009 Bent Bisballe Nyeng
* deva@aasimon.org
****************************************************************************/
/*
- * This file is part of Artefact.
+ * This file is part of Pracro.
*
- * Artefact is free software; you can redistribute it and/or modify
+ * Pracro is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * Artefact is distributed in the hope that it will be useful,
+ * Pracro is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Artefact; if not, write to the Free Software
+ * along with Pracro; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#ifndef __ARTEFACT_DEBUG_H__
-#define __ARTEFACT_DEBUG_H__
+#ifndef __PRACRO_DEBUG_H__
+#define __PRACRO_DEBUG_H__
#include <stdarg.h>
@@ -129,4 +130,4 @@ int __pracro_log_va(const char *func, const int line, enum __pracro_debug_class
#endif/*WITH_DEBUG*/
-#endif/*__ARTEFACT_DEBUG_H__*/
+#endif/*__PRACRO_DEBUG_H__*/