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

WITLT memos #1026

Open
mimikun opened this issue Dec 2, 2024 · 5 comments
Open

WITLT memos #1026

mimikun opened this issue Dec 2, 2024 · 5 comments
Assignees

Comments

@mimikun
Copy link
Owner

mimikun commented Dec 2, 2024

W hat i s t he L ICENSE t ype

What is the license type?

I would like to contribute, but I can't because the license type is not specified.
Could you please clarify the license and commit the license file? ( e.g. LICENSE.txt )

check script

#!/bin/bash

json_data=$(cat urls.json)

echo "$json_data" | jq -c '.[]' | while read item; do
    repo=$(echo $item | jq -r '.repo')
    name=$(echo $item | jq -r '.name')
    full="$repo/$name"
    license=$(gh api repos/$repo/$name/license --jq '.license.spdx_id')
    echo "$full: $license"
done

urls.json

[
  {
    "repo": "mimikun",
    "name": "human-rights.nvim"
  }
]
@mimikun mimikun self-assigned this Dec 2, 2024
@mimikun

This comment was marked as resolved.

@mimikun

This comment was marked as resolved.

@mimikun
Copy link
Owner Author

mimikun commented Dec 3, 2024

@mimikun mimikun moved this to Issue in Pinned issues Dec 3, 2024
@mimikun mimikun closed this as completed by moving to Issue in Pinned issues Dec 3, 2024
@mimikun mimikun reopened this Dec 3, 2024
@mimikun
Copy link
Owner Author

mimikun commented Dec 5, 2024

memo

2kabhishek/octohub.nvim: GPL-3.0
2kabhishek/utils.nvim: GPL-3.0
3rd/image.nvim: MIT
Abizrh/iisca.nvim: MIT
adigitoleo/haunt.nvim: 0BSD
alker0/chezmoi.vim: NOASSERTION
b0o/nvim-tree-preview.lua: MIT
b0o/schemastore.nvim: Apache-2.0
Bilal2453/luvit-meta: Apache-2.0
cespare/vim-toml: MIT
CopilotC-Nvim/CopilotChat.nvim: GPL-3.0
creativenull/dotfyle-metadata.nvim: MIT
danielfalk/smart-open.nvim: MIT
delphinus/obsidian-kensaku.nvim: MIT
delphinus/skkeleton_indicator.nvim: Zlib
echasnovski/mini.icons: MIT
epwalsh/obsidian.nvim: Apache-2.0
fdschmidt93/telescope-egrepify.nvim: MIT
fladson/vim-kitty: MIT
folke/lazydev.nvim: Apache-2.0
folke/neoconf.nvim: Apache-2.0
folke/noice.nvim: Apache-2.0
folke/snacks.nvim: Apache-2.0
folke/todo-comments.nvim: Apache-2.0
folke/tokyonight.nvim: Apache-2.0
folke/trouble.nvim: Apache-2.0
folke/which-key.nvim: Apache-2.0
gen740/SmoothCursor.nvim: MIT
giuxtaposition/blink-cmp-copilot: Apache-2.0
goolord/alpha-nvim: MIT
HakonHarnes/img-clip.nvim: MIT
hrsh7th/cmp-buffer: MIT
hrsh7th/cmp-cmdline: MIT
hrsh7th/cmp-emoji: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
hrsh7th/cmp-nvim-lsp: MIT
hrsh7th/cmp-path: MIT
hrsh7th/nvim-deck: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
iguanacucumber/magazine.nvim: MIT
jay-babu/mason-null-ls.nvim: AGPL-3.0
jay-babu/mason-nvim-dap.nvim: AGPL-3.0
jghauser/mkdir.nvim: GPL-3.0
j-hui/fidget.nvim: MIT
JoosepAlviste/nvim-ts-context-commentstring: MIT
justinsgithub/wezterm-types: MIT
karb94/neoscroll.nvim: MIT
kevinhwang91/nvim-bqf: BSD-3-Clause
kevinhwang91/nvim-hlslens: BSD-3-Clause
kkharji/sqlite.lua: MIT
k-takata/vim-teraterm: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
kylechui/nvim-surround: MIT
L3MON4D3/LuaSnip: Apache-2.0
lewis6991/gitsigns.nvim: MIT
lewis6991/satellite.nvim: MIT
lukas-reineke/indent-blankline.nvim: MIT
MeanderingProgrammer/render-markdown.nvim: MIT
mei28/luminate.nvim: MIT
mfussenegger/nvim-dap: GPL-3.0
mikavilpas/blink-ripgrep.nvim: MIT
monaqa/dial.nvim: MIT
mrcjkb/rustaceanvim: GPL-2.0
MunifTanjim/nui.nvim: MIT
nastevens/vim-cargo-make: MIT
nastevens/vim-duckscript: MIT
neovim/nvim-lspconfig: Apache-2.0
numToStr/Comment.nvim: MIT
nvimdev/lspsaga.nvim: MIT
nvimdev/template.nvim: MIT
nvim-lualine/lualine.nvim: MIT
nvim-lua/plenary.nvim: MIT
nvim-neotest/nvim-nio: MIT
nvim-telescope/telescope-fzf-native.nvim: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
nvim-telescope/telescope.nvim: MIT
nvimtools/none-ls.nvim: Unlicense
nvim-tree/nvim-tree.lua: NOASSERTION
nvim-tree/nvim-web-devicons: MIT
nvim-treesitter/nvim-treesitter: Apache-2.0
olimorris/codecompanion.nvim: MIT
Omochice/dps-translate-vim: MIT
onsails/lspkind.nvim: MIT
OXY2DEV/helpview.nvim: Apache-2.0
OXY2DEV/markview.nvim: Apache-2.0
pauchiner/pastelnight.nvim: MIT
poljar/typos.nvim: MIT
projekt0n/github-nvim-theme: MIT
rafamadriz/friendly-snippets: MIT
rainbowhxch/accelerated-jk.nvim: MIT
rcarriga/cmp-dap: MIT
rcarriga/nvim-dap-ui: MIT
rcarriga/nvim-notify: MIT
refractalize/oil-git-status.nvim: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
rhysd/migemo-search.vim: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
romgrk/barbar.nvim: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
roobert/surround-ui.nvim: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
RRethy/vim-illuminate: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
saadparwaiz1/cmp_luasnip: Apache-2.0
saecki/crates.nvim: MIT
saghen/blink.cmp: MIT
saghen/blink.compat: MIT
SmiteshP/nvim-navbuddy: Apache-2.0
SmiteshP/nvim-navic: Apache-2.0
smoka7/hop.nvim: NOASSERTION
sphamba/smear-cursor.nvim: GPL-3.0
stevearc/dressing.nvim: MIT
stevearc/oil.nvim: MIT
subnut/nvim-ghost.nvim: MIT
svampkorg/moody.nvim: MIT
tadashi-aikawa/silhouette.nvim: MIT
thinca/vim-quickrun: Zlib
uga-rosa/ccc.nvim: MIT
uga-rosa/translate.nvim: MIT
vague2k/huez.nvim: MIT
vim-denops/denops-shared-server.vim: MIT
vim-denops/denops.vim: MIT
vim-jp/vimdoc-ja: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
vim-skk/skkeleton: Zlib
vuki656/package-info.nvim: GPL-3.0
Wansmer/treesj: MIT
williamboman/mason-lspconfig.nvim: Apache-2.0
williamboman/mason.nvim: Apache-2.0
windwp/nvim-autopairs: MIT
xiyaowong/transparent.nvim: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository","status":"404"}
yamatsum/nvim-cursorline: MIT
yetone/avante.nvim: Apache-2.0
zapling/mason-lock.nvim: MIT
zbirenbaum/copilot-cmp: MIT
zbirenbaum/copilot.lua: MIT
Zeioth/mason-extra-cmds: GPL-3.0

@mimikun
Copy link
Owner Author

mimikun commented Dec 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issue
Development

No branches or pull requests

1 participant