-
Updated
Apr 27, 2022 - Ruby
licensing
Here are 225 public repositories matching this topic...
-
Updated
Feb 11, 2022 - HTML
-
Updated
Apr 25, 2022 - Ruby
From command-line I go in a folder of a GitHUb project, then I run licensee, it detect the licensee in LICENSE.spdx.
Then I delete LICENSE.spdx and re-run licensee; it still detect the file despite it no longer exist.
I would like to have an option to never use cache and always doing live checks.
-
Updated
Nov 24, 2021 - C++
-
Updated
Jul 24, 2020 - C++
-
Updated
Apr 30, 2020 - C#
-
Updated
Apr 23, 2022 - Rust
-
Updated
Jun 3, 2021 - C++
CLAs
I miss not having the CLA side of things in the diff tool.
How can we get to a CLA-askalono? Happy to do some work if you can mentor :)
-
Updated
Mar 4, 2020 - JavaScript
Comment syntax from vim docs:
*:quote* *:comment*
'"' at the start of a line causes the whole line to be ignored. '"'
after a command causes the rest of the line to be ignored. This can be used
to add comments. Example:
:set ai "set 'autoindent' option
Possibly something like this (in https://github.com/fsfe/reuse-tool/blob/master/src/reuse/_comment.py)
class Vim
-
Updated
Feb 23, 2019 - C++
-
Updated
Aug 21, 2020
-
Updated
Jun 1, 2019
-
Updated
Jan 3, 2019 - Swift
Add AUTHORS file
An authors file is needed to list and thank people who have contributed to the project.
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Jan 7, 2022
-
Updated
May 16, 2021 - C#
-
Updated
Jun 29, 2018 - C++
Improve this page
Add a description, image, and links to the licensing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the licensing topic, visit your repo's landing page and select "manage topics."


Description
The Section "Performing Extraction" from the tutorial page "How to run a scan" mentions a Note:
"--shallow option can be used to recursively extract packages"