ThePrimeagen / htmx-lsp

its so over

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LICENSE Please!

MNThomson opened this issue · comments

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?

commented

@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 :)

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