--- a/src/watch.c Wed Oct 31 11:53:35 2007 +0000 +++ b/src/watch.c Mon May 12 10:00:13 2008 +0000 @@ -1,3 +1,21 @@ +/** + * $Id$ + * + * Watchpoint support (for debugging) + * + * Copyright (c) 2005 Nathan Keynes. + * + * 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 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + #include #include #include "mem.h"