From 346cae0192ccdce1d71c4d6ab6e92dfaf4aeccb0 Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Wed, 7 Jul 2021 10:35:33 -0400 Subject: [PATCH] chore: add AUTHORS and OWNERS files (#413) Preparation for the move to knative-sandbox. See: https://github.com/knative/community/issues/613 Signed-off-by: Lance Ball --- AUTHORS | 7 +++++++ OWNERS | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 AUTHORS create mode 100644 OWNERS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..8c6ae0568 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,7 @@ +# This is the list of func authors for copyright purposes. +# +# This does not necessarily list everyone who has contributed code, since in +# some cases, their employer may be the copyright holder. To see the full list +# of contributors, see the revision history in source control. +Red Hat, Inc. + diff --git a/OWNERS b/OWNERS new file mode 100644 index 000000000..053a92830 --- /dev/null +++ b/OWNERS @@ -0,0 +1,8 @@ +# The OWNERS file is used by prow to automatically merge approved PRs. + +approvers: +- lance +- lkingland +- matejvasek +- zroubalik +