mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 07:17:11 -07:00
Added Eric C. Thauvin as author
This commit is contained in:
parent
12d7fd7941
commit
34d109d778
2 changed files with 7 additions and 0 deletions
|
@ -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")
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue