Skip to content

Commit b31df27

Browse files
committed
1 parent 64bdf05 commit b31df27

Some content is hidden

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

58 files changed

+58
-58
lines changed

resources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* @licence GNU GPL v2+
4+
* @license GPL-2.0+
55
* @author Daniel Werner
66
* @author H. Snater < [email protected] >
77
*

src/Claim.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Object featuring a main snak and a list of qualifiers.
66
* @class wikibase.datamodel.Claim
77
* @since 0.3
8-
* @licence GNU GPL v2+
8+
* @license GPL-2.0+
99
* @author Daniel Werner < [email protected] >
1010
*
1111
* @constructor

src/ClaimGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var PARENT = wb.datamodel.Group;
88
* @class wikibase.datamodel.ClaimGroup
99
* @extends wikibase.datamodel.Group
1010
* @since 1.0
11-
* @licence GNU GPL v2+
11+
* @license GPL-2.0+
1212
* @author H. Snater < [email protected] >
1313
*
1414
* @constructor

src/ClaimGroupSet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var PARENT = wb.datamodel.Set;
88
* @class wikibase.datamodel.ClaimGroupSet
99
* @extends wikibase.datamodel.Set
1010
* @since 1.0
11-
* @licence GNU GPL v2+
11+
* @license GPL-2.0+
1212
* @author H. Snater < [email protected] >
1313
*
1414
* @constructor

src/ClaimList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var PARENT = wb.datamodel.List;
77
* List of Claim objects.
88
* @class wikibase.datamodel.ClaimList
99
* @since 1.0
10-
* @licence GNU GPL v2+
10+
* @license GPL-2.0+
1111
* @author H. Snater < [email protected] >
1212
*
1313
* @constructor

src/Entity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @class wikibase.datamodel.Entity
77
* @abstract
88
* @since 0.3
9-
* @licence GNU GPL v2+
9+
* @license GPL-2.0+
1010
* @author H. Snater < [email protected] >
1111
*
1212
* @constructor

src/EntityId.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var PARENT = dv.DataValue;
88
* @class wikibase.datamodel.EntityId
99
* @extends dataValues.DataValue
1010
* @since 0.3
11-
* @licence GNU GPL v2+
11+
* @license GPL-2.0+
1212
* @author Jeroen De Dauw < [email protected] >
1313
*
1414
* @constructor

src/Fingerprint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Container for sets of labels, descriptions and aliases.
66
* @class wikibase.datamodel.Fingerprint
77
* @since 1.0
8-
* @licence GNU GPL v2+
8+
* @license GPL-2.0+
99
* @author H. Snater < [email protected] >
1010
*
1111
* @constructor

src/Group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* References a container of which all items feature the key specified with the Group.
66
* @class wikibase.datamodel.Group
77
* @since 1.0
8-
* @licence GNU GPL v2+
8+
* @license GPL-2.0+
99
* @author H. Snater < [email protected] >
1010
*
1111
* @constructor

src/GroupableCollection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @class wikibase.datamodel.GroupableCollection
77
* @abstract
88
* @since 1.0
9-
* @licence GNU GPL v2+
9+
* @license GPL-2.0+
1010
* @author H. Snater < [email protected] >
1111
*
1212
* @constructor

0 commit comments

Comments
 (0)