[clj-digest-clojure] 01/03: Replace clojure logo with debian
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Fri Aug 4 21:52:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository clj-digest-clojure.
commit c9acc475ab5ce0fcd1b7e12bfee3d20c3f438129
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date: Fri Aug 4 17:35:08 2017 -0400
Replace clojure logo with debian
Clojure's logo is not DFSG-free, see [1], [2]. Replace it for test
purposes with the GPL-licensed Debian logo from the dwww package.
[1] http://grokbase.com/t/gg/clojure/153kzdtgk1/logo-licensing
[2] https://groups.google.com/forum/#!topic/clojure/_o-sHr_YIwo
---
test/clojure.png | Bin 6630 -> 0 bytes
test/debian.png | Bin 0 -> 6708 bytes
test/digest_test.clj | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/clojure.png b/test/clojure.png
deleted file mode 100644
index dc7caa3..0000000
Binary files a/test/clojure.png and /dev/null differ
diff --git a/test/debian.png b/test/debian.png
new file mode 100644
index 0000000..c512010
Binary files /dev/null and b/test/debian.png differ
diff --git a/test/digest_test.clj b/test/digest_test.clj
index 64c1d1f..ce5828b 100644
--- a/test/digest_test.clj
+++ b/test/digest_test.clj
@@ -20,9 +20,9 @@
(for [name (algorithms)]
(dorun (is (ns-resolve *ns* (symbol (lower-case name)))))))
-(def ^:dynamic *logo-md5* "38cf20fa3c9dc72be56965eb1c311dfa")
+(def ^:dynamic *logo-md5* "59ef6e166bab377a48a348be2ac46c15")
(def ^:dynamic *logo-sha256*
- "42c2af2a0509832f39d0cef3ecd1612b7857c55abbe2170470eabb2a0318701c")
+ "ff83aa6a4f8597ef45742e4c4837f1964fa14bd64a950388bce0bfe987acbd32")
(deftest file-test
(let [f (File. "test/clojure.png")]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clj-digest-clojure.git
More information about the pkg-java-commits
mailing list