From e8a6b519dfb31a8031ac2f0dcf5514215eee0d0b Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Mon, 7 Aug 2023 05:22:37 +0000 Subject: [PATCH] fixup! feat: add enterprise wrapper and image + ci --- enterprise/README.md | 2 +- enterprise/exectrace.go | 2 +- enterprise/exectrace_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/enterprise/README.md b/enterprise/README.md index 04195c7..511f0a3 100644 --- a/enterprise/README.md +++ b/enterprise/README.md @@ -46,4 +46,4 @@ and we will see what we can do. ## License -Coder Enterprise license. See [LICENSE](LICENSE). +Coder Enterprise license. See [LICENSE.enterprise](../LICENSE.enterprise). diff --git a/enterprise/exectrace.go b/enterprise/exectrace.go index 7f71675..885ede3 100644 --- a/enterprise/exectrace.go +++ b/enterprise/exectrace.go @@ -1,6 +1,6 @@ /* * This file is licensed under the Coder Enterprise License. Please see - * ./LICENSE. + * ../LICENSE.enterprise. */ package exectracewrapper diff --git a/enterprise/exectrace_test.go b/enterprise/exectrace_test.go index 3758142..9459864 100644 --- a/enterprise/exectrace_test.go +++ b/enterprise/exectrace_test.go @@ -1,6 +1,6 @@ /* * This file is licensed under the Coder Enterprise License. Please see - * ./LICENSE. + * ../LICENSE.enterprise. */ package exectracewrapper