summaryrefslogtreecommitdiff
path: root/app/Contracts
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-01-16 16:47:37 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-01-16 16:47:37 +0000
commit198bde4f76ce7c412d31895f04c2378104ec4c14 (patch)
tree010ff574a7ff74e7e49f2aea5c3f2595c8034d12 /app/Contracts
parent084926c04b051183258562d2ce407b802cf700aa (diff)
downloadwebtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.gz
webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.bz2
webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.zip
It's 2025. Update copyright date.
Diffstat (limited to 'app/Contracts')
-rw-r--r--app/Contracts/CacheFactoryInterface.php2
-rw-r--r--app/Contracts/CalendarDateFactoryInterface.php2
-rw-r--r--app/Contracts/ContainerInterface.php2
-rw-r--r--app/Contracts/CustomTagInterface.php2
-rw-r--r--app/Contracts/ElementFactoryInterface.php2
-rw-r--r--app/Contracts/ElementInterface.php2
-rw-r--r--app/Contracts/EncodingFactoryInterface.php2
-rw-r--r--app/Contracts/FamilyFactoryInterface.php2
-rw-r--r--app/Contracts/FilesystemFactoryInterface.php2
-rw-r--r--app/Contracts/GedcomRecordFactoryInterface.php2
-rw-r--r--app/Contracts/HeaderFactoryInterface.php2
-rw-r--r--app/Contracts/IdFactoryInterface.php2
-rw-r--r--app/Contracts/ImageFactoryInterface.php2
-rw-r--r--app/Contracts/IndividualFactoryInterface.php2
-rw-r--r--app/Contracts/LocationFactoryInterface.php2
-rw-r--r--app/Contracts/MarkdownFactoryInterface.php2
-rw-r--r--app/Contracts/MediaFactoryInterface.php2
-rw-r--r--app/Contracts/NoteFactoryInterface.php2
-rw-r--r--app/Contracts/RepositoryFactoryInterface.php2
-rw-r--r--app/Contracts/ResponseFactoryInterface.php2
-rw-r--r--app/Contracts/RouteFactoryInterface.php2
-rw-r--r--app/Contracts/SharedNoteFactoryInterface.php2
-rw-r--r--app/Contracts/SlugFactoryInterface.php2
-rw-r--r--app/Contracts/SourceFactoryInterface.php2
-rw-r--r--app/Contracts/SubmissionFactoryInterface.php2
-rw-r--r--app/Contracts/SubmitterFactoryInterface.php2
-rw-r--r--app/Contracts/SurnameTraditionFactoryInterface.php2
-rw-r--r--app/Contracts/TimeFactoryInterface.php2
-rw-r--r--app/Contracts/TimestampFactoryInterface.php2
-rw-r--r--app/Contracts/TimestampInterface.php2
-rw-r--r--app/Contracts/UserInterface.php2
-rw-r--r--app/Contracts/XrefFactoryInterface.php2
32 files changed, 32 insertions, 32 deletions
diff --git a/app/Contracts/CacheFactoryInterface.php b/app/Contracts/CacheFactoryInterface.php
index e41ee295d3..fe2172aebc 100644
--- a/app/Contracts/CacheFactoryInterface.php
+++ b/app/Contracts/CacheFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/CalendarDateFactoryInterface.php b/app/Contracts/CalendarDateFactoryInterface.php
index d772a6851c..7480bd7147 100644
--- a/app/Contracts/CalendarDateFactoryInterface.php
+++ b/app/Contracts/CalendarDateFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/ContainerInterface.php b/app/Contracts/ContainerInterface.php
index 358e317d38..73930c549a 100644
--- a/app/Contracts/ContainerInterface.php
+++ b/app/Contracts/ContainerInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/CustomTagInterface.php b/app/Contracts/CustomTagInterface.php
index 753d7e271c..86bd897cfd 100644
--- a/app/Contracts/CustomTagInterface.php
+++ b/app/Contracts/CustomTagInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/ElementFactoryInterface.php b/app/Contracts/ElementFactoryInterface.php
index 8dfc766037..a24a8ea539 100644
--- a/app/Contracts/ElementFactoryInterface.php
+++ b/app/Contracts/ElementFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/ElementInterface.php b/app/Contracts/ElementInterface.php
index f02fa2e4e7..34ae0eb0c1 100644
--- a/app/Contracts/ElementInterface.php
+++ b/app/Contracts/ElementInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/EncodingFactoryInterface.php b/app/Contracts/EncodingFactoryInterface.php
index 7af3407875..fbdd07cb1c 100644
--- a/app/Contracts/EncodingFactoryInterface.php
+++ b/app/Contracts/EncodingFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/FamilyFactoryInterface.php b/app/Contracts/FamilyFactoryInterface.php
index a4849bc480..9c45b105eb 100644
--- a/app/Contracts/FamilyFactoryInterface.php
+++ b/app/Contracts/FamilyFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/FilesystemFactoryInterface.php b/app/Contracts/FilesystemFactoryInterface.php
index 18ae5c278e..0389a1e502 100644
--- a/app/Contracts/FilesystemFactoryInterface.php
+++ b/app/Contracts/FilesystemFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/GedcomRecordFactoryInterface.php b/app/Contracts/GedcomRecordFactoryInterface.php
index 6a32ccd65d..87e81db13c 100644
--- a/app/Contracts/GedcomRecordFactoryInterface.php
+++ b/app/Contracts/GedcomRecordFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/HeaderFactoryInterface.php b/app/Contracts/HeaderFactoryInterface.php
index 1a693521f8..c50581ae64 100644
--- a/app/Contracts/HeaderFactoryInterface.php
+++ b/app/Contracts/HeaderFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/IdFactoryInterface.php b/app/Contracts/IdFactoryInterface.php
index fe629c72cf..53c4d8ad5f 100644
--- a/app/Contracts/IdFactoryInterface.php
+++ b/app/Contracts/IdFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/ImageFactoryInterface.php b/app/Contracts/ImageFactoryInterface.php
index 7ed222d9cc..8957c8c78b 100644
--- a/app/Contracts/ImageFactoryInterface.php
+++ b/app/Contracts/ImageFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/IndividualFactoryInterface.php b/app/Contracts/IndividualFactoryInterface.php
index 978ce13eed..a4e8a3fd01 100644
--- a/app/Contracts/IndividualFactoryInterface.php
+++ b/app/Contracts/IndividualFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/LocationFactoryInterface.php b/app/Contracts/LocationFactoryInterface.php
index 9c8be0729d..ba183450ba 100644
--- a/app/Contracts/LocationFactoryInterface.php
+++ b/app/Contracts/LocationFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/MarkdownFactoryInterface.php b/app/Contracts/MarkdownFactoryInterface.php
index 20693b3444..23af9c2c46 100644
--- a/app/Contracts/MarkdownFactoryInterface.php
+++ b/app/Contracts/MarkdownFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/MediaFactoryInterface.php b/app/Contracts/MediaFactoryInterface.php
index da1b6a2a2c..8c5f840a89 100644
--- a/app/Contracts/MediaFactoryInterface.php
+++ b/app/Contracts/MediaFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/NoteFactoryInterface.php b/app/Contracts/NoteFactoryInterface.php
index f54032bef5..aad90bc04b 100644
--- a/app/Contracts/NoteFactoryInterface.php
+++ b/app/Contracts/NoteFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/RepositoryFactoryInterface.php b/app/Contracts/RepositoryFactoryInterface.php
index 731dfa7826..58afae16b6 100644
--- a/app/Contracts/RepositoryFactoryInterface.php
+++ b/app/Contracts/RepositoryFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/ResponseFactoryInterface.php b/app/Contracts/ResponseFactoryInterface.php
index 9b1e98baf8..3361608ffa 100644
--- a/app/Contracts/ResponseFactoryInterface.php
+++ b/app/Contracts/ResponseFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/RouteFactoryInterface.php b/app/Contracts/RouteFactoryInterface.php
index 27bd395c3e..991a529355 100644
--- a/app/Contracts/RouteFactoryInterface.php
+++ b/app/Contracts/RouteFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/SharedNoteFactoryInterface.php b/app/Contracts/SharedNoteFactoryInterface.php
index e1413baf0f..c7eae33d18 100644
--- a/app/Contracts/SharedNoteFactoryInterface.php
+++ b/app/Contracts/SharedNoteFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/SlugFactoryInterface.php b/app/Contracts/SlugFactoryInterface.php
index 498d8b9436..dcc4be331b 100644
--- a/app/Contracts/SlugFactoryInterface.php
+++ b/app/Contracts/SlugFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/SourceFactoryInterface.php b/app/Contracts/SourceFactoryInterface.php
index 7fadecd250..e333cb88f5 100644
--- a/app/Contracts/SourceFactoryInterface.php
+++ b/app/Contracts/SourceFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/SubmissionFactoryInterface.php b/app/Contracts/SubmissionFactoryInterface.php
index c94e019706..373c9759a0 100644
--- a/app/Contracts/SubmissionFactoryInterface.php
+++ b/app/Contracts/SubmissionFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/SubmitterFactoryInterface.php b/app/Contracts/SubmitterFactoryInterface.php
index c22de01da7..3344a391b1 100644
--- a/app/Contracts/SubmitterFactoryInterface.php
+++ b/app/Contracts/SubmitterFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/SurnameTraditionFactoryInterface.php b/app/Contracts/SurnameTraditionFactoryInterface.php
index 423e9986b6..59a9699b12 100644
--- a/app/Contracts/SurnameTraditionFactoryInterface.php
+++ b/app/Contracts/SurnameTraditionFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/TimeFactoryInterface.php b/app/Contracts/TimeFactoryInterface.php
index 06eb9f3f16..b7b4caeb33 100644
--- a/app/Contracts/TimeFactoryInterface.php
+++ b/app/Contracts/TimeFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/TimestampFactoryInterface.php b/app/Contracts/TimestampFactoryInterface.php
index dd963b1386..6b703aca90 100644
--- a/app/Contracts/TimestampFactoryInterface.php
+++ b/app/Contracts/TimestampFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/TimestampInterface.php b/app/Contracts/TimestampInterface.php
index 38375ba681..4d95ae6c8d 100644
--- a/app/Contracts/TimestampInterface.php
+++ b/app/Contracts/TimestampInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/UserInterface.php b/app/Contracts/UserInterface.php
index 302d15057a..73aef7239f 100644
--- a/app/Contracts/UserInterface.php
+++ b/app/Contracts/UserInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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/Contracts/XrefFactoryInterface.php b/app/Contracts/XrefFactoryInterface.php
index f960fa22c0..24c26a4e01 100644
--- a/app/Contracts/XrefFactoryInterface.php
+++ b/app/Contracts/XrefFactoryInterface.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2025 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