X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Fust.h;h=a7da4b36779f81d2e051d8b57ecf30a13a21bd49;hb=535b0d0af1b6421ceb83e22821e85bc6919d16d9;hp=f3303a0a2ab96a2c75fcd0b7e556e9fcda5c5140;hpb=822f167a2f08bc6a4f81fbf2484dfea5f9b55e7a;p=ust.git diff --git a/include/ust/ust.h b/include/ust/ust.h index f3303a0..a7da4b3 100644 --- a/include/ust/ust.h +++ b/include/ust/ust.h @@ -1,12 +1,27 @@ +/* Copyright (C) 2009 Pierre-Marc Fournier + * + * 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 2.1 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef UST_H #define UST_H -#include -#include -#include #include #include #include #include +#include #endif /* UST_H */