summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/footer.php6
-rw-r--r--themes/clouds/header.php6
-rw-r--r--themes/clouds/msie.css2
-rw-r--r--themes/clouds/style.css4
-rw-r--r--themes/clouds/templates/block_main_temp.php6
-rw-r--r--themes/clouds/templates/block_small_temp.php6
-rw-r--r--themes/clouds/templates/compactbox_template.php6
-rw-r--r--themes/clouds/templates/personbox_template.php6
-rw-r--r--themes/clouds/theme.php6
9 files changed, 15 insertions, 33 deletions
diff --git a/themes/clouds/footer.php b/themes/clouds/footer.php
index 481e089344..2e7169541c 100644
--- a/themes/clouds/footer.php
+++ b/themes/clouds/footer.php
@@ -2,10 +2,10 @@
// Footer for Clouds theme
//
// webtrees: Web based Family History software
-// Copyright (C) 2012 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView Cloudy theme
-// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
+// Copyright (C) 2002 to 2009 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
@@ -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');
diff --git a/themes/clouds/header.php b/themes/clouds/header.php
index 3341ca92f9..d5d5fbdcaf 100644
--- a/themes/clouds/header.php
+++ b/themes/clouds/header.php
@@ -2,10 +2,10 @@
// Header for clouds theme
//
// webtrees: Web based Family History software
-// Copyright (C) 2012 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView
-// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
+// Copyright (C) 2002 to 2009 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
@@ -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');
diff --git a/themes/clouds/msie.css b/themes/clouds/msie.css
index f9ab656b2b..95d77c8916 100644
--- a/themes/clouds/msie.css
+++ b/themes/clouds/msie.css
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* The following style definitions can be removed when IE supports the "opacity"
* specification in place of its proprietary and non-standard method.
diff --git a/themes/clouds/style.css b/themes/clouds/style.css
index 8a108cdeba..21d7134d8e 100644
--- a/themes/clouds/style.css
+++ b/themes/clouds/style.css
@@ -6,7 +6,7 @@
*
* Derived from PhpGedView Cloudy theme
* Original author w.a. bastein http://genealogy.bastein.biz
-* Copyright (C) 2010 PGV Development Team. All rights reserved.
+* Copyright (C) 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
@@ -21,8 +21,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$
*/
body {
diff --git a/themes/clouds/templates/block_main_temp.php b/themes/clouds/templates/block_main_temp.php
index 476167ec96..bfd0d8c339 100644
--- a/themes/clouds/templates/block_main_temp.php
+++ b/themes/clouds/templates/block_main_temp.php
@@ -8,10 +8,10 @@
// $content - the content of the block
//
// webtrees: Web based Family History software
-// Copyright (C) 2011 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView
-// Copyright (C) 2010 PGV Development Team. All rights reserved.
+// Copyright (C) 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
@@ -26,8 +26,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');
diff --git a/themes/clouds/templates/block_small_temp.php b/themes/clouds/templates/block_small_temp.php
index 9e6acbca0f..b645778d55 100644
--- a/themes/clouds/templates/block_small_temp.php
+++ b/themes/clouds/templates/block_small_temp.php
@@ -8,10 +8,10 @@
// $content - the content of the block
//
// webtrees: Web based Family History software
-// Copyright (C) 2011 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView
-// Copyright (C) 2010 PGV Development Team. All rights reserved.
+// Copyright (C) 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
@@ -26,8 +26,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');
diff --git a/themes/clouds/templates/compactbox_template.php b/themes/clouds/templates/compactbox_template.php
index 0f2a95a580..4e341c38e4 100644
--- a/themes/clouds/templates/compactbox_template.php
+++ b/themes/clouds/templates/compactbox_template.php
@@ -6,10 +6,10 @@
// $addname, $showid, $float
//
// webtrees: Web based Family History software
-// Copyright (C) 2012 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView
-// Copyright (C) 2010 PGV Development Team. All rights reserved.
+// Copyright (C) 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
@@ -24,8 +24,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');
diff --git a/themes/clouds/templates/personbox_template.php b/themes/clouds/templates/personbox_template.php
index 0abea66f6c..2ad384a01c 100644
--- a/themes/clouds/templates/personbox_template.php
+++ b/themes/clouds/templates/personbox_template.php
@@ -6,10 +6,10 @@
// $addname
//
// webtrees: Web based Family History software
-// Copyright (C) 2012 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView
-// Copyright (C) 2010 PGV Development Team. All rights reserved.
+// Copyright (C) 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
@@ -24,8 +24,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');
diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php
index 98f872b0b1..1f35726ed7 100644
--- a/themes/clouds/theme.php
+++ b/themes/clouds/theme.php
@@ -2,11 +2,11 @@
// Clouds theme
//
// webtrees: Web based Family History software
-// Copyright (C) 2012 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView Cloudy theme
// Original author w.a. bastein http://genealogy.bastein.biz
-// Copyright (C) 2010 PGV Development Team. All rights reserved.
+// Copyright (C) 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
@@ -21,8 +21,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');