Fix formatting in license block of readme.

This commit is contained in:
Paul Stadig 2014-06-27 13:53:37 -04:00
parent e448315e72
commit 9569bd0ddf

View file

@ -77,11 +77,13 @@
A test containing ~(is (= oops-i-only-gave-one-argument))~ will throw an
exception.
** License
: Copyright © Paul Stadig and Outpace Systems, Inc. All rights reserved.
:
: Some small bits of code were taken from clojure.test and modified, and are
: Copyright © Rich Hickey. All rights reserved.
:
: Distributed under the Eclipse Public License, the same as Clojure.
#+BEGIN_EXAMPLE
Copyright © Paul Stadig and Outpace Systems, Inc. All rights reserved.
Some small bits of code were taken from clojure.test and modified, and are
Copyright © Rich Hickey. All rights reserved.
Distributed under the Eclipse Public License, the same as Clojure.
#+END_EXAMPLE
** Acknowledgements
I am grateful for design and implementation assistance from Bryce Covert.