Open source is the opposite of proprietary software. A work that is intended as an open source software should be available for free and users should have the ability to read the codes. There are many example of successful open source software out there. Linux — which is used as the kernel of Android and powers most servers in the internet industry — and WordPress — the most popular content management system — are the examples.
Every open source software is released under a certain license. In the open source world there are a number of licenses that can be used by software developers to be applied in the software they are creating. Some corporations like Apache and Mozilla have their own open source licences.
An open source license is a license that comply the definition of open source itself. Which mean, the license should allows users to use, modify and redistribute the software. Before approved by the Open Source Initiative (OSI), a license must go through the Open Source Initiative’s license review process. Once approved, the license can be released publicly and anyone can use it.
There are many OSI-approved licences and they are divided into some categories from special-purpose licenses, superseded licenses, to retired licenses. Nevertheless, only some that are really popular and known by users.
Here are the 7 most popular open source licenses.
1. GNU General Public License (GPL)

GNU General Public License or also often abbreviated as GNU GPL is the most common open source license. Popular open source software like Linux and WordPress use this license. The latest version of GNU GPL is version 3 but there are some software that still use the old version of this license. Developers who want to adopt GNU GPL can choose the format that suit their software since GNU GPL is available in some formats from HTML, plain text, ODF, Markdown to RTF.
2. Apache License

Apache License is an open source license written by the Apache Software Foundation a.k.a ASF. As you can guess, the license is intended to be applied in the most popular HTTP server, Apache. However, many other open source software also use this license. The latest version of Apache License is version 2.0, which is compatible with the latest version of GNU GPL.
3. Mozilla Public License

Mozilla, a corporation behind popular web browser Firefox also has their own open source license, called Mozilla Public License. The license is intended to balance the concerns of proprietary and open source developers. As of today, Mozilla Public License — which often abbreviated as MPL — has undergone two revisions. The latest version of this license is version 2.0.
4. MIT License

As you can guess from its name, this license is originated from Massachusetts Institute of Technology. Some popular projects that adopt the license include Ruby on Rails, Node.js and jQuery. This license is compatible with other open source licenses, including GNU GPL. A MIT licensed software can be integrated into GPL software, but not the other way around.
5. Common Development and Distribution License

Also popular as CDDL (Common Development and Distribution License), this license is initiated by Sun Microsystems. The license is written based on Mozilla Public License and approved by Open Source Initiativeas an open source license in 2005. Popular software that use this license is NetBeans, a cross-platform software development platform.
6. Eclipse Public License

Eclipse Public License is created by Eclipse Foundation for its software, Eclipse to replace the Common Public License. The license removes certain terms relating to litigations related to patents. This license is designed to be a business-friendly free software license. Some projects that adopt this license — other than Eclipse — are Clojure and Mondrian.
7. GNU Affero General Public License

If you want to build a free software that runs over a network, internet in particular, you can try adopting GNU Affero General Public License. This license is initiated and published by Free Software Foundation based on regular GNU GPL 3.0 and Affero General Public License. This license is released publicly in 2007. Stet, Launchpad and BerkeleyDB are some popular software that adopt GNU Affero General Public License.