1.1 --- a/gmyth-upnp/test/main.c Fri Feb 01 22:17:33 2008 +0000
1.2 +++ b/gmyth-upnp/test/main.c Mon Feb 25 14:12:27 2008 +0000
1.3 @@ -1,3 +1,32 @@
1.4 +/**
1.5 + * GMyth Library
1.6 + *
1.7 + * @file test/main.c
1.8 + *
1.9 + * @brief <p> GMythUPnP allows that a MythTV frontend discovers a
1.10 + * MythTV backend, using the UPnP architecture.
1.11 + *
1.12 + * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
1.13 + * @author Rosfran Lins Borges <rosfran.borges@indt.org.br>
1.14 + * @authon Renato Araujo Oliveira Filho <renato.filho@indt.org.br>
1.15 + *
1.16 + * This library is free software; you can redistribute it and/or
1.17 + * modify it under the terms of the GNU Library General Public
1.18 + * License as published by the Free Software Foundation; either
1.19 + * version 2 of the License, or (at your option) any later version.
1.20 + *
1.21 + * This library is distributed in the hope that it will be useful,
1.22 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
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 Library General Public
1.27 + * License along with this library; if not, write to the
1.28 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1.29 + * Boston, MA 02111-1307, USA.
1.30 + */
1.31 +
1.32 +
1.33 #include <glib.h>
1.34
1.35 #include "gmyth_upnp.h"