diff --git a/include/dma.h b/include/dma.h index dcca1e81..ecda6d36 100644 --- a/include/dma.h +++ b/include/dma.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 The DOSBox Team + * Copyright (C) 2002-2003 The DOSBox Team * * 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 @@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $Id: dma.h,v 1.8 2003-11-26 08:38:23 qbix79 Exp $ */ + #ifndef __DMA_H #define __DMA_H @@ -189,4 +191,5 @@ extern DmaController *DmaControllers[2]; -#endif \ No newline at end of file +#endif +