chadbaldwin / simple-blog-bootstrap

This is a template repo you can use to set up a simple blog using GitHub Pages with SSMS Style T-SQL highlighting. Refer to the blog post below for more instructions.
https://chadbaldwin.net/2021/03/14/how-to-build-a-sql-blog.html
98 stars 57 forks source link

Whats the license for this? #8

Open fyrezard opened 1 month ago

fyrezard commented 1 month ago

Hello, I'm hosting my blog using this repo and Im thankful for that.

What I want to know is, what license does your repo fall under? So I know what to list my license as, on my forked repo. If this isn't the appropriate way to report issues like this I apologise!

chadbaldwin commented 1 month ago

As of right now, there's no license on the repo. I'll have to look into what license I can use. Most of the code is my own which I would put under the MIT license. However, because I have code from highlightjs in there for syntax highlighting, their code uses the "BSD-3 Clause" license.

So I'll have to see what attributions I need to add (if any) prior to adding the MIT license to this repo.