Category Software

Permissive Software Licenses

Permissive licenses are also known as BSD-style or Apache-style licenses. They contain minimal requirements about how the software can be modified or redistributed, clauses that are not existent in public domain or public domain equivalent licenses.. Permissive licenses are more…

Contributor License Agreement

A contributor license agreement (CLA), sometimes called participation agreement, is a document that defines the terms under which intellectual property has been contributed to a project or organization. CLAs are typically used on FOSS projects. Reasons to use a CLA…

Software Licenses

A software license is a written or digital document accompanying the software the defines the terms and conditions to use it. It is based on copyright laws, that protects the source code behind software. This post enumerates the main categories…

Open Core Software Licenses

This post is an introduction to open core software licenses or open core licensing (OCL). This is part of a series of articles whose main post is about software licenses. Definition of Open Core Open core software contains free and…

Virtualization

This post is an introduction to the general concept of virtualization. Virtualization is the overarching concept of creating virtual versions of computing resources, such as servers, storage devices, or networks. It abstracts physical hardware and allows multiple virtual instances to…