From a9e79c8d4645f963c642387e2fef9b8c5474765e Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 15 Feb 2024 12:54:13 -0800 Subject: [PATCH] refactor: creating enterprise folder --- LICENSE | 5 +++++ enterprise/README.md | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 enterprise/README.md diff --git a/LICENSE b/LICENSE index dd11dc523..3bfef5bae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,8 @@ +Portions of this software are licensed as follows: + +* All content that resides under the "enterprise/" directory of this repository, if that directory exists, is licensed under the license defined in "enterprise/LICENSE". +* Content outside of the above mentioned directories or restrictions above is available under the MIT license as defined below. +--- MIT License Copyright (c) 2023 Berri AI diff --git a/enterprise/README.md b/enterprise/README.md new file mode 100644 index 000000000..8fffe7fe8 --- /dev/null +++ b/enterprise/README.md @@ -0,0 +1,3 @@ +# Enterprise Features + +Enterprise features for the LiteLLM proxy \ No newline at end of file