Skip to content

Commit 5c2c3b7

Browse files
committed
Family name of Thiemo changed
1 parent eb66561 commit 5c2c3b7

22 files changed

Lines changed: 22 additions & 22 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ run style checks use `composer cs`.
6666
### Development
6767

6868
Wikibase DataModel has been written by [Jeroen De Dauw](https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw)
69-
and Thiemo Mättig as [Wikimedia Germany](https://wikimedia.de) employees for the [Wikidata project](https://wikidata.org/).
69+
and Thiemo Kreuz as [Wikimedia Germany](https://wikimedia.de) employees for the [Wikidata project](https://wikidata.org/).
7070

7171
Contributions were also made by [several other people](https://www.ohloh.net/p/wikibasedatamodel/contributors?sort=commits).
7272

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"homepage": "http://jeroendedauw.com"
1717
},
1818
{
19-
"name": "Thiemo Mättig"
19+
"name": "Thiemo Kreuz"
2020
}
2121
],
2222
"support": {

src/Entity/EntityIdValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @license GPL-2.0+
1414
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
15-
* @author Thiemo Mättig
15+
* @author Thiemo Kreuz
1616
* @author Daniel Kinzler
1717
*/
1818
class EntityIdValue extends DataValueObject {

src/Entity/Int32EntityId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @since 6.1
1818
*
1919
* @license GPL-2.0+
20-
* @author Thiemo Mättig
20+
* @author Thiemo Kreuz
2121
*/
2222
interface Int32EntityId {
2323

src/Entity/ItemIdParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @since 4.4
1313
*
1414
* @license GPL-2.0+
15-
* @author Thiemo Mättig
15+
* @author Thiemo Kreuz
1616
*/
1717
class ItemIdParser implements EntityIdParser {
1818

src/ReferenceList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @license GPL-2.0+
2323
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
2424
* @author H. Snater < mediawiki@snater.com >
25-
* @author Thiemo Mättig
25+
* @author Thiemo Kreuz
2626
* @author Bene* < benestar.wikimedia@gmail.com >
2727
*/
2828
class ReferenceList implements Comparable, Countable, IteratorAggregate, Serializable {

src/SiteLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* @license GPL-2.0+
1919
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
2020
* @author Michał Łazowik
21-
* @author Thiemo Mättig
21+
* @author Thiemo Kreuz
2222
*/
2323
class SiteLink implements Comparable {
2424

src/Statement/StatementList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @license GPL-2.0+
2727
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
2828
* @author Bene* < benestar.wikimedia@gmail.com >
29-
* @author Thiemo Mättig
29+
* @author Thiemo Kreuz
3030
*/
3131
class StatementList implements IteratorAggregate, Comparable, Countable {
3232

src/Statement/StatementListHolder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* gives the guarantee to return an object by reference. Changes to that object change the entity.
1111
*
1212
* @license GPL-2.0+
13-
* @author Thiemo Mättig
13+
* @author Thiemo Kreuz
1414
*/
1515
interface StatementListHolder extends StatementListProvider {
1616

src/Term/Fingerprint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @license GPL-2.0+
1717
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
18-
* @author Thiemo Mättig
18+
* @author Thiemo Kreuz
1919
*/
2020
class Fingerprint implements Comparable, LabelsProvider, DescriptionsProvider, AliasesProvider {
2121

0 commit comments

Comments
 (0)