Software-licensing categories
Five labels with overlapping meanings β get them right.
Software is sold/distributed under different licensing categories. Cambridge expects you to keep these straight.
Free software (capital F or 'libre'). Users have the FOUR FREEDOMS:
- Freedom to RUN the software for any purpose.
- Freedom to STUDY how it works (source code is available).
- Freedom to MODIFY it.
- Freedom to REDISTRIBUTE (modified or unmodified).
'Free' here means FREEDOM, not zero cost. Free software MAY cost money. Examples: GNU/Linux, GIMP, LibreOffice.
Freeware. Software available at NO COST but with the source code KEPT CLOSED. Users can't modify or redistribute. 'Free' as in PRICE only. Examples: Adobe Acrobat Reader, Skype (older versions).
Shareware. Software you can use FREE for a TRIAL PERIOD or with LIMITED features. To unlock the full version (or after the trial), the user must PAY. Examples: WinRAR, classic Windows shareware.
Open-source software. Source code is publicly available; users can study, modify and redistribute (subject to a licence such as GPL, MIT, Apache). Often (but not always) also free of cost. Examples: Linux, Firefox, Blender, VSCode.
Proprietary software. Owned by an individual or company. Source code is CLOSED. Users licence it under restrictive terms β typically can't modify, can't redistribute, can't use beyond a specified user count. Examples: Microsoft Office, Adobe Photoshop, AutoCAD.
Cambridge tip. The single most-tested confusion: FREE vs FREEWARE. Free = FREEDOM (modify + redistribute). Freeware = no COST only. Don't merge them.
- Free = freedom to run/study/modify/redistribute.
- Freeware = no cost, source closed.
- Shareware = trial; pay to unlock.
- Open-source = source public; modify and redistribute.
- Proprietary = closed source, restrictive licence.