Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LICENSE Please! #27

Closed
MNThomson opened this issue Oct 13, 2023 · 2 comments · Fixed by #37
Closed

LICENSE Please! #27

MNThomson opened this issue Oct 13, 2023 · 2 comments · Fixed by #37
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@MNThomson
Copy link
Collaborator

This repository and its code is currently unlicensed. So as explained by ChooseALicense:

If you find software that doesn’t have a license, that generally means you have no permission from the creators of the software to use, modify, or share the software. Although a code host such as GitHub may allow you to view and fork the code, this does not imply that you are permitted to use, modify, or share the software for any purpose.

@ThePrimeagen can we get this repo licensed? Preferably MIT or ISC for complete access for all. Thoughts?

@MNThomson MNThomson added the documentation Improvements or additions to documentation label Oct 13, 2023
@DanInProgress
Copy link

@MNThomson is this sufficient to show intent to license as MIT?

htmx-lsp/Cargo.toml

Lines 1 to 8 in 040b129

[package]
name = "htmx-lsp"
version = "0.1.0"
edition = "2021"
description = "A language server for htmx"
license = "MIT"
homepage = "https://github.com/ThePrimeagen/htmx-lsp"

A real license file might be more explicit, but the MIT license is fairly well defined/understood :)

@MNThomson
Copy link
Collaborator Author

Wow.....I'm an idot. I'm going to add a LICENSE file just to be explicit, thx @DanInProgress!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants