summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-01-30 19:16:06 +0000
committerGreg Roach <fisharebest@gmail.com>2016-01-30 19:16:06 +0000
commit369c0ce6d43eee62858778711fa4744ed347814a (patch)
tree70716c8effb3b0c0b82c52df4ea002b1aeec9a27 /app/Controller
parent78e8849fec37e0582376ef529b523e65fab9d56b (diff)
downloadwebtrees-369c0ce6d43eee62858778711fa4744ed347814a.tar.gz
webtrees-369c0ce6d43eee62858778711fa4744ed347814a.tar.bz2
webtrees-369c0ce6d43eee62858778711fa4744ed347814a.zip
Update copyright year
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/AdvancedSearchController.php2
-rw-r--r--app/Controller/AjaxController.php2
-rw-r--r--app/Controller/AncestryController.php2
-rw-r--r--app/Controller/BaseController.php2
-rw-r--r--app/Controller/BranchesController.php2
-rw-r--r--app/Controller/ChartController.php2
-rw-r--r--app/Controller/CompactController.php2
-rw-r--r--app/Controller/DescendancyController.php2
-rw-r--r--app/Controller/FamilyBookController.php2
-rw-r--r--app/Controller/FamilyController.php2
-rw-r--r--app/Controller/FanchartController.php2
-rw-r--r--app/Controller/GedcomRecordController.php2
-rw-r--r--app/Controller/HourglassController.php2
-rw-r--r--app/Controller/IndividualController.php2
-rw-r--r--app/Controller/LifespanController.php2
-rw-r--r--app/Controller/MediaController.php2
-rw-r--r--app/Controller/NoteController.php2
-rw-r--r--app/Controller/PageController.php2
-rw-r--r--app/Controller/PedigreeController.php2
-rw-r--r--app/Controller/RelationshipController.php2
-rw-r--r--app/Controller/RepositoryController.php2
-rw-r--r--app/Controller/SearchController.php2
-rw-r--r--app/Controller/SimpleController.php2
-rw-r--r--app/Controller/SourceController.php2
-rw-r--r--app/Controller/TimelineController.php2
25 files changed, 25 insertions, 25 deletions
diff --git a/app/Controller/AdvancedSearchController.php b/app/Controller/AdvancedSearchController.php
index 851a95b312..3bf39ca354 100644
--- a/app/Controller/AdvancedSearchController.php
+++ b/app/Controller/AdvancedSearchController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/AjaxController.php b/app/Controller/AjaxController.php
index 4bbdce6a0f..4aac9ed32c 100644
--- a/app/Controller/AjaxController.php
+++ b/app/Controller/AjaxController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/AncestryController.php b/app/Controller/AncestryController.php
index 461534d0c6..bf4edca9e3 100644
--- a/app/Controller/AncestryController.php
+++ b/app/Controller/AncestryController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/BaseController.php b/app/Controller/BaseController.php
index d4edd94939..c049ce86de 100644
--- a/app/Controller/BaseController.php
+++ b/app/Controller/BaseController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/BranchesController.php b/app/Controller/BranchesController.php
index 74d3e04546..e17fb1adc1 100644
--- a/app/Controller/BranchesController.php
+++ b/app/Controller/BranchesController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/ChartController.php b/app/Controller/ChartController.php
index 7917f797c6..9b9f6bd8f9 100644
--- a/app/Controller/ChartController.php
+++ b/app/Controller/ChartController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/CompactController.php b/app/Controller/CompactController.php
index a73b4c491f..8bbe07a996 100644
--- a/app/Controller/CompactController.php
+++ b/app/Controller/CompactController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/DescendancyController.php b/app/Controller/DescendancyController.php
index 7071be6158..aefb421496 100644
--- a/app/Controller/DescendancyController.php
+++ b/app/Controller/DescendancyController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/FamilyBookController.php b/app/Controller/FamilyBookController.php
index 454f8f9a7a..1d5672b36c 100644
--- a/app/Controller/FamilyBookController.php
+++ b/app/Controller/FamilyBookController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/FamilyController.php b/app/Controller/FamilyController.php
index b1fe3774db..e28f56dc51 100644
--- a/app/Controller/FamilyController.php
+++ b/app/Controller/FamilyController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/FanchartController.php b/app/Controller/FanchartController.php
index 60c0aca949..949b7a0dcd 100644
--- a/app/Controller/FanchartController.php
+++ b/app/Controller/FanchartController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/GedcomRecordController.php b/app/Controller/GedcomRecordController.php
index 372c77ce8c..3579f37ac0 100644
--- a/app/Controller/GedcomRecordController.php
+++ b/app/Controller/GedcomRecordController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/HourglassController.php b/app/Controller/HourglassController.php
index c9fa9e1fdf..38c8dcd4ba 100644
--- a/app/Controller/HourglassController.php
+++ b/app/Controller/HourglassController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/IndividualController.php b/app/Controller/IndividualController.php
index 07854489a3..37b5d342c8 100644
--- a/app/Controller/IndividualController.php
+++ b/app/Controller/IndividualController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/LifespanController.php b/app/Controller/LifespanController.php
index 081a9c7ae6..38fa590e2a 100644
--- a/app/Controller/LifespanController.php
+++ b/app/Controller/LifespanController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/MediaController.php b/app/Controller/MediaController.php
index 666f85f011..3a9aa7ea95 100644
--- a/app/Controller/MediaController.php
+++ b/app/Controller/MediaController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/NoteController.php b/app/Controller/NoteController.php
index d1713d35e9..e8715b17f5 100644
--- a/app/Controller/NoteController.php
+++ b/app/Controller/NoteController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/PageController.php b/app/Controller/PageController.php
index ab67397dfb..b41296bf08 100644
--- a/app/Controller/PageController.php
+++ b/app/Controller/PageController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/PedigreeController.php b/app/Controller/PedigreeController.php
index bd8b43c516..fab8fc4be5 100644
--- a/app/Controller/PedigreeController.php
+++ b/app/Controller/PedigreeController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/RelationshipController.php b/app/Controller/RelationshipController.php
index fe064923c3..5098aa978a 100644
--- a/app/Controller/RelationshipController.php
+++ b/app/Controller/RelationshipController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/RepositoryController.php b/app/Controller/RepositoryController.php
index b9f425105b..03ea77028e 100644
--- a/app/Controller/RepositoryController.php
+++ b/app/Controller/RepositoryController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/SearchController.php b/app/Controller/SearchController.php
index 181901df8b..ec5131a7de 100644
--- a/app/Controller/SearchController.php
+++ b/app/Controller/SearchController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/SimpleController.php b/app/Controller/SimpleController.php
index 6385766d50..bed7702e2f 100644
--- a/app/Controller/SimpleController.php
+++ b/app/Controller/SimpleController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/SourceController.php b/app/Controller/SourceController.php
index 5a0f1deea7..295d82ad75 100644
--- a/app/Controller/SourceController.php
+++ b/app/Controller/SourceController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or
diff --git a/app/Controller/TimelineController.php b/app/Controller/TimelineController.php
index 556feefac9..0ef969030e 100644
--- a/app/Controller/TimelineController.php
+++ b/app/Controller/TimelineController.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2015 webtrees development team
+ * Copyright (C) 2016 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 3 of the License, or