menegolli / Quantum_synth

Development of an interface between Qiskit and Max8 to generate superposition of notes encoded on the basis states of a quantum computer
17 stars 3 forks source link

Add a license to the repository #6

Open cbjuan opened 1 month ago

cbjuan commented 1 month ago

I recently came across your project Quantum_synth and I noticed that the repository github.com/menegolli/Quantum_synth currently does not have a license specified.

Why Adding a License is Important?

As GitHub documents

Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you'll need to license it so that others are free to use, change, and distribute the software.

Would be possible to add a valid license to this repository? Probably something really OpenSource such as the Apache 2.0 license would fit really well.

Thanks!

menegolli commented 1 month ago

Dear Juan, thanks a lot for pointing this out! I just added the Apache 2.0 license to the project.

Have a great day, Edo