Remove incorrect or inconsistenly used cvs keywords

This commit is contained in:
mmdolze
2009-05-08 17:14:45 +00:00
parent 3518692661
commit a5b2314405
4 changed files with 49 additions and 63 deletions
+7 -14
View File
@@ -1,10 +1,10 @@
/******************************************************************************
*
* util.c - utility functions to print some numerical values in a nice fashion
/** \file clients/lcdproc/util.c
* Utility functions to print some numerical values in a nice fashion
*/
/*
* Copyright (C) 2005 Peter Marschall
*
* ---
*
* This program 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
@@ -17,15 +17,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ---
*
* $Source$
* $Revision$
* Checked in by: $Author$
*
*******************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301.
*/
#include "util.h"
+6 -13
View File
@@ -1,10 +1,10 @@
/******************************************************************************
*
* util.h - header file for util.c
/** \file clients/lcdproc/util.h
* Header file for \c util.c
*/
/*
* Copyright (C) 2005 Peter Marschall
*
* ---
*
* This program 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
@@ -18,14 +18,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* ---
*
* $Source$
* $Revision$
* Checked in by: $Author$
*
*******************************************************************************/
*/
#ifndef LCDPROC_UTIL_H
+1 -1
View File
@@ -89,7 +89,7 @@
--- server/drivers/port.c
+++ server/drivers/port.c 2006-03-26 19:45:58.416006888 -0300
@@ -0,0 +1,254 @@
+/* $id$
+/*
+ * Low level ppdev based I/O functions
+ *
+ * This file is released under the GPL. See file COPYING in this
+1 -1
View File
@@ -1,4 +1,4 @@
/* $id$
/*
* Low level I/O functions taken from led-stat.txt
* Jan 22 95 copyright damianf@wpi.edu
*