summaryrefslogtreecommitdiff
path: root/library/WT/Controller
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-01-04 12:28:51 +0000
committerGreg Roach <fisharebest@gmail.com>2014-01-04 12:28:51 +0000
commit36362d2c626c95d97e936875f2d0e232c72d37c9 (patch)
tree9c5f8ac17f105986eb67170850c2ac67b1f4c2ff /library/WT/Controller
parent6d7c230a98306b8348179b6346dca8bc152c6f15 (diff)
downloadwebtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.tar.gz
webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.tar.bz2
webtrees-36362d2c626c95d97e936875f2d0e232c72d37c9.zip
Update copyright date to 2014
Diffstat (limited to 'library/WT/Controller')
-rw-r--r--library/WT/Controller/AdvancedSearch.php2
-rw-r--r--library/WT/Controller/Ajax.php2
-rw-r--r--library/WT/Controller/Ancestry.php2
-rw-r--r--library/WT/Controller/Base.php2
-rw-r--r--library/WT/Controller/Branches.php2
-rw-r--r--library/WT/Controller/Chart.php2
-rw-r--r--library/WT/Controller/Compact.php4
-rw-r--r--library/WT/Controller/Descendancy.php2
-rw-r--r--library/WT/Controller/Family.php2
-rw-r--r--library/WT/Controller/Familybook.php2
-rw-r--r--library/WT/Controller/Fanchart.php2
-rw-r--r--library/WT/Controller/GedcomRecord.php2
-rw-r--r--library/WT/Controller/Hourglass.php2
-rw-r--r--library/WT/Controller/Individual.php2
-rw-r--r--library/WT/Controller/Lifespan.php2
-rw-r--r--library/WT/Controller/Media.php2
-rw-r--r--library/WT/Controller/Note.php2
-rw-r--r--library/WT/Controller/Page.php2
-rw-r--r--library/WT/Controller/Pedigree.php2
-rw-r--r--library/WT/Controller/Repository.php2
-rw-r--r--library/WT/Controller/Search.php2
-rw-r--r--library/WT/Controller/Simple.php2
-rw-r--r--library/WT/Controller/Source.php2
-rw-r--r--library/WT/Controller/Timeline.php2
24 files changed, 25 insertions, 25 deletions
diff --git a/library/WT/Controller/AdvancedSearch.php b/library/WT/Controller/AdvancedSearch.php
index 540ae8d9e0..1bbbe02047 100644
--- a/library/WT/Controller/AdvancedSearch.php
+++ b/library/WT/Controller/AdvancedSearch.php
@@ -2,7 +2,7 @@
// Controller for the advanced search page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Ajax.php b/library/WT/Controller/Ajax.php
index 609ec0444b..70fce74b6a 100644
--- a/library/WT/Controller/Ajax.php
+++ b/library/WT/Controller/Ajax.php
@@ -2,7 +2,7 @@
// Base controller for all popup pages
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 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
diff --git a/library/WT/Controller/Ancestry.php b/library/WT/Controller/Ancestry.php
index 1deac15263..75e7dc41d5 100644
--- a/library/WT/Controller/Ancestry.php
+++ b/library/WT/Controller/Ancestry.php
@@ -2,7 +2,7 @@
// Controller for the ancestry chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Base.php b/library/WT/Controller/Base.php
index 2274852140..1493c16f19 100644
--- a/library/WT/Controller/Base.php
+++ b/library/WT/Controller/Base.php
@@ -2,7 +2,7 @@
// Base controller for all other controllers
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 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
diff --git a/library/WT/Controller/Branches.php b/library/WT/Controller/Branches.php
index d8196135fd..05896b9350 100644
--- a/library/WT/Controller/Branches.php
+++ b/library/WT/Controller/Branches.php
@@ -2,7 +2,7 @@
// Controller for the branches list
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 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
diff --git a/library/WT/Controller/Chart.php b/library/WT/Controller/Chart.php
index 78f434b100..bc114a3844 100644
--- a/library/WT/Controller/Chart.php
+++ b/library/WT/Controller/Chart.php
@@ -2,7 +2,7 @@
// Base controller for all chart pages
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 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
diff --git a/library/WT/Controller/Compact.php b/library/WT/Controller/Compact.php
index b3ea50f6a6..3bac03fd23 100644
--- a/library/WT/Controller/Compact.php
+++ b/library/WT/Controller/Compact.php
@@ -2,7 +2,7 @@
// Controller for the compact chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
@@ -124,4 +124,4 @@ class WT_Controller_Compact extends WT_Controller_Chart {
return $text;
}
-} \ No newline at end of file
+}
diff --git a/library/WT/Controller/Descendancy.php b/library/WT/Controller/Descendancy.php
index 07e2689d3e..d553734040 100644
--- a/library/WT/Controller/Descendancy.php
+++ b/library/WT/Controller/Descendancy.php
@@ -2,7 +2,7 @@
// Controller for the descendancy chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Family.php b/library/WT/Controller/Family.php
index 6263fce04b..1e298009c6 100644
--- a/library/WT/Controller/Family.php
+++ b/library/WT/Controller/Family.php
@@ -2,7 +2,7 @@
// Controller for the family page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Familybook.php b/library/WT/Controller/Familybook.php
index 894de6d29a..bbf9c49487 100644
--- a/library/WT/Controller/Familybook.php
+++ b/library/WT/Controller/Familybook.php
@@ -2,7 +2,7 @@
// Controller for the familybook chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Fanchart.php b/library/WT/Controller/Fanchart.php
index 03fb547c2e..b8d1eaa572 100644
--- a/library/WT/Controller/Fanchart.php
+++ b/library/WT/Controller/Fanchart.php
@@ -2,7 +2,7 @@
// Controller for the fan chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/GedcomRecord.php b/library/WT/Controller/GedcomRecord.php
index c8d30c176a..fe41254d86 100644
--- a/library/WT/Controller/GedcomRecord.php
+++ b/library/WT/Controller/GedcomRecord.php
@@ -2,7 +2,7 @@
// Base controller for all GedcomRecord controllers
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 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
diff --git a/library/WT/Controller/Hourglass.php b/library/WT/Controller/Hourglass.php
index 6142b09c5f..903f06abd4 100644
--- a/library/WT/Controller/Hourglass.php
+++ b/library/WT/Controller/Hourglass.php
@@ -2,7 +2,7 @@
// Controller for the hourglass chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Individual.php b/library/WT/Controller/Individual.php
index 074988ea9f..0be5725bf4 100644
--- a/library/WT/Controller/Individual.php
+++ b/library/WT/Controller/Individual.php
@@ -2,7 +2,7 @@
// Controller for the individual page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Lifespan.php b/library/WT/Controller/Lifespan.php
index 1f3f01101c..8716df4d07 100644
--- a/library/WT/Controller/Lifespan.php
+++ b/library/WT/Controller/Lifespan.php
@@ -2,7 +2,7 @@
// Controller for the timeline chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Media.php b/library/WT/Controller/Media.php
index 4afc665a9f..80b456f224 100644
--- a/library/WT/Controller/Media.php
+++ b/library/WT/Controller/Media.php
@@ -2,7 +2,7 @@
// Controller for the media page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Note.php b/library/WT/Controller/Note.php
index 0e9137a734..37fca6fd6e 100644
--- a/library/WT/Controller/Note.php
+++ b/library/WT/Controller/Note.php
@@ -2,7 +2,7 @@
// Controller for the shared note page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Page.php b/library/WT/Controller/Page.php
index a2a9049e56..3bfee79c14 100644
--- a/library/WT/Controller/Page.php
+++ b/library/WT/Controller/Page.php
@@ -2,7 +2,7 @@
// Controller for full-page, themed HTML responses
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 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
diff --git a/library/WT/Controller/Pedigree.php b/library/WT/Controller/Pedigree.php
index 110f3c75f1..19c80232dc 100644
--- a/library/WT/Controller/Pedigree.php
+++ b/library/WT/Controller/Pedigree.php
@@ -2,7 +2,7 @@
// Controller for the pedigree chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Repository.php b/library/WT/Controller/Repository.php
index 081a9750e1..0e8aa1df4c 100644
--- a/library/WT/Controller/Repository.php
+++ b/library/WT/Controller/Repository.php
@@ -2,7 +2,7 @@
// Controller for the repository page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Search.php b/library/WT/Controller/Search.php
index 98b110497c..ebab5ffa55 100644
--- a/library/WT/Controller/Search.php
+++ b/library/WT/Controller/Search.php
@@ -2,7 +2,7 @@
// Controller for the search page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Simple.php b/library/WT/Controller/Simple.php
index 0fa0f4a789..896494896c 100644
--- a/library/WT/Controller/Simple.php
+++ b/library/WT/Controller/Simple.php
@@ -2,7 +2,7 @@
// Controller for all popup pages
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 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
diff --git a/library/WT/Controller/Source.php b/library/WT/Controller/Source.php
index 0f343c3122..3444c052ce 100644
--- a/library/WT/Controller/Source.php
+++ b/library/WT/Controller/Source.php
@@ -2,7 +2,7 @@
// Controller for the source page
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.
diff --git a/library/WT/Controller/Timeline.php b/library/WT/Controller/Timeline.php
index 20a02fc466..1d08d2701e 100644
--- a/library/WT/Controller/Timeline.php
+++ b/library/WT/Controller/Timeline.php
@@ -2,7 +2,7 @@
// Controller for the timeline chart
//
// webtrees: Web based Family History software
-// Copyright (C) 2013 webtrees development team.
+// Copyright (C) 2014 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.