erfantbtb / Quantum_machine_learning

We are going to use qiskit and quantum machine learning
Apache License 2.0
0 stars 0 forks source link

Add a license to the repository #1

Closed cbjuan closed 1 month ago

cbjuan commented 1 month ago

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

erfantbtb commented 1 month ago

Hi,

Thank you for bringing this to my attention. I completely agree with you on the importance of having a proper license in place for open-source projects. Ensuring that others are free to use, modify, and distribute the software is a key part of fostering collaboration and innovation.

I’ll be adding an appropriate open-source license, such as the Apache 2.0 license, to the repository shortly.

Thanks again for your suggestion and support!

Best regards, Erfan

cbjuan commented 1 month ago

Thanks!