From ccb5db2012dc7a331e24196c054ffa713ffc63bb Mon Sep 17 00:00:00 2001 From: Davide Dunne Sanchez <111002142+DavideDunne@users.noreply.github.com> Date: Sun, 7 Sep 2025 11:54:03 -0600 Subject: [PATCH] Add additional details for Clojure books (#11947) * Add GFDL license for Clojure book * Add CC BY-NC-ND license for Clojure Cookbook * Add author, book format and license for `SICP Distilled - An idiosyncratic tour of SICP in Clojure` --- books/free-programming-books-langs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index fe6c5deff..ce4c877e5 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -572,11 +572,11 @@ Books on general-purpose programming that don't focus on a specific language are ### Clojure -* [Clojure](https://clojure-book.gitlab.io) - Karthikeyan A K +* [Clojure](https://clojure-book.gitlab.io) - Karthikeyan A K (GFDL) * [Clojure - Functional Programming for the JVM](http://java.ociweb.com/mark/clojure/article.html) - R. Mark Volkmann * [Clojure by Example](https://kimh.github.io/clojure-by-example/) - Hirokuni Kim * [Clojure community-driven documentation](http://clojure-doc.org) -* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook) +* [Clojure Cookbook](https://github.com/clojure-cookbook/clojure-cookbook) (CC BY-NC-ND) * [Clojure Distilled Beginner Guide](http://yogthos.github.io/ClojureDistilled.html) * [Clojure for the Brave and True](http://www.braveclojure.com) * [Clojure in Small Pieces](https://web.archive.org/web/20201013022918/http://daly.axiom-developer.org/clojure.pdf) - Rich Hickey, Timothy Daly (PDF) *(:card_file_box: archived)* [(:card_file_box: *unglued*)](https://unglue.it/work/489419/) @@ -587,7 +587,7 @@ Books on general-purpose programming that don't focus on a specific language are * [Data Sorcery with Clojure](http://data-sorcery.org/contents/) * [Learn ClojureScript](https://www.learn-clojurescript.com) - Andrew Meredith * [Modern cljs](https://github.com/magomimmo/modern-cljs) -* [SICP Distilled - An idiosyncratic tour of SICP in Clojure](http://www.sicpdistilled.com) +* [SICP Distilled - An idiosyncratic tour of SICP in Clojure](http://www.sicpdistilled.com) - Tom Hall (HTML) (CC BY-SA) * [The Clojure Style Guide](https://github.com/bbatsov/clojure-style-guide)