From: Pierre-Marc Fournier Date: Tue, 7 Jul 2009 16:18:21 +0000 (-0400) Subject: change some licences to LGPL X-Git-Tag: v0.1~178 X-Git-Url: https://git.liburcu.org/?p=ust.git;a=commitdiff_plain;h=22cb38fbb2b49a37488e09c836e19f924d1ebbc8 change some licences to LGPL --- diff --git a/libust/buffer.h b/libust/buffer.h index c974a0b..086f55c 100644 --- a/libust/buffer.h +++ b/libust/buffer.h @@ -1,3 +1,20 @@ +/* Copyright (C) 2005-2009 Mathieu Desnoyers + * + * 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_BUFFER_H #define UST_BUFFER_H diff --git a/libust/immediate.h b/libust/immediate.h index ee94ecf..1b117cf 100644 --- a/libust/immediate.h +++ b/libust/immediate.h @@ -6,8 +6,19 @@ * * (C) Copyright 2007 Mathieu Desnoyers * - * This file is released under the GPLv2. - * See the file COPYING for more details. + * 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 */ #ifdef USE_IMMEDIATE diff --git a/libust/serialize.c b/libust/serialize.c index c7ba848..72e161d 100644 --- a/libust/serialize.c +++ b/libust/serialize.c @@ -3,7 +3,20 @@ * * Copyright Mathieu Desnoyers, March 2007. * - * Licensed under the GPLv2. + * 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 + * * * See this discussion about weirdness about passing va_list and then va_list to * functions. (related to array argument passing). va_list seems to be