Skip to content

Commit 20ed78e

Browse files
committed
Updated copyright to 2025
1 parent 0387604 commit 20ed78e

20 files changed

+40
-40
lines changed

autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* Fancy Research Links (webtrees custom module):
99
* Copyright (C) 2022 Carmen Just
1010
* <https://justcarmen.nl>
1111
*
1212
* OAuth2Client (webtrees custom module):
13-
* Copyright (C) 2024 Markus Hemprich
13+
* Copyright (C) 2025 Markus Hemprich
1414
* <http://www.familienforschung-hemprich.de>
1515
*
1616
* This program is free software: you can redistribute it and/or modify

module.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* Fancy Research Links (webtrees custom module):
99
* Copyright (C) 2022 Carmen Just
1010
* <https://justcarmen.nl>
1111
*
1212
* OAuth2Client (webtrees custom module):
13-
* Copyright (C) 2024 Markus Hemprich
13+
* Copyright (C) 2025 Markus Hemprich
1414
* <http://www.familienforschung-hemprich.de>
1515
*
1616
* This program is free software: you can redistribute it and/or modify

src/AuthorizationProviderUser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* OAuth2Client (webtrees custom module):
9-
* Copyright (C) 2024 Markus Hemprich
9+
* Copyright (C) 2025 Markus Hemprich
1010
* <http://www.familienforschung-hemprich.de>
1111
*
1212
* This program is free software: you can redistribute it and/or modify

src/Contracts/AuthorizationProviderInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* OAuth2Client (webtrees custom module):
9-
* Copyright (C) 2024 Markus Hemprich
9+
* Copyright (C) 2025 Markus Hemprich
1010
* <http://www.familienforschung-hemprich.de>
1111
*
1212
* This program is free software: you can redistribute it and/or modify

src/Exceptions/OAuth2ClientlException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* OAuth2Client (webtrees custom module):
9-
* Copyright (C) 2024 Markus Hemprich
9+
* Copyright (C) 2025 Markus Hemprich
1010
* <http://www.familienforschung-hemprich.de>
1111
*
1212
* This program is free software: you can redistribute it and/or modify

src/Factories/AuthorizationProviderFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* OAuth2Client (webtrees custom module):
9-
* Copyright (C) 2024 Markus Hemprich
9+
* Copyright (C) 2025 Markus Hemprich
1010
* <http://www.familienforschung-hemprich.de>
1111
*
1212
* This program is free software: you can redistribute it and/or modify

src/LoginWithAuthorizationProviderAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* OAuth2Client (webtrees custom module):
9-
* Copyright (C) 2024 Markus Hemprich
9+
* Copyright (C) 2025 Markus Hemprich
1010
* <http://www.familienforschung-hemprich.de>
1111
*
1212
* This program is free software: you can redistribute it and/or modify

src/OAuth2Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* Fancy Research Links (webtrees custom module):
99
* Copyright (C) 2022 Carmen Just
1010
* <https://justcarmen.nl>
1111
*
1212
* OAuth2Client (webtrees custom module):
13-
* Copyright (C) 2024 Markus Hemprich
13+
* Copyright (C) 2025 Markus Hemprich
1414
* <http://www.familienforschung-hemprich.de>
1515
*
1616
* This program is free software: you can redistribute it and/or modify

src/Provider/AbstractAuthorizationProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* OAuth2Client (webtrees custom module):
9-
* Copyright (C) 2024 Markus Hemprich
9+
* Copyright (C) 2025 Markus Hemprich
1010
* <http://www.familienforschung-hemprich.de>
1111
*
1212
* This program is free software: you can redistribute it and/or modify

src/Provider/DropboxAuthorizationProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/**
44
* webtrees: online genealogy
5-
* Copyright (C) 2024 webtrees development team
5+
* Copyright (C) 2025 webtrees development team
66
* <http://webtrees.net>
77
*
88
* OAuth2Client (webtrees custom module):
9-
* Copyright (C) 2024 Markus Hemprich
9+
* Copyright (C) 2025 Markus Hemprich
1010
* <http://www.familienforschung-hemprich.de>
1111
*
1212
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)