ezerc / Qiskit_Practice

Learning about quantum computing basics using Qiskit software
0 stars 0 forks source link

Add a license to the repository #1

Open cbjuan opened 3 weeks ago

cbjuan commented 3 weeks ago

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

ezerc commented 3 weeks ago

Hi Juan!

Do you have any need for any of the examples in the repo? If not, then I will likely just make it private as the bulk of it is based on old versions of Qiskit that are completely outdated.

Thank you very much for flagging this.

cbjuan commented 3 weeks ago

No particular need. Thanks for the reply!