diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 632ea663..2b288716 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -1,5 +1,5 @@ For the purpose of tracking copyright, this is the list of individuals and -organizations who have contributed source code to ObjectivePGP. +organizations who have contributed source code to CryptoSwift. ### Contributors @@ -16,6 +16,7 @@ organizations who have contributed source code to ObjectivePGP. - Ayaka Nonaka - Bart Cone - Bing Cheung <32565605+eungch@users.noreply.github.com> +- Bogdan Bystritskiy - Brice Cesarin - Bryan Chen - Bryant Luk @@ -27,6 +28,7 @@ organizations who have contributed source code to ObjectivePGP. - Cihat Gündüz - Dave Wood - Dima Kalachov +- Dusan Klinec - Eneko Alonso - Evan Maloney - Evin Ugur @@ -96,6 +98,7 @@ organizations who have contributed source code to ObjectivePGP. - jose - mrahmiao - spatno +- sweepty - venj **Updating this list** diff --git a/scripts/generate-contributors-list.sh b/scripts/generate-contributors-list.sh index b426c65a..cf120c80 100755 --- a/scripts/generate-contributors-list.sh +++ b/scripts/generate-contributors-list.sh @@ -19,7 +19,7 @@ contributors=$( cd "$here"/.. && git shortlog -es | cut -f2 | sed 's/^/- /' ) cat > "$here/../CONTRIBUTORS.txt" <<- EOF For the purpose of tracking copyright, this is the list of individuals and - organizations who have contributed source code to ObjectivePGP. + organizations who have contributed source code to CryptoSwift. ### Contributors