Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
docs: removing business licence
Browse files Browse the repository at this point in the history
  • Loading branch information
zifahm committed Jul 5, 2023
1 parent 837df67 commit a65e8fb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 142 deletions.
115 changes: 0 additions & 115 deletions BUSINESS_LICENSE.md

This file was deleted.

9 changes: 0 additions & 9 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
> Please look at BUSINESS_LICENCE for the usage of the software when the
> environment variable used to run the software is set to "false" for OPEN_SOURCE
**This license only affects the usage of the software if the environment
variable used to run the software is set to "true" for "OPEN_SOURCE"**

MIT License

Copyright (c) 2023 Bespoke
Expand All @@ -25,6 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Additionally, this license only affects the usage of the software if the environment
variable used to run the software is set to "true" for "OPEN_SOURCE".
31 changes: 18 additions & 13 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,26 @@ We gather customer data through various means, including API's, behavioral inten

> For full feature breakdown see Bespoke Cloud [Pricing Page](https://bespoke.surf/pricing)
## Documentation
## Documentation & Links

- [API Reference](https://bespoke-api.readme.io/reference/introduction-to-bespoke) for Bespoke REST API
- Details about Bespoke's [Suppression](https://bespoke-api.readme.io/reference/supression-hit-tier) process

## Quick Links

- 🆘 Join
- Join
[Discord](https://discord.gg/h8gekTtq)
to talk to devs
- 💡 Suggest
- Suggest
[Feature and Integration Requests](https://feedback.bespoke.surf).
- 🐛 Open a [GitHub issue](https://github.com/bespoke-surf/bespoke/issues) to
- Open a [GitHub issue](https://github.com/bespoke-surf/bespoke/issues) to
report a bug.

## OpenAPI and Postman

Experience seamless integration with Bespoke's OpenAPI and Postman. Explore our latest OpenAPI specification.

For quick and convenient interaction with our APIs, import the [OpenAPI spec](https://github.com/bespoke-surf/openapi/tree/main) into your preferred API tool, such as Postman. This will enable you to immediately begin working with our new APIs.

To further simplify your workflow, we have created a dedicated [Postman Workspace](https://www.postman.com/bespoke-surf/workspace/bespoke-developers). By visiting our Postman Workspace, you will have access to our latest collection of requests, along with the comprehensive API definitions.

## Developing Bespoke

1. Clone this repository
Expand Down Expand Up @@ -185,6 +190,10 @@ We need to create a new configuration set and add the SNS subscription as the de
For the `SES_SENDING_RATE` env variable, you can get the value from the SES dashboard.
### OPEN_SOURCE=true
To get unlimited contacts and to send emails with no restriction and to create unlimited signup-forms, please set `OPEN_SOURCE=true`
### Unlayer Project Id & Unlayer Secret
Let's setup [Unlayer](https://unlayer.com/embed) for Signup-Forms and Email templates to work
Expand Down Expand Up @@ -218,10 +227,6 @@ If you have any questions about Bespoke, would like to discuss a bug report, or

Bespoke engineers are checking this regularly.

### License

Bespoke is [MIT licensed](https://github.com/bespoke-surf/bespoke/blob/main/LICENSE.md) for env variabe `OPEN_SOURCE=true`

Bespoke Cloud is [Business Source Licenced](https://github.com/bespoke-surf/bespoke/blob/main/BUSINESS_LICENSE.md) for env variable `OPEN_SOURCE=false`
## License

⚠️ You will be violating our [Business Source Licence](https://github.com/bespoke-surf/bespoke/blob/main/BUSINESS_LICENSE.md) if you have the environment variable `OPEN_SOURCE=false`
Bespoke is [MIT licensed](https://github.com/bespoke-surf/bespoke/blob/main/LICENSE.md)
8 changes: 4 additions & 4 deletions apps/web/app/routes/index/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export default function LandingPage() {
href: "/signup",
}}
secondaryAction={{
label: "Github",
accessibilityLabel: "Github",
href: "https://github.com/bespoke-surf/bespoke",
label: "Guide",
accessibilityLabel: "Guide",
href: "https://github.com/bespoke-surf/bespoke#deploying-bespoke",
}}
/>
)}
Expand All @@ -48,7 +48,7 @@ export default function LandingPage() {
title="Personalization Frontier"
primaryAction={{
label: "Github",
accessibilityLabel: "Pricing",
accessibilityLabel: "Github",
href: "https://github.com/bespoke-surf/bespoke",
target: "blank",
}}
Expand Down
2 changes: 1 addition & 1 deletion apps/web/app/routes/pricing/FreePlan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const FreePlanHosted = () => {
<Box />
<Button
text="Self Host Guide"
href=""
href="https://github.com/bespoke-surf/bespoke#deploying-bespoke"
role="link"
size="lg"
color="blue"
Expand Down

0 comments on commit a65e8fb

Please sign in to comment.