From ed02434f6ac1258b71c6a406522a9a9dc4dcfb2e Mon Sep 17 00:00:00 2001 From: Claire Carroll Date: Mon, 6 Apr 2026 13:51:03 -0700 Subject: [PATCH] Add license to readme + license file --- LICENSE | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b8c584f --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +Copyright © 2026 Hex Technologies, Inc. All rights reserved. This CLI tool and its source code are proprietary to Hex Technologies, Inc. and are provided solely for use by Authorized Users that have accepted the Hex Service Agreement as can be found at https://learn.hex.tech/docs/legal/hex-service-agreement or have entered into a separate, valid written agreement with Hex Technologies, Inc., governing their use of Hex's products and services. No other use, copying, modification, or distribution of this CLI tool is permitted. If you have not affirmatively accepted the terms of the Hex Service Agreement or do not currently have such an active agreement with Hex Technologies, you are not authorized to use, access, or download this software. \ No newline at end of file diff --git a/README.md b/README.md index 923bb6f..832a4f7 100644 --- a/README.md +++ b/README.md @@ -117,3 +117,6 @@ To also remove configuration and credentials: ```sh rm -rf ~/.config/hex ``` + +## License +Copyright © 2026 Hex Technologies, Inc. All rights reserved. This CLI tool and its source code are proprietary to Hex Technologies, Inc. and are provided solely for use by Authorized Users that have accepted the Hex Service Agreement as can be found at https://learn.hex.tech/docs/legal/hex-service-agreement or have entered into a separate, valid written agreement with Hex Technologies, Inc., governing their use of Hex's products and services. No other use, copying, modification, or distribution of this CLI tool is permitted. If you have not affirmatively accepted the terms of the Hex Service Agreement or do not currently have such an active agreement with Hex Technologies, you are not authorized to use, access, or download this software. \ No newline at end of file