Added Eric C. Thauvin as author

This commit is contained in:
Geert Bevin 2022-12-31 12:18:29 -05:00
parent 12d7fd7941
commit 34d109d778
2 changed files with 7 additions and 0 deletions

View file

@ -69,6 +69,12 @@ publishing {
name.set("Geert Bevin")
email.set("gbevin@uwyn.com")
}
developer {
id.set("ethauvin")
name.set("Erik C. Thauvin")
email.set("erik@thauvin.net")
url.set("https://erik.thauvin.net/")
}
}
scm {
connection.set("scm:git:https://github.com/gbevin/urlencoder.git")

View file

@ -13,6 +13,7 @@ import java.util.BitSet;
* Rules determined by <a href="https://www.rfc-editor.org/rfc/rfc3986#page-13">RFC 3986</a>.
*
* @author Geert Bevin (gbevin[remove] at uwyn dot com)
* @author Erik C. Thauvin (erik@thauvin.net)
* @since 1.0
*/
public abstract class UrlEncoder {