victor-onofre / Quantum_Algorithms

Quantum computing projects with Qiskit
Apache License 2.0
2 stars 1 forks source link

Add a license to the repository #1

Open cbjuan opened 2 months ago

cbjuan commented 2 months ago

I recently came across your project Quantum_Algorithms and I noticed that the repository github.com/victor-onofre/Quantum_Algorithms 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!

victor-onofre commented 1 month ago

Hi @cbjuan!

You are right. I will add the license today.

Have you found the tutorials useful? It is an old repo, so some things probably would not work with the new Qiskit versions.

Thanks!