X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/rocl/blobdiff_plain/ef7a35ca362e47f37aa15c4d164241f84fe538d9..5a74fac289a7d687527c4cad2eb5b9fcd62a5135:/vec.h diff --git a/vec.h b/vec.h index 6221ab1..fff3fbe 100644 --- 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