summaryrefslogtreecommitdiff
path: root/app/Cli
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/Cli
parent084926c04b051183258562d2ce407b802cf700aa (diff)
downloadwebtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.gz
webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.tar.bz2
webtrees-198bde4f76ce7c412d31895f04c2378104ec4c14.zip
It's 2025. Update copyright date.
Diffstat (limited to 'app/Cli')
-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/TreeCreate.php2
-rw-r--r--app/Cli/Commands/TreeExport.php2
-rw-r--r--app/Cli/Commands/TreeList.php2
-rw-r--r--app/Cli/Commands/TreeSetting.php2
-rw-r--r--app/Cli/Commands/UserCreate.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
14 files changed, 14 insertions, 14 deletions
diff --git a/app/Cli/Commands/CompilePoFiles.php b/app/Cli/Commands/CompilePoFiles.php
index 215cc5059d..af84eda843 100644
--- a/app/Cli/Commands/CompilePoFiles.php
+++ b/app/Cli/Commands/CompilePoFiles.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/Cli/Commands/ConfigIni.php b/app/Cli/Commands/ConfigIni.php
index 9ca11ddd06..357535579c 100644
--- a/app/Cli/Commands/ConfigIni.php
+++ b/app/Cli/Commands/ConfigIni.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/Cli/Commands/SiteOffline.php b/app/Cli/Commands/SiteOffline.php
index e8dbae0938..238a9a0458 100644
--- a/app/Cli/Commands/SiteOffline.php
+++ b/app/Cli/Commands/SiteOffline.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/Cli/Commands/SiteOnline.php b/app/Cli/Commands/SiteOnline.php
index 86c825e3a5..9323543a69 100644
--- a/app/Cli/Commands/SiteOnline.php
+++ b/app/Cli/Commands/SiteOnline.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/Cli/Commands/SiteSetting.php b/app/Cli/Commands/SiteSetting.php
index ae8cecca25..beb0fcd869 100644
--- a/app/Cli/Commands/SiteSetting.php
+++ b/app/Cli/Commands/SiteSetting.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/Cli/Commands/TreeCreate.php b/app/Cli/Commands/TreeCreate.php
index ba9e1f3aae..06c0f453a7 100644
--- a/app/Cli/Commands/TreeCreate.php
+++ b/app/Cli/Commands/TreeCreate.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/Cli/Commands/TreeExport.php b/app/Cli/Commands/TreeExport.php
index 3038a528e9..b1e1ef88b9 100644
--- a/app/Cli/Commands/TreeExport.php
+++ b/app/Cli/Commands/TreeExport.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/Cli/Commands/TreeList.php b/app/Cli/Commands/TreeList.php
index 32277d86d7..7f951e5340 100644
--- a/app/Cli/Commands/TreeList.php
+++ b/app/Cli/Commands/TreeList.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/Cli/Commands/TreeSetting.php b/app/Cli/Commands/TreeSetting.php
index 65957631ad..6d2708f3c9 100644
--- a/app/Cli/Commands/TreeSetting.php
+++ b/app/Cli/Commands/TreeSetting.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/Cli/Commands/UserCreate.php b/app/Cli/Commands/UserCreate.php
index 3bf95cd4c1..334d24dcb8 100644
--- a/app/Cli/Commands/UserCreate.php
+++ b/app/Cli/Commands/UserCreate.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/Cli/Commands/UserList.php b/app/Cli/Commands/UserList.php
index 61d8a73ab1..4ec5a41b8c 100644
--- a/app/Cli/Commands/UserList.php
+++ b/app/Cli/Commands/UserList.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/Cli/Commands/UserSetting.php b/app/Cli/Commands/UserSetting.php
index e93d27428c..7df92d8ea4 100644
--- a/app/Cli/Commands/UserSetting.php
+++ b/app/Cli/Commands/UserSetting.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/Cli/Commands/UserTreeSetting.php b/app/Cli/Commands/UserTreeSetting.php
index 2f91804d12..eaed1f26ba 100644
--- a/app/Cli/Commands/UserTreeSetting.php
+++ b/app/Cli/Commands/UserTreeSetting.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/Cli/Console.php b/app/Cli/Console.php
index 67372baf66..e0360e8d24 100644
--- a/app/Cli/Console.php
+++ b/app/Cli/Console.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