Skip to content

Commit

Permalink
Added MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Aug 12, 2024
1 parent 0409aa0 commit 8ddfb96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/w3c/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ export const licenses = new Map([
url: "https://www.w3.org/Consortium/Legal/2013/copyright-documents-dual.html",
},
],
[
"mit",
{
name: "MIT License",
short: "MIT license",
url: "https://opensource.org/license/mit",
},
],
[
undefined,
{
Expand Down

0 comments on commit 8ddfb96

Please sign in to comment.