chiark / gitweb /
Mostly style cleanups and commentary.
[rocl] / vec.h
diff --git a/vec.h b/vec.h
index 6221ab1e8d5ec8a8d332709889e77165f26a4ae3..fff3fbea6464661c249c54e04820a5d1cc7e7040 100644 (file)
--- a/vec.h
+++ b/vec.h
@@ -1,37 +1,27 @@
 /* -*-c-*-
- *
- * $Id: vec.h,v 1.1 2003/03/07 20:04:21 mdw Exp $
  *
  * Vectors and arrays in Tcl
  *
  * (c) 2003 Mark Wooding
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * 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.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: vec.h,v $
- * Revision 1.1  2003/03/07 20:04:21  mdw
- * Version bump.
- *
- */
-
 #ifndef VEC_H
 #define VEC_H