Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.15 KB

File metadata and controls

26 lines (18 loc) · 1.15 KB

License

Files in this repository are licenced under one or more licenses, depending on the time and manner of contribution. The license is indicated using an SPDX-License-Identifier where possible.

Contributions

Contributions to this repository are licenced under the terms of the Mozilla Public License version 2.0 (MPL-2.0) or, in situations where a files is currently licensed under a different licence, both that license and the MPL-2.0.

The full text of the license can be found in the LICENSES folder. Frequently asked questions and answers about the license can be found on the Mozilla MPL 2.0 FAQ page.

The license of your contribution should be indicated using an SPDX-License-Identifier header on top of the file, for example:

# SPDX-License-Identifier: MPL-2.0
#
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json

Or, in the situation where there already is an applicable license:

# SPDX-License-Identifier: GPL-2.0-only OR MPL-2.0
#
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json