summaryrefslogtreecommitdiff
path: root/modules_v3/clippings
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-19 14:18:05 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-19 14:18:05 +0000
commit5ec2f9375191db8d95b09be80b9c3df41aef5147 (patch)
tree75784a52b8c61959bf1c9297326a601b8b851460 /modules_v3/clippings
parent36d622e2f0357189c696693bb232f60bc03db5bd (diff)
downloadwebtrees-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 'modules_v3/clippings')
-rw-r--r--modules_v3/clippings/help_text.php48
1 files changed, 23 insertions, 25 deletions
diff --git a/modules_v3/clippings/help_text.php b/modules_v3/clippings/help_text.php
index 3f3bbb64a1..562ca0cfab 100644
--- a/modules_v3/clippings/help_text.php
+++ b/modules_v3/clippings/help_text.php
@@ -1,29 +1,27 @@
<?php
-/**
- * Module help text.
- *
- * This file is included from the application help_text.php script.
- * It simply needs to set $title and $text for the help topic $help_topic
- *
- * 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
- *
- * @version $Id$
- */
+// Module help text.
+//
+// This file is included from the application help_text.php script.
+// It simply needs to set $title and $text for the help topic $help_topic
+//
+// 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') || !defined('WT_SCRIPT_NAME') || WT_SCRIPT_NAME!='help_text.php') {
header('HTTP/1.0 403 Forbidden');