1.1 --- a/gmyth/src/gmyth_file_transfer.h Thu Oct 26 02:05:43 2006 +0100
1.2 +++ b/gmyth/src/gmyth_file_transfer.h Mon Nov 06 22:57:44 2006 +0000
1.3 @@ -1,5 +1,32 @@
1.4 /* vim: set sw=2: -*- Mode: C; tab-width: 2; indent-tabs-mode: t; c-basic-offset: 2; c-indent-level: 2-*- */
1.5 -
1.6 +/**
1.7 + * GMyth Library
1.8 + *
1.9 + * @file gmyth/gmyth_file_transfer.h
1.10 + *
1.11 + * @brief <p> GMythFileTransfer deals with the file streaming media remote/local
1.12 + * transfering to the MythTV frontend.
1.13 + *
1.14 + * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
1.15 + * @author Rosfran Lins Borges <rosfran.borges@indt.org.br>
1.16 + *
1.17 + *//*
1.18 + *
1.19 + * This program is free software; you can redistribute it and/or modify
1.20 + * it under the terms of the GNU Lesser General Public License as published by
1.21 + * the Free Software Foundation; either version 2 of the License, or
1.22 + * (at your option) any later version.
1.23 + *
1.24 + * This program is distributed in the hope that it will be useful,
1.25 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.26 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.27 + * GNU General Public License for more details.
1.28 + *
1.29 + * You should have received a copy of the GNU Lesser General Public License
1.30 + * along with this program; if not, write to the Free Software
1.31 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1.32 + */
1.33 +
1.34 #ifndef __GMYTH_FILE_TRANSFER_H__
1.35 #define __GMYTH_FILE_TRANSFER_H__
1.36