licence

also known as: license

licence — The rules about what you're allowed to do with a piece of code someone else wrote.

Some licences let you use code freely (MIT is permissive — do almost anything). Others come with strings attached (GPL requires you to share your changes). Before you build a business on someone's code, you check the licence.

"What's the licence?" "MIT licence." "It's GPL."

Related
open source