Skip to content

Azure.DevOps.Repos.License

github-actions edited this page Sep 17, 2023 · 6 revisions

Use a LICENSE file

SYNOPSIS

Use a LICENSE file in the default branch to communicate how your porject may be used.

DESCRIPTION

A software license tells others what they can and can't do with your source code. Public repositories on Azure DevOps are often used to share open source software.

To license your project, create a LICENSE file in the repository root.

RECOMMENDATION

Consider creating a LICENSE file in the default branch to communicate how your project may be used.

Clone this wiki locally