X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=base%2Fenum.c;h=28189c77e264d489693a74b32e0f4a4f8218564a;hb=eef51b4e49bda639a2f4e871b4d8ac00a0988103;hp=e40b51343b3564cf7d3708d5f0f93f0c927e0f1f;hpb=82f88c53ddb84e42c770c23feb9bb0ee18341188;p=chiark-tcl.git diff --git a/base/enum.c b/base/enum.c index e40b513..28189c7 100644 --- a/base/enum.c +++ b/base/enum.c @@ -1,5 +1,19 @@ /* + * base code for various Tcl extensions + * Copyright 2006-2012 Ian Jackson * + * 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 library; if not, see . */ #include "chiark-tcl-base.h"