From 1431a0a7cabfae5a341f28c6ecdf685a2504b17c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 28 Sep 2021 22:51:02 +0300 Subject: feat(corp): Bootstrap //corp subtree This will be used for anything to do with the TVL company. For the most part this will be website stuff, and maybe a handful of legal documents. Usage rights to this folder are reserved, in contrast to the rest of the depot. Change-Id: I7fb70278f49d52d7c54132fe4f8f22fb93a10da7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3648 Reviewed-by: tazjin Tested-by: BuildkiteCI --- corp/LICENSE | 4 ++++ corp/OWNERS | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 corp/LICENSE create mode 100644 corp/OWNERS diff --git a/corp/LICENSE b/corp/LICENSE new file mode 100644 index 000000000000..f29fc8403880 --- /dev/null +++ b/corp/LICENSE @@ -0,0 +1,4 @@ +Copyright 2021 ООО ТВЛ + +Code under this folder may be redistributed as part of the TVL depot +repository. All other usage rights for this code are reserved. diff --git a/corp/OWNERS b/corp/OWNERS new file mode 100644 index 000000000000..4bc08d35f67f --- /dev/null +++ b/corp/OWNERS @@ -0,0 +1,3 @@ +inherited: false +owners: + - tvl-employees -- cgit 1.4.1