From 37ec99c015f08c2e94ea04d32b50dfcb549e19a5 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 11 Feb 2009 10:21:30 +0000 Subject: Updated file header comments to fit the rest of the project. --- server/src/debug.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'server/src/debug.h') 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 @@ -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__*/ -- cgit v1.2.3