diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-19 14:18:05 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-19 14:18:05 +0000 |
| commit | 5ec2f9375191db8d95b09be80b9c3df41aef5147 (patch) | |
| tree | 75784a52b8c61959bf1c9297326a601b8b851460 /js/jw_player/flvVideo.php | |
| parent | 36d622e2f0357189c696693bb232f60bc03db5bd (diff) | |
| download | webtrees-5ec2f9375191db8d95b09be80b9c3df41aef5147.tar.gz webtrees-5ec2f9375191db8d95b09be80b9c3df41aef5147.tar.bz2 webtrees-5ec2f9375191db8d95b09be80b9c3df41aef5147.zip | |
Change final few headers to use consistent comment style. Delete some empty/unused files.
Diffstat (limited to 'js/jw_player/flvVideo.php')
| -rw-r--r-- | js/jw_player/flvVideo.php | 58 |
1 files changed, 27 insertions, 31 deletions
diff --git a/js/jw_player/flvVideo.php b/js/jw_player/flvVideo.php index 83861fb05c..28228c86d7 100644 --- a/js/jw_player/flvVideo.php +++ b/js/jw_player/flvVideo.php @@ -1,35 +1,31 @@ <?php -/** - * JW Player module for phpGedView - * - * Display flv video media Items using JW Player in webtrees - * - * webtrees: Web based Family History software - * Copyright (C) 2010 webtrees development team. - * - * Derived from PhpGedView - * Copyright (C) 2007 to 2010 PGV Development Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * @package webtrees - * @subpackage Module - * @version $Id$ - * @author Brian Holland - */ - ?> +// JW Player module for phpGedView +// +// Display flv video media Items using JW Player in webtrees +// +// webtrees: Web based Family History software +// Copyright (C) 2011 webtrees development team. +// +// Derived from PhpGedView +// Copyright (C) 2007 to 2010 PGV Development Team. All rights reserved. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// $Id$ + +?> <html xmlns="http://www.w3.org/1999/xhtml" <?php // echo WT_I18N::html_markup(); ?>> <head> <META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 1:00:00 GMT"> |
