-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify wording of "@license GPL-2.0+" lines
- Loading branch information
1 parent
b711aab
commit e87b9ae
Showing
63 changed files
with
63 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* RequireJS configuration | ||
* Basic RequireJS configuration object expanded with the list of test modules. | ||
* | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
this.config = ( function() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* } ); | ||
* testRunner.start(); | ||
* | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* PhantomJS test runner module corresponding to the native test runner implementation. | ||
* | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* PhantomJS test runner. | ||
* PhantomJS will exit with an error code if one ore more tests fail. | ||
* | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
/* global phantom, require, console */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
/** | ||
* Globe coordinate formatter. | ||
* @class globeCoordinate.Formatter | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
/** | ||
* Globe coordinate object. | ||
* @class globeCoordinate.GlobeCoordinate | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* VERSION: 0.1 | ||
* @class globeCoordinate | ||
* @singleton | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Denny Vrandečić | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* @author H. Snater < [email protected] > | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ this.util = this.util || {}; | |
|
||
/** | ||
* Helper for prototypical inheritance. | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* | ||
* @param {string|Function} [nameOrBase] The name of the new constructor (currently not used). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* @class dataValues | ||
* @singleton | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
*/ | ||
this.dataValues = new ( function Dv() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* @author H. Snater < [email protected] > | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ function assertIsValueFormatterConstructor( Formatter ) { | |
* Store managing ValueFormatter instances. | ||
* @class valueFormatters.ValueFormatterStore | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ var PARENT = vf.ValueFormatter; | |
* @class valueFormatters.NullFormatter | ||
* @extends valueFormatters.ValueFormatter | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = vf.ValueFormatter; | |
* @class valueFormatters.StringFormatter | ||
* @extends valueFormatters.ValueFormatter | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @class valueFormatters.ValueFormatter | ||
* @abstract | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @codeCoverageIgnoreStart | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ function assertIsValueParserConstructor( Parser ) { | |
* Store managing ValueParser instances. | ||
* @class valueParsers.ValueParserStore | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = vp.ValueParser; | |
* @class valueParsers.BoolParser | ||
* @extends valueParsers.ValueParser | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = vp.ValueParser; | |
* @class valueParsers.FloatParser | ||
* @extends valueParsers.ValueParser | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = vp.ValueParser; | |
* @class valueParsers.IntParser | ||
* @extends valueParsers.ValueParser | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ var PARENT = vp.ValueParser, | |
* @class valueParsers.NullParser | ||
* @extends valueParsers.ValueParser | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = vp.ValueParser; | |
* @class valueParsers.StringParser | ||
* @extends valueParsers.ValueParser | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* @class valueParsers.ValueParser | ||
* @abstract | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
* @author Daniel Werner < [email protected] > | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.BoolValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.DecimalValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @param {string|number} value | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.GlobeCoordinateValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.MonolingualTextValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* @author Jeroen De Dauw < [email protected] > | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.MultilingualTextValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
* @author Daniel Werner < [email protected] > | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.NumberValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @class dataValues.QuantityValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* @author H. Snater < [email protected] > | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.StringValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner | ||
* @author Jeroen De Dauw < [email protected] > | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.TimeValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* @author Thiemo Mättig | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.UnDeserializableValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Daniel Werner < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ var PARENT = dv.DataValue; | |
* @class dataValues.UnknownValue | ||
* @extends dataValues.DataValue | ||
* @since 0.1 | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
* | ||
* @constructor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
define( [ | ||
|
2 changes: 1 addition & 1 deletion
2
tests/lib/globeCoordinate/globeCoordinate.GlobeCoordinate.tests.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
* @author Thiemo Mättig | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
define( [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
*/ | ||
define( [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
*/ | ||
define( [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
define( [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
define( [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
define( [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
( function( vf, util, $, QUnit ) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author H. Snater < [email protected] > | ||
*/ | ||
define( [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* @licence GNU GPL v2+ | ||
* @license GPL-2.0+ | ||
* @author Jeroen De Dauw < [email protected] > | ||
*/ | ||
define( [ | ||
|
Oops, something went wrong.