summaryrefslogtreecommitdiff
path: root/modules_v3/html
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2013-08-09 21:29:18 +0100
committerGreg Roach <fisharebest@gmail.com>2013-08-09 21:29:18 +0100
commit1acb63db0fe302b025a9a527447b150fdcef96bf (patch)
treecc7a1f77cd0518b29dd35cff81af354a65d4750c /modules_v3/html
parentadacaaea13c9555e78603cea678bee8f691f9410 (diff)
downloadwebtrees-1acb63db0fe302b025a9a527447b150fdcef96bf.tar.gz
webtrees-1acb63db0fe302b025a9a527447b150fdcef96bf.tar.bz2
webtrees-1acb63db0fe302b025a9a527447b150fdcef96bf.zip
Remove empty subversion Id tags
Diffstat (limited to 'modules_v3/html')
-rw-r--r--modules_v3/html/help_text.php4
-rw-r--r--modules_v3/html/module.php4
2 files changed, 2 insertions, 6 deletions
diff --git a/modules_v3/html/help_text.php b/modules_v3/html/help_text.php
index 5a96e251e2..982056bfe5 100644
--- a/modules_v3/html/help_text.php
+++ b/modules_v3/html/help_text.php
@@ -5,7 +5,7 @@
// 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.
+// Copyright (C) 2013 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
@@ -20,8 +20,6 @@
// 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');
diff --git a/modules_v3/html/module.php b/modules_v3/html/module.php
index fdc49975c1..32f418a20d 100644
--- a/modules_v3/html/module.php
+++ b/modules_v3/html/module.php
@@ -2,7 +2,7 @@
// Classes and libraries for module system
//
// webtrees: Web based Family History software
-// Copyright (C) 2012 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2010 John Finlay
@@ -20,8 +20,6 @@
// 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');