-
-
Notifications
You must be signed in to change notification settings - Fork 62.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added License Notes to 3 Books #11414
Conversation
This is PR For the Issue #11355 . I had a small doubt will this count for the Hacktober Fest ? Its my first time doing open source so I have no idea how this works . |
Thanks, and welcome to free-programming-books! |
@MananJain-IITJ Could you please tell me how you found the licenses for the books? Please contact me at my email: [email protected]. |
@AbhinandanRoy7 Below are the steps you can follow to find the licenses.
If you face any issues in the steps you can comment here. Also some suggestions for the books/sites on which you can add Licenses to. Present in file
|
Thanks for your help
I'll try to do it
However I have a doubt,since they have accepted your pr, did they merge it?
And did you get your hacktoberfest one pr?
…On Fri, 18 Oct, 2024, 10:02 pm Manan Jain, ***@***.***> wrote:
@AbhinandanRoy7 <https://github.com/AbhinandanRoy7> Below are the steps
you can follow to find the licenses.
1. Go the book url or website url
2. Press ctrl+F (Windows) or cmd+F (Mac) and type license [Note Some
Books might not contain licenses ignore them]
3. You would find license page in the pdf like below. image.png (view
on web)
<https://github.com/user-attachments/assets/a54e7cfc-e502-4c41-9d21-393202f9ef5c>
4. Search on the internet for Creative Commons
Attribution-Noncommercial-Share Alike 2.5 Australia License.
5. The first link on the internet would be from creative commons
website . image.png (view on web)
<https://github.com/user-attachments/assets/8949c1af-35a4-4ded-8997-7320f416648c>
6. Select the CC BY-NC-SA part not the version number and edit the
book in the code respectively and make a PR respectively.
If you face any issues in the steps you can comment here. Also some
suggestions for the books/sites on which you can add Licenses to.
Present in file /books/free-programming-books-langs.md
- Java 23 - Key Concepts in Brief <https://petrucci.dev/java23.html> -
Sergio Petrucci (PDF)
- Java Programming for Kids <https://yfain.github.io/Java4Kids/> -
Yakov Fain
—
Reply to this email directly, view it on GitHub
<#11414 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BHAPCTDIIX6ZVTFA3PDQLX3Z4EZZXAVCNFSM6AAAAABPQNFTOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRSHA2DINBSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
that's one way to do it. good suggestion |
Thanks for sharing! |
What does this PR do?
Add info
For resources
Description
Add License Notes to the following books
First 2 books are in books/free-programming-books-subjects.md
Last book is in books/free-programming-books-langs.md
License Line found on Page 2 of the PDF.
"This work is licensed under a Creative Commons
Attribution-Noncommercial-Share Alike 2.5 Australia License.
The full terms of the license are located online at
http://creativecommons.org/licenses/by-nc-sa/2.5/au/legalcode.
Added (CC BY-NC-SA) "
License Line found on Page 3 and 5 of the PDF.
"Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 License."
Added (CC BY)
License Line found on Page 1 of the PDF.
"License
This work was written by Ou Changkun and licensed under a Creative Commons
Attribution-NonCommercial-NoDerivatives 4.0 International License.
https://creativecommons.org/licenses/by-nc-nd/4.0/"
Added (CC BY-NC-ND)
Why is this valuable (or not)?
How do we know it's really free?
For book lists, is it a book? For course lists, is it a course? etc.
Checklist:
Follow-up