From f7678d231b528b4afc67b0722715ce7bacd8a87b Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 26 Nov 2003 08:38:23 +0000 Subject: [PATCH] Copyright update, g++ warnings Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1463 --- include/dma.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +