1.1 --- a/gmyth-upnp/src/gmyth_upnp.h Fri Feb 15 13:52:23 2008 +0000
1.2 +++ b/gmyth-upnp/src/gmyth_upnp.h Mon Feb 25 14:12:27 2008 +0000
1.3 @@ -8,21 +8,22 @@
1.4 *
1.5 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
1.6 * @author Rosfran Lins Borges <rosfran.borges@indt.org.br>
1.7 + * @authon Renato Araujo Oliveira Filho <renato.filho@indt.org.br>
1.8 *
1.9 - * This program is free software; you can redistribute it and/or modify
1.10 - * it under the terms of the GNU Lesser General Public License as published by
1.11 - * the Free Software Foundation; either version 2 of the License, or
1.12 - * (at your option) any later version.
1.13 + * This library is free software; you can redistribute it and/or
1.14 + * modify it under the terms of the GNU Library General Public
1.15 + * License as published by the Free Software Foundation; either
1.16 + * version 2 of the License, or (at your option) any later version.
1.17 *
1.18 - * This program is distributed in the hope that it will be useful,
1.19 + * This library is distributed in the hope that it will be useful,
1.20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.22 - * GNU General Public License for more details.
1.23 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.24 + * Library General Public License for more details.
1.25 *
1.26 - * You should have received a copy of the GNU Lesser General Public License
1.27 - * along with this program; if not, write to the Free Software
1.28 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1.29 - *
1.30 + * You should have received a copy of the GNU Library General Public
1.31 + * License along with this library; if not, write to the
1.32 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1.33 + * Boston, MA 02111-1307, USA.
1.34 */
1.35
1.36 #ifndef _GMYTH_UPNP_H_