From bccf5f749221f1fc317a2b20ee754472e6c55f4e Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sun, 18 May 2025 07:38:28 +0200 Subject: [PATCH] Fix licensing plate The rendering was messed up before. This uses the exact same copy of the ClojureCLR readme. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cb45a21..ee654e4 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ In various parts of this website, there will be quotations from the Clojure and -> * Clojure -> * Copyright (c) Rich Hickey. All rights reserved. -< * The use and distribution terms for this software are covered by the -> * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) -> * which can be found in the file LICENSE at the root of this distribution. -> * By using this software in any fashion, you are agreeing to be bound by -> * the terms of this license. -> * You must not remove this notice, or any other, from this software. \ No newline at end of file +## License ## + + Copyright (c) Rich Hickey. All rights reserved. The use and + distribution terms for this software are covered by the Eclipse + Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) + which can be found in the file epl-v10.html at the root of this + distribution. By using this software in any fashion, you are + agreeing to be bound by the terms of this license. You must + not remove this notice, or any other, from this software.