From f363b3a7f5261474e017167250959db84166bc3b Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Thu, 10 Nov 2022 14:42:17 -0600 Subject: [PATCH] chore: list contributors in file (#1032) --- .mailmap | 7 ++++ AUTHORS | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 3 ++ 3 files changed, 120 insertions(+) create mode 100644 .mailmap create mode 100644 AUTHORS diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000..f930c4b370 --- /dev/null +++ b/.mailmap @@ -0,0 +1,7 @@ +Aeneas Rekkas +Aeneas Rekkas <3372410+aeneasr@users.noreply.github.com> +Aeneas Rekkas +Aeneas Rekkas +Aeneas Rekkas +Patrik Neu +Patrik Neu diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000000..6da4e531b9 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,110 @@ +# This is the official list of Oathkeeper authors. +# If you don't want to be on this list, please contact Ory. + +adamwalach +aeneasr +Aeneas Rekkas +Alessandro Chitolina +Alex David +Alexey Piyanin <162457+7phs@users.noreply.github.com> +Amos Wong +Andreas Bucksteeg +Andrew Minkin +Andrew Talalai +Aniketh Varma +Anirudh Oppiliappan +Arthur Knoepflin +Arthur Knoepflin +Augustin Prolongeau +Aynur Zulkarnaev <50375356+ayzu@users.noreply.github.com> +Brandon Philips +Bryan Stenson +Cameron Martin +catper <60221155+catper@users.noreply.github.com> +Chad +Christian Roggia +Claudio Benfatto +Claudio Benfatto +Dan Rodrigues +Dave Dunkin +David de Lucca +Dimitrij Drus +Etien Rožnik <12816736+eroznik@users.noreply.github.com> +Euan Kemp +Ferdynand Naczynski +flusflas +flusflas +fredbi +Grant Zvolský +Grant Zvolský +Guillaume SMAHA +Henning Perl +Henrik Feldt +hperl <34397+hperl@users.noreply.github.com> +Igor Zibarev +Igor Zibarev +Imran Ismail +j3r0lin +Jakub Błaszczyk +Jakub Błaszczyk +Jakub Dziechciewicz +Jakub Kabza +Jared Preston +Jason Hutchinson +Jason Hutchinson +Jelle Besseling +jingkai +JK Tan +Joana Chavez +John +Julian Nodorp +Julian Tescher +Karthik Nayak +Kevin Goslar +Klemen Sever <460597+achedeuzot@users.noreply.github.com> +Krystian Cieślik <3641496+crabtree@users.noreply.github.com> +Lars Sjöström +Levin Mauritz +Lucifer Mc Wu +Mal Curtis +Marlinc +Marlinc +maryoush +Matt Brown +Matthieu Jacquot +Michael Francis +Mihai Plasoianu +minchao +mkontani +Mohammad Aziz +Nao YONASHIRO +Navin +Nikita +Nikolai Grigoriev +Patrick Tescher +Patrick Tescher +Patrik Lindahl +Patrik Neu +Paul Davis +pike1212 +pike1212 +Ricardo Iván Vieitez Parra <3857362+corrideat@users.noreply.github.com> +Sagar Jois +Satoshi Matsumoto +sawadashota +Sbou +Sean +Sebastien +Stanislav Zapolsky +Sumit Maheshwari +Thomas Lee +Thomas +Thomas +Toby Archer +Tomasz Smelcerz +Tomaz Cerar +Tom Fenech +Vincent +Vladyslav Burzakovskyy +Wesley Fantinel +wezzle diff --git a/Makefile b/Makefile index addf3cd5a1..559906c879 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ node_modules: package-lock.json curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.48 touch .bin/ory +authors: # updates the AUTHORS file + curl https://raw.githubusercontent.com/ory/ci/master/authors/authors.sh | env PRODUCT="Ory Oathkeeper" bash + format: .bin/goimports .bin/ory node_modules .bin/ory dev headers copyright --type=open-source --exclude=internal/httpclient goimports -w --local github.com/ory .