summaryrefslogtreecommitdiff
path: root/tests/app/Report
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2026-02-08 21:13:50 +0000
committerGreg Roach <greg@subaqua.co.uk>2026-02-09 18:56:33 +0000
commiteba97aa25b0ad2881a3890b8c4a35143d95e1e70 (patch)
tree5083ad82f18d380ff9d50d7cb47cfecbbd99a6a7 /tests/app/Report
parentd371bd1b73ac6ee722f48a9a7a6bdebf8002bf13 (diff)
downloadwebtrees-eba97aa25b0ad2881a3890b8c4a35143d95e1e70.tar.gz
webtrees-eba97aa25b0ad2881a3890b8c4a35143d95e1e70.tar.bz2
webtrees-eba97aa25b0ad2881a3890b8c4a35143d95e1e70.zip
Update copyright year. It is 2026
Diffstat (limited to 'tests/app/Report')
-rw-r--r--tests/app/Report/HtmlRendererTest.php2
-rw-r--r--tests/app/Report/PdfRendererTest.php2
-rw-r--r--tests/app/Report/ReportBaseCellTest.php2
-rw-r--r--tests/app/Report/ReportBaseElementTest.php2
-rw-r--r--tests/app/Report/ReportBaseFootnoteTest.php2
-rw-r--r--tests/app/Report/ReportBaseImageTest.php2
-rw-r--r--tests/app/Report/ReportBaseLineTest.php2
-rw-r--r--tests/app/Report/ReportBaseTextTest.php2
-rw-r--r--tests/app/Report/ReportBaseTextboxTest.php2
-rw-r--r--tests/app/Report/ReportExpressionLanguageProviderTest.php2
-rw-r--r--tests/app/Report/ReportHtmlCellTest.php2
-rw-r--r--tests/app/Report/ReportHtmlFootnoteTest.php2
-rw-r--r--tests/app/Report/ReportHtmlImageTest.php2
-rw-r--r--tests/app/Report/ReportHtmlLineTest.php2
-rw-r--r--tests/app/Report/ReportHtmlTextTest.php2
-rw-r--r--tests/app/Report/ReportHtmlTextboxTest.php2
-rw-r--r--tests/app/Report/ReportParserBaseTest.php2
-rw-r--r--tests/app/Report/ReportParserGenerateTest.php2
-rw-r--r--tests/app/Report/ReportParserSetupTest.php2
-rw-r--r--tests/app/Report/ReportPdfCellTest.php2
-rw-r--r--tests/app/Report/ReportPdfFootnoteTest.php2
-rw-r--r--tests/app/Report/ReportPdfImageTest.php2
-rw-r--r--tests/app/Report/ReportPdfLineTest.php2
-rw-r--r--tests/app/Report/ReportPdfTextBoxTest.php2
-rw-r--r--tests/app/Report/ReportPdfTextTest.php2
-rw-r--r--tests/app/Report/RightToLeftSupportTest.php2
-rw-r--r--tests/app/Report/TcpdfWrapperTest.php2
27 files changed, 27 insertions, 27 deletions
diff --git a/tests/app/Report/HtmlRendererTest.php b/tests/app/Report/HtmlRendererTest.php
index e842e659fd..1bfa1e4030 100644
--- a/tests/app/Report/HtmlRendererTest.php
+++ b/tests/app/Report/HtmlRendererTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/PdfRendererTest.php b/tests/app/Report/PdfRendererTest.php
index 7da7f6700b..1ee367ebba 100644
--- a/tests/app/Report/PdfRendererTest.php
+++ b/tests/app/Report/PdfRendererTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportBaseCellTest.php b/tests/app/Report/ReportBaseCellTest.php
index ba34cf2902..bde9fd56c5 100644
--- a/tests/app/Report/ReportBaseCellTest.php
+++ b/tests/app/Report/ReportBaseCellTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportBaseElementTest.php b/tests/app/Report/ReportBaseElementTest.php
index a3dc9d5fd8..5ef5187a0d 100644
--- a/tests/app/Report/ReportBaseElementTest.php
+++ b/tests/app/Report/ReportBaseElementTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportBaseFootnoteTest.php b/tests/app/Report/ReportBaseFootnoteTest.php
index 7a79e83e79..974a90e5e5 100644
--- a/tests/app/Report/ReportBaseFootnoteTest.php
+++ b/tests/app/Report/ReportBaseFootnoteTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportBaseImageTest.php b/tests/app/Report/ReportBaseImageTest.php
index 881685d6b0..40e85e5edc 100644
--- a/tests/app/Report/ReportBaseImageTest.php
+++ b/tests/app/Report/ReportBaseImageTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportBaseLineTest.php b/tests/app/Report/ReportBaseLineTest.php
index 27a8632d63..dc9517dfa3 100644
--- a/tests/app/Report/ReportBaseLineTest.php
+++ b/tests/app/Report/ReportBaseLineTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportBaseTextTest.php b/tests/app/Report/ReportBaseTextTest.php
index 57f9771ac7..98a8f2a09a 100644
--- a/tests/app/Report/ReportBaseTextTest.php
+++ b/tests/app/Report/ReportBaseTextTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportBaseTextboxTest.php b/tests/app/Report/ReportBaseTextboxTest.php
index 919870811b..ada0a30fd0 100644
--- a/tests/app/Report/ReportBaseTextboxTest.php
+++ b/tests/app/Report/ReportBaseTextboxTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportExpressionLanguageProviderTest.php b/tests/app/Report/ReportExpressionLanguageProviderTest.php
index d193ef186f..0787ee7c0e 100644
--- a/tests/app/Report/ReportExpressionLanguageProviderTest.php
+++ b/tests/app/Report/ReportExpressionLanguageProviderTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportHtmlCellTest.php b/tests/app/Report/ReportHtmlCellTest.php
index 2f90cbf304..101b551ff8 100644
--- a/tests/app/Report/ReportHtmlCellTest.php
+++ b/tests/app/Report/ReportHtmlCellTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportHtmlFootnoteTest.php b/tests/app/Report/ReportHtmlFootnoteTest.php
index 7ed5c7010b..179f79b158 100644
--- a/tests/app/Report/ReportHtmlFootnoteTest.php
+++ b/tests/app/Report/ReportHtmlFootnoteTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportHtmlImageTest.php b/tests/app/Report/ReportHtmlImageTest.php
index cdfe89c3b2..6a61ccd163 100644
--- a/tests/app/Report/ReportHtmlImageTest.php
+++ b/tests/app/Report/ReportHtmlImageTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportHtmlLineTest.php b/tests/app/Report/ReportHtmlLineTest.php
index 47f0e2a5fa..a6e49bf62f 100644
--- a/tests/app/Report/ReportHtmlLineTest.php
+++ b/tests/app/Report/ReportHtmlLineTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportHtmlTextTest.php b/tests/app/Report/ReportHtmlTextTest.php
index 070cdf8b5b..3ac608848b 100644
--- a/tests/app/Report/ReportHtmlTextTest.php
+++ b/tests/app/Report/ReportHtmlTextTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportHtmlTextboxTest.php b/tests/app/Report/ReportHtmlTextboxTest.php
index 67da01b612..f6dc728b35 100644
--- a/tests/app/Report/ReportHtmlTextboxTest.php
+++ b/tests/app/Report/ReportHtmlTextboxTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportParserBaseTest.php b/tests/app/Report/ReportParserBaseTest.php
index 08645c9e6e..1efa927123 100644
--- a/tests/app/Report/ReportParserBaseTest.php
+++ b/tests/app/Report/ReportParserBaseTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportParserGenerateTest.php b/tests/app/Report/ReportParserGenerateTest.php
index 1bdb0e8097..99771c6bd5 100644
--- a/tests/app/Report/ReportParserGenerateTest.php
+++ b/tests/app/Report/ReportParserGenerateTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportParserSetupTest.php b/tests/app/Report/ReportParserSetupTest.php
index 4389d5f310..e7479d397c 100644
--- a/tests/app/Report/ReportParserSetupTest.php
+++ b/tests/app/Report/ReportParserSetupTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportPdfCellTest.php b/tests/app/Report/ReportPdfCellTest.php
index 7f7a2aa67a..6ed7b1b443 100644
--- a/tests/app/Report/ReportPdfCellTest.php
+++ b/tests/app/Report/ReportPdfCellTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportPdfFootnoteTest.php b/tests/app/Report/ReportPdfFootnoteTest.php
index 7d95b98da6..7fee55c8be 100644
--- a/tests/app/Report/ReportPdfFootnoteTest.php
+++ b/tests/app/Report/ReportPdfFootnoteTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportPdfImageTest.php b/tests/app/Report/ReportPdfImageTest.php
index d1e84defbe..41d2706ce3 100644
--- a/tests/app/Report/ReportPdfImageTest.php
+++ b/tests/app/Report/ReportPdfImageTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportPdfLineTest.php b/tests/app/Report/ReportPdfLineTest.php
index aea52afae8..9eebaad4bd 100644
--- a/tests/app/Report/ReportPdfLineTest.php
+++ b/tests/app/Report/ReportPdfLineTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportPdfTextBoxTest.php b/tests/app/Report/ReportPdfTextBoxTest.php
index 2dce1df80b..f3baf45f16 100644
--- a/tests/app/Report/ReportPdfTextBoxTest.php
+++ b/tests/app/Report/ReportPdfTextBoxTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/ReportPdfTextTest.php b/tests/app/Report/ReportPdfTextTest.php
index e59231d1ad..2a679e9692 100644
--- a/tests/app/Report/ReportPdfTextTest.php
+++ b/tests/app/Report/ReportPdfTextTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/RightToLeftSupportTest.php b/tests/app/Report/RightToLeftSupportTest.php
index b3dd213a00..325a55395d 100644
--- a/tests/app/Report/RightToLeftSupportTest.php
+++ b/tests/app/Report/RightToLeftSupportTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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/tests/app/Report/TcpdfWrapperTest.php b/tests/app/Report/TcpdfWrapperTest.php
index 3f021ab047..8204fb4fe7 100644
--- a/tests/app/Report/TcpdfWrapperTest.php
+++ b/tests/app/Report/TcpdfWrapperTest.php
@@ -2,7 +2,7 @@
/**
* webtrees: online genealogy
- * Copyright (C) 2025 webtrees development team
+ * Copyright (C) 2026 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