summaryrefslogtreecommitdiff
path: root/app/Cli
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 /app/Cli
parentd371bd1b73ac6ee722f48a9a7a6bdebf8002bf13 (diff)
downloadwebtrees-eba97aa25b0ad2881a3890b8c4a35143d95e1e70.tar.gz
webtrees-eba97aa25b0ad2881a3890b8c4a35143d95e1e70.tar.bz2
webtrees-eba97aa25b0ad2881a3890b8c4a35143d95e1e70.zip
Update copyright year. It is 2026
Diffstat (limited to 'app/Cli')
-rw-r--r--app/Cli/Commands/AbstractCommand.php2
-rw-r--r--app/Cli/Commands/CompilePoFiles.php2
-rw-r--r--app/Cli/Commands/ConfigIni.php2
-rw-r--r--app/Cli/Commands/SiteOffline.php2
-rw-r--r--app/Cli/Commands/SiteOnline.php2
-rw-r--r--app/Cli/Commands/SiteSetting.php2
-rw-r--r--app/Cli/Commands/TreeEdit.php2
-rw-r--r--app/Cli/Commands/TreeExport.php2
-rw-r--r--app/Cli/Commands/TreeImport.php2
-rw-r--r--app/Cli/Commands/TreeList.php2
-rw-r--r--app/Cli/Commands/TreeSetting.php2
-rw-r--r--app/Cli/Commands/UserEdit.php2
-rw-r--r--app/Cli/Commands/UserList.php2
-rw-r--r--app/Cli/Commands/UserSetting.php2
-rw-r--r--app/Cli/Commands/UserTreeSetting.php2
-rw-r--r--app/Cli/Console.php2
16 files changed, 16 insertions, 16 deletions
diff --git a/app/Cli/Commands/AbstractCommand.php b/app/Cli/Commands/AbstractCommand.php
index f26079f110..7e5b301b85 100644
--- a/app/Cli/Commands/AbstractCommand.php
+++ b/app/Cli/Commands/AbstractCommand.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/app/Cli/Commands/CompilePoFiles.php b/app/Cli/Commands/CompilePoFiles.php
index c61470b5e2..ee1dbe0feb 100644
--- a/app/Cli/Commands/CompilePoFiles.php
+++ b/app/Cli/Commands/CompilePoFiles.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/app/Cli/Commands/ConfigIni.php b/app/Cli/Commands/ConfigIni.php
index 7e9d37b68b..4dac10a154 100644
--- a/app/Cli/Commands/ConfigIni.php
+++ b/app/Cli/Commands/ConfigIni.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/app/Cli/Commands/SiteOffline.php b/app/Cli/Commands/SiteOffline.php
index bea84691e2..cfbb41c5ca 100644
--- a/app/Cli/Commands/SiteOffline.php
+++ b/app/Cli/Commands/SiteOffline.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/app/Cli/Commands/SiteOnline.php b/app/Cli/Commands/SiteOnline.php
index 77f4680def..6b62c343eb 100644
--- a/app/Cli/Commands/SiteOnline.php
+++ b/app/Cli/Commands/SiteOnline.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/app/Cli/Commands/SiteSetting.php b/app/Cli/Commands/SiteSetting.php
index 92157e354c..6d502c65da 100644
--- a/app/Cli/Commands/SiteSetting.php
+++ b/app/Cli/Commands/SiteSetting.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/app/Cli/Commands/TreeEdit.php b/app/Cli/Commands/TreeEdit.php
index 22b59ecac0..8fdb6f1855 100644
--- a/app/Cli/Commands/TreeEdit.php
+++ b/app/Cli/Commands/TreeEdit.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/app/Cli/Commands/TreeExport.php b/app/Cli/Commands/TreeExport.php
index dbb64a3da4..83fd5d9c73 100644
--- a/app/Cli/Commands/TreeExport.php
+++ b/app/Cli/Commands/TreeExport.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/app/Cli/Commands/TreeImport.php b/app/Cli/Commands/TreeImport.php
index 5bab9681ea..bdf36ea6c2 100644
--- a/app/Cli/Commands/TreeImport.php
+++ b/app/Cli/Commands/TreeImport.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/app/Cli/Commands/TreeList.php b/app/Cli/Commands/TreeList.php
index 3aefa9f579..93a797f6d3 100644
--- a/app/Cli/Commands/TreeList.php
+++ b/app/Cli/Commands/TreeList.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/app/Cli/Commands/TreeSetting.php b/app/Cli/Commands/TreeSetting.php
index b325d3b85c..5199b69bee 100644
--- a/app/Cli/Commands/TreeSetting.php
+++ b/app/Cli/Commands/TreeSetting.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/app/Cli/Commands/UserEdit.php b/app/Cli/Commands/UserEdit.php
index 1139a5a24f..198cd51b98 100644
--- a/app/Cli/Commands/UserEdit.php
+++ b/app/Cli/Commands/UserEdit.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/app/Cli/Commands/UserList.php b/app/Cli/Commands/UserList.php
index 16f0d8b606..95c57db83b 100644
--- a/app/Cli/Commands/UserList.php
+++ b/app/Cli/Commands/UserList.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/app/Cli/Commands/UserSetting.php b/app/Cli/Commands/UserSetting.php
index 1c3e28539c..ad5abf4bdd 100644
--- a/app/Cli/Commands/UserSetting.php
+++ b/app/Cli/Commands/UserSetting.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/app/Cli/Commands/UserTreeSetting.php b/app/Cli/Commands/UserTreeSetting.php
index 616d2bec43..d42a563102 100644
--- a/app/Cli/Commands/UserTreeSetting.php
+++ b/app/Cli/Commands/UserTreeSetting.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/app/Cli/Console.php b/app/Cli/Console.php
index fedda1f002..447d2f2cdc 100644
--- a/app/Cli/Console.php
+++ b/app/Cli/Console.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