Skip to content

Instantly share code, notes, and snippets.

View Silvrbckw's full-sized avatar
😁
Hello Everyone. All are welcome to chat and reach out. "Steel sharpens Steel"

Silverbackgod Silvrbckw

😁
Hello Everyone. All are welcome to chat and reach out. "Steel sharpens Steel"
View GitHub Profile
@Silvrbckw
Silvrbckw / .licrc
Last active August 2, 2023 08:02 — forked from robertohuertasm/.licrc
Simple .licrc config file for Licensebat
# IMPORTANT!: ALL SECTIONS ARE MANDATORY
[licenses]
# This indicates which are the only licenses that Licensebat will accept.
# The rest will be flagged as not allowed.
accepted = ["MIT", "MSC", "BSD"]
# This will indicate which licenses are not accepted.
# The rest will be accepted, except for the unknown licenses or dependencies without licenses.
# unaccepted = ["LGPL"]
# Note that only one of the previous options can be enabled at once.
# If both of them are informed, only accepted will be considered.