<div class=“copyright”>

<p class="year">
  &#xA9; {{ site.time | date: "%Y" }} {{ site.org.name }}.
</p>

<p class="message">
  All rights reserved. Unless otherwise specified, no part of this
  site or its documents may be reproduced or utilized otherwise in any form or by any
  means, electronic or mechanical, including photocopying, or posting on the
  internet or an intranet, without prior written permission. Permission can
  be requested from the address below.
</p>

<div class="contact-info">
  <p class="name">{{ site.org.name }}</p>
  <p class="address">
    {{ site.org.address | newline_to_br }}
    <br />
    <a href="mailto:{{ site.org.email }}">{{ site.org.email }}</a>
    <br />
    <a href="{{ site.org.website.url }}">{{ site.org.website.title }}</a>
  </p>
</div>

</div>