akka-4 / 22clin

22-clin.vercel.app
MIT License
2 stars 1 forks source link

LICENSE #6

Closed ghost closed 2 years ago

ghost commented 2 years ago

Which LICENSE is this service base on? This service must be licensed to protect this code from dangerous things. There are a lot of licenses, and I recommend you use the MIT license that many people use.

akka-4 commented 2 years ago

Does MIT have its own strengths?

ghost commented 2 years ago

Hmm... You can more details about MIT License here

akka-4 commented 2 years ago

I've been googling and the MIT license looks the best. It would be nice to proceed with the MIT license.

I'll find how to add MIT license :D

ghost commented 2 years ago

Nonono. You do not need to search how to add MIT License. You just but MIT string which is matched to license key in package.json. As you can see, there is a key and value set in package.json.

{
  "license": "MIT"
}

You already do it 😄

akka-4 commented 2 years ago

Aha!!

So...

I put that code in head tag???

akka-4 commented 2 years ago

Hmm... I just put them in this repository as text file??

ghost commented 2 years ago

No.

As you can see in package.json, there are a lot of key and value sets. In a key, there is a license and MIT as a value. So, this project have been MIT licensed project since this project was created.(since I created package.json)

You do not have to do anything to add MIT license.