From: Jesse Adkins <[email protected]> Signed-off-by: Jesse Adkins <[email protected]> --- man/citron.man | 5 ----- src/citron.c | 4 +--- src/citron.h | 4 +--- 3 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/man/citron.man b/man/citron.man index eb93367..051a17b 100644 --- a/man/citron.man +++ b/man/citron.man @@ -1,9 +1,4 @@ .\" Copyright (c) 2000-2003 Peter Kunzmann <[email protected]> -.\" $Id$ -.\" -.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.man,v 1.2 2001/01/27 18:20:57 dawes Exp $ -.\" $XdotOrg: driver/xf86-input-citron/man/citron.man,v 1.4 2005/12/19 09:07:49 alanc Exp $ -.\" .\" shorthand for double quote that works everywhere. .ds q \N'34' .TH CITRON __drivermansuffix__ __vendorversion__ diff --git a/src/citron.c b/src/citron.c index eb83cf8..8240bbc 100644 --- a/src/citron.c +++ b/src/citron.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * Copyright (c) 1998 Metro Link Incorporated * * Permission is hereby granted, free of charge, to any person obtaining a @@ -25,8 +25,6 @@ * */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.c,v 1.4 2000/11/03 13:13:31 tsi Exp $ */ - /* * Based, in part, on code with the following copyright notice: * diff --git a/src/citron.h b/src/citron.h index 60a5c31..f338466 100644 --- a/src/citron.h +++ b/src/citron.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * Copyright (c) 1998 Metro Link Incorporated * * Permission is hereby granted, free of charge, to any person obtaining a @@ -25,8 +25,6 @@ * */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.h,v 1.1 2000/11/02 02:51:21 dawes Exp $ */ - /* * Based, in part, on code with the following copyright notice: * -- 1.7.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
