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 /library | |
| 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 'library')
| -rw-r--r-- | library/WT/Module.php | 44 |
1 files changed, 20 insertions, 24 deletions
diff --git a/library/WT/Module.php b/library/WT/Module.php index b7592b8e69..6fdc0f183f 100644 --- a/library/WT/Module.php +++ b/library/WT/Module.php @@ -1,28 +1,24 @@ <?php -/** - * Classes and libraries for module system - * - * webtrees: Web based Family History software - * Copyright (C) 2010 webtrees development team. - * - * 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 Modules - * @version $Id$ - */ +// Classes and libraries for module system +// +// webtrees: Web based Family History software +// Copyright (C) 2011 webtrees development team. +// +// 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$ if (!defined('WT_WEBTREES')) { header('HTTP/1.0 403 Forbidden'); |
