benkoehlL / Qiskit_Playground

Some basics quantum computing algorithms using qiskit
Apache License 2.0
0 stars 0 forks source link

Add a license to the repository #2

Closed cbjuan closed 2 months ago

cbjuan commented 2 months ago

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

benkoehlL commented 2 months ago

Dear Juan, I will certainly try to licence it, if you are interested in using my repository (I intend it to be a place for learning about Qiskit and Quantum Algorithms in general and in my opinion there is nothing new).

Would you kindly help me set up such a licence. I am not familiar with ways to do it.

Anyway, thank you very much for your interest. Please also consider contributing to the repository.

Best, Benjamin

Am Donnerstag, 5. September 2024 schrieb Juan Cruz-Benito < @.***>:

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

Why Adding a License is Important?

As GitHub documents https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

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 https://www.apache.org/licenses/LICENSE-2.0 would fit really well.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/benkoehlL/Qiskit_Playground/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3PBM6UIRFVZ3EWQ4GCAENLZVBNSTAVCNFSM6AAAAABNWQ7ISOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYDOOBUG44DSMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

benkoehlL commented 2 months ago

Thank you Juan. I added the licence you suggested.

Have fun!

Am Donnerstag, 5. September 2024 schrieb Juan Cruz-Benito < @.***>:

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

Why Adding a License is Important?

As GitHub documents https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository

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 https://www.apache.org/licenses/LICENSE-2.0 would fit really well.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/benkoehlL/Qiskit_Playground/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3PBM6UIRFVZ3EWQ4GCAENLZVBNSTAVCNFSM6AAAAABNWQ7ISOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYDOOBUG44DSMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cbjuan commented 2 months ago

Thanks!