diff --git a/clap_derive/src/attrs.rs b/clap_derive/src/attrs.rs index 9cb31a8420c..01c5775b258 100644 --- a/clap_derive/src/attrs.rs +++ b/clap_derive/src/attrs.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/clap_derive/src/derives/arg_enum.rs b/clap_derive/src/derives/arg_enum.rs index f128a6f3405..8b020cb4a6f 100644 --- a/clap_derive/src/derives/arg_enum.rs +++ b/clap_derive/src/derives/arg_enum.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/clap_derive/src/derives/args.rs b/clap_derive/src/derives/args.rs index ee14e45e2f8..27eb21d54b3 100644 --- a/clap_derive/src/derives/args.rs +++ b/clap_derive/src/derives/args.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/clap_derive/src/derives/into_app.rs b/clap_derive/src/derives/into_app.rs index 36eb35e29d9..a7842707a93 100644 --- a/clap_derive/src/derives/into_app.rs +++ b/clap_derive/src/derives/into_app.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/clap_derive/src/derives/mod.rs b/clap_derive/src/derives/mod.rs index 843c4ff70ce..ee0cce56e76 100644 --- a/clap_derive/src/derives/mod.rs +++ b/clap_derive/src/derives/mod.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/clap_derive/src/derives/parser.rs b/clap_derive/src/derives/parser.rs index 23d6ab7a45e..621430f3109 100644 --- a/clap_derive/src/derives/parser.rs +++ b/clap_derive/src/derives/parser.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/clap_derive/src/derives/subcommand.rs b/clap_derive/src/derives/subcommand.rs index d73aa930721..735f94f9d5e 100644 --- a/clap_derive/src/derives/subcommand.rs +++ b/clap_derive/src/derives/subcommand.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/clap_derive/src/lib.rs b/clap_derive/src/lib.rs index e726aabe506..b68f05725fd 100644 --- a/clap_derive/src/lib.rs +++ b/clap_derive/src/lib.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/arg_enum.rs b/tests/derive/arg_enum.rs index 22f86c210b5..c39f946fefa 100644 --- a/tests/derive/arg_enum.rs +++ b/tests/derive/arg_enum.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/arguments.rs b/tests/derive/arguments.rs index 2a1b0d11331..a072446021d 100644 --- a/tests/derive/arguments.rs +++ b/tests/derive/arguments.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/author_version_about.rs b/tests/derive/author_version_about.rs index 388697d5077..3c68cd56129 100644 --- a/tests/derive/author_version_about.rs +++ b/tests/derive/author_version_about.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/basic.rs b/tests/derive/basic.rs index 917fa6dd18a..d2e1ca9001a 100644 --- a/tests/derive/basic.rs +++ b/tests/derive/basic.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/custom_string_parsers.rs b/tests/derive/custom_string_parsers.rs index 0f8c612e276..2609a9d8893 100644 --- a/tests/derive/custom_string_parsers.rs +++ b/tests/derive/custom_string_parsers.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/deny_warnings.rs b/tests/derive/deny_warnings.rs index ce970811844..ab642b641e2 100644 --- a/tests/derive/deny_warnings.rs +++ b/tests/derive/deny_warnings.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/doc_comments_help.rs b/tests/derive/doc_comments_help.rs index 8d575349d94..9760c7dfa97 100644 --- a/tests/derive/doc_comments_help.rs +++ b/tests/derive/doc_comments_help.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/flags.rs b/tests/derive/flags.rs index 176c6369182..ea770e68900 100644 --- a/tests/derive/flags.rs +++ b/tests/derive/flags.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/flatten.rs b/tests/derive/flatten.rs index fd82eb04a76..40d77a77156 100644 --- a/tests/derive/flatten.rs +++ b/tests/derive/flatten.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/macros.rs b/tests/derive/macros.rs index 99cb80f9798..a2e671b4abc 100644 --- a/tests/derive/macros.rs +++ b/tests/derive/macros.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/nested_subcommands.rs b/tests/derive/nested_subcommands.rs index 1b42d3b7cde..bf9344a65ad 100644 --- a/tests/derive/nested_subcommands.rs +++ b/tests/derive/nested_subcommands.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/non_literal_attributes.rs b/tests/derive/non_literal_attributes.rs index d411304f857..ba3c7032bd0 100644 --- a/tests/derive/non_literal_attributes.rs +++ b/tests/derive/non_literal_attributes.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/options.rs b/tests/derive/options.rs index 29c8d6a9216..0f21708b0b2 100644 --- a/tests/derive/options.rs +++ b/tests/derive/options.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/privacy.rs b/tests/derive/privacy.rs index 12b53b1f2b4..c8f66127b2d 100644 --- a/tests/derive/privacy.rs +++ b/tests/derive/privacy.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/tests/derive/subcommands.rs b/tests/derive/subcommands.rs index 9b1dcb0aaea..062e38ca44f 100644 --- a/tests/derive/subcommands.rs +++ b/tests/derive/subcommands.rs @@ -1,6 +1,6 @@ // Copyright 2018 Guillaume Pinot (@TeXitoi) , // Kevin Knapp (@kbknapp) , and -// Andrew Hobden (@hoverbear) +// Ana Hobden (@hoverbear) // // Licensed under the Apache License, Version 2.0 or the MIT license