summaryrefslogtreecommitdiff
path: root/app/Factories
diff options
context:
space:
mode:
Diffstat (limited to 'app/Factories')
-rw-r--r--app/Factories/AbstractGedcomRecordFactory.php2
-rw-r--r--app/Factories/CacheFactory.php2
-rw-r--r--app/Factories/CalendarDateFactory.php2
-rw-r--r--app/Factories/ElementFactory.php2
-rw-r--r--app/Factories/EncodingFactory.php2
-rw-r--r--app/Factories/FamilyFactory.php2
-rw-r--r--app/Factories/FilesystemFactory.php2
-rw-r--r--app/Factories/GedcomRecordFactory.php2
-rw-r--r--app/Factories/HeaderFactory.php2
-rw-r--r--app/Factories/IdFactory.php2
-rw-r--r--app/Factories/ImageFactory.php2
-rw-r--r--app/Factories/IndividualFactory.php2
-rw-r--r--app/Factories/LocationFactory.php2
-rw-r--r--app/Factories/MarkdownFactory.php2
-rw-r--r--app/Factories/MediaFactory.php2
-rw-r--r--app/Factories/NoteFactory.php2
-rw-r--r--app/Factories/RepositoryFactory.php2
-rw-r--r--app/Factories/ResponseFactory.php2
-rw-r--r--app/Factories/RouteFactory.php2
-rw-r--r--app/Factories/SharedNoteFactory.php2
-rw-r--r--app/Factories/SlugFactory.php2
-rw-r--r--app/Factories/SourceFactory.php2
-rw-r--r--app/Factories/SubmissionFactory.php2
-rw-r--r--app/Factories/SubmitterFactory.php2
-rw-r--r--app/Factories/SurnameTraditionFactory.php2
-rw-r--r--app/Factories/TimeFactory.php2
-rw-r--r--app/Factories/TimestampFactory.php2
-rw-r--r--app/Factories/XrefFactory.php2
28 files changed, 28 insertions, 28 deletions
diff --git a/app/Factories/AbstractGedcomRecordFactory.php b/app/Factories/AbstractGedcomRecordFactory.php
index 43480f0018..c725911af8 100644
--- a/app/Factories/AbstractGedcomRecordFactory.php
+++ b/app/Factories/AbstractGedcomRecordFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/CacheFactory.php b/app/Factories/CacheFactory.php
index 2e3cff0521..e50bb7be65 100644
--- a/app/Factories/CacheFactory.php
+++ b/app/Factories/CacheFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/CalendarDateFactory.php b/app/Factories/CalendarDateFactory.php
index 4e343a70da..76c09cfcd9 100644
--- a/app/Factories/CalendarDateFactory.php
+++ b/app/Factories/CalendarDateFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/ElementFactory.php b/app/Factories/ElementFactory.php
index 3095d94178..13c6297a99 100644
--- a/app/Factories/ElementFactory.php
+++ b/app/Factories/ElementFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/EncodingFactory.php b/app/Factories/EncodingFactory.php
index 350f1262a2..94e65504fd 100644
--- a/app/Factories/EncodingFactory.php
+++ b/app/Factories/EncodingFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/FamilyFactory.php b/app/Factories/FamilyFactory.php
index 0620ca6af9..7a1d58c252 100644
--- a/app/Factories/FamilyFactory.php
+++ b/app/Factories/FamilyFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/FilesystemFactory.php b/app/Factories/FilesystemFactory.php
index 92ac2ea442..1ae9e57fbf 100644
--- a/app/Factories/FilesystemFactory.php
+++ b/app/Factories/FilesystemFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/GedcomRecordFactory.php b/app/Factories/GedcomRecordFactory.php
index 521d432fba..9f3b6e2dfe 100644
--- a/app/Factories/GedcomRecordFactory.php
+++ b/app/Factories/GedcomRecordFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/HeaderFactory.php b/app/Factories/HeaderFactory.php
index 9d891d25a3..dc81175f7b 100644
--- a/app/Factories/HeaderFactory.php
+++ b/app/Factories/HeaderFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/IdFactory.php b/app/Factories/IdFactory.php
index e66dda6e9c..29223a0145 100644
--- a/app/Factories/IdFactory.php
+++ b/app/Factories/IdFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/ImageFactory.php b/app/Factories/ImageFactory.php
index 1d42729ddd..d28750c48f 100644
--- a/app/Factories/ImageFactory.php
+++ b/app/Factories/ImageFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/IndividualFactory.php b/app/Factories/IndividualFactory.php
index 5866813d9e..e9c911663b 100644
--- a/app/Factories/IndividualFactory.php
+++ b/app/Factories/IndividualFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/LocationFactory.php b/app/Factories/LocationFactory.php
index 9ddf07342f..54035810fa 100644
--- a/app/Factories/LocationFactory.php
+++ b/app/Factories/LocationFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/MarkdownFactory.php b/app/Factories/MarkdownFactory.php
index 2501ded2a4..09df669976 100644
--- a/app/Factories/MarkdownFactory.php
+++ b/app/Factories/MarkdownFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/MediaFactory.php b/app/Factories/MediaFactory.php
index 2e296fbdc7..983b5030b1 100644
--- a/app/Factories/MediaFactory.php
+++ b/app/Factories/MediaFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/NoteFactory.php b/app/Factories/NoteFactory.php
index 44ac91e3ac..d2edc7da78 100644
--- a/app/Factories/NoteFactory.php
+++ b/app/Factories/NoteFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/RepositoryFactory.php b/app/Factories/RepositoryFactory.php
index 43321ce36c..eb8de3d592 100644
--- a/app/Factories/RepositoryFactory.php
+++ b/app/Factories/RepositoryFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/ResponseFactory.php b/app/Factories/ResponseFactory.php
index 9651b7d190..cd282eb9f3 100644
--- a/app/Factories/ResponseFactory.php
+++ b/app/Factories/ResponseFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/RouteFactory.php b/app/Factories/RouteFactory.php
index e51ca3fb6f..5ee9b184eb 100644
--- a/app/Factories/RouteFactory.php
+++ b/app/Factories/RouteFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/SharedNoteFactory.php b/app/Factories/SharedNoteFactory.php
index 2c01a0995f..5f51939a49 100644
--- a/app/Factories/SharedNoteFactory.php
+++ b/app/Factories/SharedNoteFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/SlugFactory.php b/app/Factories/SlugFactory.php
index f5993b415c..5d230101ce 100644
--- a/app/Factories/SlugFactory.php
+++ b/app/Factories/SlugFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/SourceFactory.php b/app/Factories/SourceFactory.php
index 2198db358e..3922d2949a 100644
--- a/app/Factories/SourceFactory.php
+++ b/app/Factories/SourceFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/SubmissionFactory.php b/app/Factories/SubmissionFactory.php
index 9983c304bf..cc0747743b 100644
--- a/app/Factories/SubmissionFactory.php
+++ b/app/Factories/SubmissionFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/SubmitterFactory.php b/app/Factories/SubmitterFactory.php
index c40c914a1a..d054c4b490 100644
--- a/app/Factories/SubmitterFactory.php
+++ b/app/Factories/SubmitterFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/SurnameTraditionFactory.php b/app/Factories/SurnameTraditionFactory.php
index 3bede6fc45..2a2f051577 100644
--- a/app/Factories/SurnameTraditionFactory.php
+++ b/app/Factories/SurnameTraditionFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/TimeFactory.php b/app/Factories/TimeFactory.php
index dc3097a858..1e549849e3 100644
--- a/app/Factories/TimeFactory.php
+++ b/app/Factories/TimeFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/TimestampFactory.php b/app/Factories/TimestampFactory.php
index 91e518b3e6..1a382875db 100644
--- a/app/Factories/TimestampFactory.php
+++ b/app/Factories/TimestampFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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/Factories/XrefFactory.php b/app/Factories/XrefFactory.php
index 6e033dc2ba..db3443333c 100644
--- a/app/Factories/XrefFactory.php
+++ b/app/Factories/XrefFactory.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * 'Copyright (C) 2023 webtrees development team
+ * Copyright (C) 2023 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