DEV Community

Emma Ngo
Emma Ngo

Posted on • Originally published at bunhere.Medium on

1 1

License Your code is right: A GitHub Must-Do

github license

Introduction

When creating a repo on GitHub, you need to choose a license for your project. Have you ever wondered what each of these licenses means?

A license is a legal document that defines the rights of users to access the source code of a project. There are many different types of licenses, each with different rights and restrictions.

GitHub Licenses

Each type of license has its own terms and conditions, but they are generally divided into two main categories.

  • Copyleft licenses require that all copies of the source code be distributed under the same license. This means that software licensed under the GPL is always open-source and free.
  • Permissive licenses allow users to use and distribute the source code in any way they want, as long as they give credit to the author.

Follow this blog to research Github License

Read: Github License

Find me: bunhere.com

I am always looking for feedback on my writing, so please let me know what you think. ❤️

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay