X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2Fopen.c;fp=ccan%2Ftdb2%2Fopen.c;h=e88c9e694c531b67bf4a6ff33d113a3b4078ad59;hp=def816775c76efa8cd80db786084926c6e04e5d8;hb=5802573130c841d10734e1b0dcdb0b13167f9c86;hpb=4a9245a21818f26efa403d952bc740d584aac292 diff --git a/ccan/tdb2/open.c b/ccan/tdb2/open.c index def81677..e88c9e69 100644 --- a/ccan/tdb2/open.c +++ b/ccan/tdb2/open.c @@ -1,3 +1,20 @@ + /* + Trivial Database 2: opening and closing TDBs + Copyright (C) Rusty Russell 2010 + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see . +*/ #include "private.h" #include #include