gmyth-upnp/src/gmyth_upnp.c
branchtrunk
changeset 922 04cd5e61dca3
parent 915 e612ba1d16ab
child 938 d2bfa2e06cfa
     1.1 --- a/gmyth-upnp/src/gmyth_upnp.c	Fri Feb 15 13:52:23 2008 +0000
     1.2 +++ b/gmyth-upnp/src/gmyth_upnp.c	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 - * 
     1.8 - * This program is free software; you can redistribute it and/or modify
     1.9 - * it under the terms of the GNU Lesser General Public License as published by
    1.10 - * the Free Software Foundation; either version 2 of the License, or
    1.11 - * (at your option) any later version.
    1.12 + * @authon Renato Araujo Oliveira Filho <renato.filho@indt.org.br>
    1.13   *
    1.14 - * This program is distributed in the hope that it will be useful,
    1.15 + * This library is free software; you can redistribute it and/or
    1.16 + * modify it under the terms of the GNU Library General Public
    1.17 + * License as published by the Free Software Foundation; either
    1.18 + * version 2 of the License, or (at your option) any later version.
    1.19 + *
    1.20 + * This library is distributed in the hope that it will be useful,
    1.21   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.23 - * GNU General Public License for more details.
    1.24 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    1.25 + * Library General Public License for more details.
    1.26   *
    1.27 - * You should have received a copy of the GNU Lesser General Public License
    1.28 - * along with this program; if not, write to the Free Software
    1.29 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1.30 - *   
    1.31 + * You should have received a copy of the GNU Library General Public
    1.32 + * License along with this library; if not, write to the
    1.33 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    1.34 + * Boston, MA 02111-1307, USA.
    1.35   */
    1.36  
    1.37  #ifdef HAVE_CONFIG_H