You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added license notes to 3 books and added type of book (pdf) for one (#11479)
* Updated free-programming-books-langs.md
book 1 - A Complete Guide to Standard C++ Algorithms
license: CC-BY-NC-SA
found "This work may be distributed and/or modified under the conditions of the CC-BY-NC-SA license"
on page 4/116
book 2 - C++ GUI Programming with Qt 3
license: OPl
found "This material may only be distributed subject to the terms and conditions set forth in the
Open Publication License, v1.0 or later"
on page 4/464
book 3 - C++ Notes for Professionals
license: CC BY-SA
found " the content is written by the beautiful people at Stack Overflow.
Text content is released under Creative Commons BY-SA"
on page 19/708
* fixed recommended changes
* Apply suggestions from code review
Co-authored-by: Eric Hellman <[email protected]>
---------
Co-authored-by: Eric Hellman <[email protected]>
Copy file name to clipboardExpand all lines: books/free-programming-books-langs.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -512,15 +512,15 @@ Books on general-purpose programming that don't focus on a specific language are
512
512
513
513
### <aid="cpp"></a>C++
514
514
515
-
*[A Complete Guide to Standard C++ Algorithms](https://github.com/HappyCerberus/book-cpp-algorithms) - Šimon Tóth (PDF, LaTeX) *(:construction: in process)*
515
+
*[A Complete Guide to Standard C++ Algorithms](https://github.com/HappyCerberus/book-cpp-algorithms) - Šimon Tóth (PDF, LaTeX) (CC BY-NC-SA) *(:construction: in process)*
516
516
*[An Introduction to the USA Computing Olympiad, C++ Edition](https://darrenyao.com/usacobook/cpp.pdf) - Darren Yao (PDF)
517
517
*[C++ Annotations](https://fbb-git.gitlab.io/cppannotations/) - Frank B. Brokken (HTML, PDF)
0 commit comments