Remove incorrect or inconsistenly used cvs keywords
This commit is contained in:
+7
-14
@@ -1,10 +1,10 @@
|
|||||||
/******************************************************************************
|
/** \file clients/lcdproc/util.c
|
||||||
*
|
* Utility functions to print some numerical values in a nice fashion
|
||||||
* util.c - utility functions to print some numerical values in a nice fashion
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2005 Peter Marschall
|
* Copyright (C) 2005 Peter Marschall
|
||||||
*
|
*
|
||||||
* ---
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
* as published by the Free Software Foundation; either version 2
|
* 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301.
|
||||||
*
|
*/
|
||||||
* ---
|
|
||||||
*
|
|
||||||
* $Source$
|
|
||||||
* $Revision$
|
|
||||||
* Checked in by: $Author$
|
|
||||||
*
|
|
||||||
*******************************************************************************/
|
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|||||||
+6
-13
@@ -1,10 +1,10 @@
|
|||||||
/******************************************************************************
|
/** \file clients/lcdproc/util.h
|
||||||
*
|
* Header file for \c util.c
|
||||||
* util.h - header file for util.c
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
* Copyright (C) 2005 Peter Marschall
|
* Copyright (C) 2005 Peter Marschall
|
||||||
*
|
*
|
||||||
* ---
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
* as published by the Free Software Foundation; either version 2
|
* 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*/
|
||||||
* ---
|
|
||||||
*
|
|
||||||
* $Source$
|
|
||||||
* $Revision$
|
|
||||||
* Checked in by: $Author$
|
|
||||||
*
|
|
||||||
*******************************************************************************/
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef LCDPROC_UTIL_H
|
#ifndef LCDPROC_UTIL_H
|
||||||
|
|||||||
@@ -89,7 +89,7 @@
|
|||||||
--- server/drivers/port.c
|
--- server/drivers/port.c
|
||||||
+++ server/drivers/port.c 2006-03-26 19:45:58.416006888 -0300
|
+++ server/drivers/port.c 2006-03-26 19:45:58.416006888 -0300
|
||||||
@@ -0,0 +1,254 @@
|
@@ -0,0 +1,254 @@
|
||||||
+/* $id$
|
+/*
|
||||||
+ * Low level ppdev based I/O functions
|
+ * Low level ppdev based I/O functions
|
||||||
+ *
|
+ *
|
||||||
+ * This file is released under the GPL. See file COPYING in this
|
+ * This file is released under the GPL. See file COPYING in this
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $id$
|
/*
|
||||||
* Low level I/O functions taken from led-stat.txt
|
* Low level I/O functions taken from led-stat.txt
|
||||||
* Jan 22 95 copyright damianf@wpi.edu
|
* Jan 22 95 copyright damianf@wpi.edu
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user