summaryrefslogtreecommitdiff
path: root/app/SurnameTradition
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-03-08 09:23:38 +0000
committerGreg Roach <fisharebest@gmail.com>2017-03-08 09:23:38 +0000
commit6bdf767435631ad1dc27ec1ffd855d43dbdce907 (patch)
treeeb900a6c688c4fa95f7bd1361f4c4656ad5d4d62 /app/SurnameTradition
parent30ecd297cad0e35b36578ad1c353d5be28f5633e (diff)
downloadwebtrees-6bdf767435631ad1dc27ec1ffd855d43dbdce907.tar.gz
webtrees-6bdf767435631ad1dc27ec1ffd855d43dbdce907.tar.bz2
webtrees-6bdf767435631ad1dc27ec1ffd855d43dbdce907.zip
2017
Diffstat (limited to 'app/SurnameTradition')
-rw-r--r--app/SurnameTradition/DefaultSurnameTradition.php2
-rw-r--r--app/SurnameTradition/IcelandicSurnameTradition.php2
-rw-r--r--app/SurnameTradition/LithuanianSurnameTradition.php2
-rw-r--r--app/SurnameTradition/MatrilinealSurnameTradition.php2
-rw-r--r--app/SurnameTradition/PaternalSurnameTradition.php2
-rw-r--r--app/SurnameTradition/PatrilinealSurnameTradition.php2
-rw-r--r--app/SurnameTradition/PolishSurnameTradition.php2
-rw-r--r--app/SurnameTradition/PortugueseSurnameTradition.php2
-rw-r--r--app/SurnameTradition/SpanishSurnameTradition.php2
-rw-r--r--app/SurnameTradition/SurnameTraditionInterface.php2
10 files changed, 10 insertions, 10 deletions
diff --git a/app/SurnameTradition/DefaultSurnameTradition.php b/app/SurnameTradition/DefaultSurnameTradition.php
index dc9fc2119d..6c5cccc78f 100644
--- a/app/SurnameTradition/DefaultSurnameTradition.php
+++ b/app/SurnameTradition/DefaultSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/IcelandicSurnameTradition.php b/app/SurnameTradition/IcelandicSurnameTradition.php
index 5d4a1d528c..4da21653f6 100644
--- a/app/SurnameTradition/IcelandicSurnameTradition.php
+++ b/app/SurnameTradition/IcelandicSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/LithuanianSurnameTradition.php b/app/SurnameTradition/LithuanianSurnameTradition.php
index b751d5ef76..ed99edc707 100644
--- a/app/SurnameTradition/LithuanianSurnameTradition.php
+++ b/app/SurnameTradition/LithuanianSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/MatrilinealSurnameTradition.php b/app/SurnameTradition/MatrilinealSurnameTradition.php
index 6c664ca4ec..5d3360055b 100644
--- a/app/SurnameTradition/MatrilinealSurnameTradition.php
+++ b/app/SurnameTradition/MatrilinealSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/PaternalSurnameTradition.php b/app/SurnameTradition/PaternalSurnameTradition.php
index f69293bb2c..b90874ab8f 100644
--- a/app/SurnameTradition/PaternalSurnameTradition.php
+++ b/app/SurnameTradition/PaternalSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/PatrilinealSurnameTradition.php b/app/SurnameTradition/PatrilinealSurnameTradition.php
index 7efffc9d62..2a27d67a5f 100644
--- a/app/SurnameTradition/PatrilinealSurnameTradition.php
+++ b/app/SurnameTradition/PatrilinealSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/PolishSurnameTradition.php b/app/SurnameTradition/PolishSurnameTradition.php
index fc1c1d2f95..5e7beb6039 100644
--- a/app/SurnameTradition/PolishSurnameTradition.php
+++ b/app/SurnameTradition/PolishSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/PortugueseSurnameTradition.php b/app/SurnameTradition/PortugueseSurnameTradition.php
index fd11b24c6a..1797e4a37e 100644
--- a/app/SurnameTradition/PortugueseSurnameTradition.php
+++ b/app/SurnameTradition/PortugueseSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/SpanishSurnameTradition.php b/app/SurnameTradition/SpanishSurnameTradition.php
index 637f11519e..9c7ee7556f 100644
--- a/app/SurnameTradition/SpanishSurnameTradition.php
+++ b/app/SurnameTradition/SpanishSurnameTradition.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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/SurnameTradition/SurnameTraditionInterface.php b/app/SurnameTradition/SurnameTraditionInterface.php
index 441a17ea0b..2c6f68ede0 100644
--- a/app/SurnameTradition/SurnameTraditionInterface.php
+++ b/app/SurnameTradition/SurnameTraditionInterface.php
@@ -1,7 +1,7 @@
<?php
/**
* webtrees: online genealogy
- * Copyright (C) 2016 webtrees development team
+ * Copyright (C) 2017 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