Skip to content

Commit 26a4222

Browse files
committed
Merge pull request #658 from wmde/licenseTags
Unify wording of "@license GPL-2.0+" lines
2 parents da504ba + 19ad767 commit 26a4222

99 files changed

Lines changed: 99 additions & 99 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

WikibaseDataModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Entry point for the Wikibase DataModel component.
55
*
6-
* @licence GNU GPL v2+
6+
* @license GPL-2.0+
77
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
88
*/
99

src/ByPropertyIdArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @since 0.2
4141
* @deprecated since 5.0, use a DataModel Service instead
4242
*
43-
* @licence GNU GPL v2+
43+
* @license GPL-2.0+
4444
* @author H. Snater < mediawiki@snater.com >
4545
*/
4646
class ByPropertyIdArray extends ArrayObject {

src/Entity/BasicEntityIdParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @since 4.2
99
*
10-
* @licence GNU GPL v2+
10+
* @license GPL-2.0+
1111
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1212
*/
1313
class BasicEntityIdParser implements EntityIdParser {

src/Entity/DispatchingEntityIdParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @since 4.2
99
*
10-
* @licence GNU GPL v2+
10+
* @license GPL-2.0+
1111
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1212
*/
1313
class DispatchingEntityIdParser implements EntityIdParser {

src/Entity/EntityDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @since 0.8.2
1313
*
14-
* @licence GNU GPL v2+
14+
* @license GPL-2.0+
1515
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1616
* @author Bene* < benestar.wikimedia@gmail.com >
1717
*/

src/Entity/EntityId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Constructor non-public since 1.0
1111
* Abstract since 2.0
1212
*
13-
* @licence GNU GPL v2+
13+
* @license GPL-2.0+
1414
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1515
*/
1616
abstract class EntityId implements Comparable, Serializable {

src/Entity/EntityIdParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @since 4.2
99
*
10-
* @licence GNU GPL v2+
10+
* @license GPL-2.0+
1111
* @author Addshore
1212
*/
1313
interface EntityIdParser {

src/Entity/EntityIdParsingException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @since 4.2
99
*
10-
* @licence GNU GPL v2+
10+
* @license GPL-2.0+
1111
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1212
*/
1313
class EntityIdParsingException extends RuntimeException {

src/Entity/EntityIdValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* @since 0.5
1212
*
13-
* @licence GNU GPL v2+
13+
* @license GPL-2.0+
1414
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
1515
*/
1616
class EntityIdValue extends DataValueObject {

src/Entity/EntityRedirect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @since 4.2
1111
*
12-
* @licence GNU GPL v2+
12+
* @license GPL-2.0+
1313
* @author Daniel Kinzler
1414
*/
1515
class EntityRedirect {

0 commit comments

Comments
 (0)