summaryrefslogtreecommitdiff
path: root/src/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vector.h')
-rw-r--r--src/vector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vector.h b/src/vector.h
index 3f2404b..3c8e8bb 100644
--- a/src/vector.h
+++ b/src/vector.h
@@ -1,10 +1,10 @@
-/* $Id: vector.h,v 1.5 2003-07-31 23:40:16 rjkaes Exp $
+/* $Id: vector.h,v 1.6 2005-07-12 17:39:44 rjkaes Exp $
*
* A vector implementation. The vector can be of an arbritrary length, and
* the data for each entry is an lump of data (the size is stored in the
* vector.)
*
- * Copyright (C) 2002 Robert James Kaes (rjkaes@flarenet.com)
+ * Copyright (C) 2002 Robert James Kaes (rjkaes@users.sourceforge.net)
*
* 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