X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=crypto%2Fbcmode.c;h=9545af39b6644d2ab533c3e068379b8c13b0e574;hp=24dfdb80d85e22a6233f062fbd2b1da03cdb5490;hb=1306d8ad8b0597fd67d933a363d0be2ac891dd8a;hpb=288c17549e4d409b60147b6eb8444e72c0eea4e2 diff --git a/crypto/bcmode.c b/crypto/bcmode.c index 24dfdb8..9545af3 100644 --- a/crypto/bcmode.c +++ b/crypto/bcmode.c @@ -1,5 +1,21 @@ /* + * crypto - Tcl bindings for parts of the `nettle' crypto library + * 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_crypto.h"