diff --git a/Cargo.toml b/Cargo.toml index 26cd8cd..81355d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pico-args" version = "0.4.2" -authors = ["Evgeniy Reizner "] +authors = ["Yevhenii Reizner "] edition = "2018" keywords = ["args", "cli"] license = "MIT" diff --git a/LICENSE b/LICENSE index cfc74ef..aaad791 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Evgeniy Reizner +Copyright (c) 2019 Yevhenii Reizner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/test-apps/argh-app/Cargo.toml b/test-apps/argh-app/Cargo.toml index 733003d..59fdba1 100644 --- a/test-apps/argh-app/Cargo.toml +++ b/test-apps/argh-app/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "argh-app" version = "0.1.0" -authors = ["Evgeniy Reizner "] +authors = ["Yevhenii Reizner "] edition = "2018" [[bin]] diff --git a/test-apps/clap-app/Cargo.toml b/test-apps/clap-app/Cargo.toml index 5ca6f2c..afbe71c 100644 --- a/test-apps/clap-app/Cargo.toml +++ b/test-apps/clap-app/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap-app" version = "0.1.0" -authors = ["Evgeniy Reizner "] +authors = ["Yevhenii Reizner "] edition = "2018" [[bin]] diff --git a/test-apps/gumdrop-app/Cargo.toml b/test-apps/gumdrop-app/Cargo.toml index d0648f7..f701703 100644 --- a/test-apps/gumdrop-app/Cargo.toml +++ b/test-apps/gumdrop-app/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gumdrop-app" version = "0.1.0" -authors = ["Evgeniy Reizner "] +authors = ["Yevhenii Reizner "] edition = "2018" [[bin]] diff --git a/test-apps/null-app/Cargo.toml b/test-apps/null-app/Cargo.toml index bdea5d8..8b98863 100644 --- a/test-apps/null-app/Cargo.toml +++ b/test-apps/null-app/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "null-app" version = "0.1.0" -authors = ["Evgeniy Reizner "] +authors = ["Yevhenii Reizner "] edition = "2018" [[bin]] diff --git a/test-apps/pico-args-app/Cargo.toml b/test-apps/pico-args-app/Cargo.toml index f273794..3fd6a5f 100644 --- a/test-apps/pico-args-app/Cargo.toml +++ b/test-apps/pico-args-app/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pico-args-app" version = "0.1.0" -authors = ["Evgeniy Reizner "] +authors = ["Yevhenii Reizner "] edition = "2018" [[bin]]