aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2016-04-06 13:06:40 -0400
committerScott González <scott.gonzalez@gmail.com>2016-04-06 13:06:40 -0400
commit48257cd9cac0584ce399042b2d804526efd7beae (patch)
tree1900fc5fc44f936d6ae122ea6fd01c4c91df56a5
parent34fc97eb263b26510e44c181725b8d402f4c17d0 (diff)
downloadjquery-ui-48257cd9cac0584ce399042b2d804526efd7beae.tar.gz
jquery-ui-48257cd9cac0584ce399042b2d804526efd7beae.zip
Build: Adjust author info for Dan Strohl
-rw-r--r--.mailmap1
-rw-r--r--AUTHORS.txt1
-rw-r--r--Gruntfile.js4
3 files changed, 5 insertions, 1 deletions
diff --git a/.mailmap b/.mailmap
index 7e1ee20bc..c230dae2f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -17,6 +17,7 @@ Christoph Rönsch <christoph.roensch@arcor.de>
Corey Frang <gnarf37@gmail.com> <gnarf@gnarf.net>
Courtland Allen <courtlandallen@gmail.com>
Dan Streetman <ddstreet@ieee.org>
+Dan Strohl <dstrohl@users.noreply.github.com>
Danny Trunk <dtrunk90@gmail.com> <dtrunk90@googlemail.com>
David De Sloovere <david.desloovere@outlook.com> <david.desloovere@hotmail.com>
David Murdoch <david@davidmurdoch.com> <musicisair@yahoo.com>
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 8be1bf71d..015200643 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -321,3 +321,4 @@ Piotr Baran <piotros@wp.pl>
Mukul Hase <mukulhase@gmail.com>
Konstantin Dinev <kdinev@mail.bw.edu>
Rand Scullard <rand@randscullard.com>
+Dan Strohl
diff --git a/Gruntfile.js b/Gruntfile.js
index 75f404f5f..fcd8609c6 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -390,7 +390,9 @@ grunt.registerTask( "update-authors", function() {
}
authors = authors.map(function( author ) {
- if ( author.match( /^Jacek Jędrzejewski </ ) ) {
+ if ( author.match( /^Dan Strohl </ ) ) {
+ return "Dan Strohl";
+ } else if ( author.match( /^Jacek Jędrzejewski </ ) ) {
return "Jacek Jędrzejewski (http://jacek.jedrzejewski.name)";
} else if ( author.match( /^Pawel Maruszczyk </ ) ) {
return "Pawel Maruszczyk (http://hrabstwo.net)";