Skip to content

Commit

Permalink
Use Daniel Werners preferred email address
Browse files Browse the repository at this point in the history
I contacted Daniel Werner and asked him which email address he preferrs.
I had two reasons to touch this:
* Daniels wikimedia.de email does not exist any more.
* He used so many different @author tags and I wanted to unify them.
  • Loading branch information
thiemowmde committed Jan 8, 2018
1 parent 3b9f7b1 commit 6d68692
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/util/util.inherit.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ this.util = this.util || {};
/**
* Helper for prototypical inheritance.
* @license GPL-2.0+
* @author Daniel Werner < daniel.werner@wikimedia.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*
* @param {string|Function} [nameOrBase] The name of the new constructor (currently not used).
* This is handy for debugging purposes since instances of the constructor might be
Expand Down
2 changes: 1 addition & 1 deletion src/valueParsers/parsers/StringParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var PARENT = vp.ValueParser;
* @extends valueParsers.ValueParser
* @since 0.1
* @license GPL-2.0+
* @author Daniel Werner < danweetz@web.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*
* @constructor
*/
Expand Down
2 changes: 1 addition & 1 deletion src/values/MonolingualTextValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var PARENT = dv.DataValue;
* @extends dataValues.DataValue
* @since 0.1
* @license GPL-2.0+
* @author Daniel Werner < daniel.werner@wikimedia.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
*
* @constructor
Expand Down
2 changes: 1 addition & 1 deletion src/values/MultilingualTextValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var PARENT = dv.DataValue;
* @since 0.1
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Daniel Werner < daniel.werner@wikimedia.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*
* @constructor
*
Expand Down
2 changes: 1 addition & 1 deletion src/values/NumberValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var PARENT = dv.DataValue;
* @extends dataValues.DataValue
* @since 0.1
* @license GPL-2.0+
* @author Daniel Werner < danweetz@web.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*
* @constructor
*
Expand Down
2 changes: 1 addition & 1 deletion src/values/UnDeserializableValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var PARENT = dv.DataValue;
* @extends dataValues.DataValue
* @since 0.1
* @license GPL-2.0+
* @author Daniel Werner < daniel.werner@wikimedia.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*
* @constructor
*
Expand Down
2 changes: 1 addition & 1 deletion tests/src/valueParsers/parsers/FloatParser.tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license GPL-2.0+
* @author Daniel Werner < danweetz@web.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*/
( function( vp, dv, util ) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion tests/src/valueParsers/parsers/StringParser.tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license GPL-2.0+
* @author Daniel Werner < danweetz@web.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*/
( function( vp, dv, util ) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion tests/src/valueParsers/valueParsers.tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license GPL-2.0+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
* @author Daniel Werner < danweetz@web.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*/
( function( vp, dv, util, $, QUnit ) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion tests/src/values/NumberValue.tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license GPL-2.0+
* @author Daniel Werner < danweetz@web.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*/
( function( dv, util ) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion tests/src/values/TimeValue.tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license GPL-2.0+
* @author Daniel Werner < daniel.werner@wikimedia.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*/
( function( dv, util ) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion tests/src/values/UnDeserializableValue.tests.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license GPL-2.0+
* @author Daniel Werner < daniel.werner@wikimedia.de >
* @author Daniel Werner < daniel.a.r.werner@gmail.com >
*/
( function( dv, util, $ ) {
'use strict';
Expand Down

0 comments on commit 6d68692

Please sign in to comment.