<?xml version="1.0"?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
 * This Source Code Form is subject to the terms of the Mozilla Public License,
 * v. 2.0. If a copy of the MPL was not distributed with this file, You can
 * obtain one at http://mozilla.org/MPL/2.0/
 *
 * Copyright (C) 2005-2013, Peter Johnson (www.delphidabbler.com).
 *
 * $Rev$
 * $Date$
 *
 * Template for content displayed in program tab of about dialog box.
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>dlg-about-program-tplt</title>
    <style type="text/css">
      .scrollbox {
        overflow: auto;
        height: 14em;
        width: auto;
        margin: 6px 0;
      }
      .scrollbox ul {
        margin: 0 0.5em 0 2em;
        list-style-type: disc;
      }
      .scrollbox ul li {
        margin: 0.5em 0;
      }
      .scrollbox ul ul {
        list-style-type: circle;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1.25em;
      }
      .scrollbox ul ul li {
        margin: 0.25em 0;
      }
    </style>
  </head>
  <body>
    <p>
      DelphiDabbler <em>CodeSnip</em> is copyright © 2005-2013 by Peter D
      Johnson, <a
        class="external-link"
        href="http://delphidabbler.com"
      >http://delphidabbler.com</a>.
    </p>
    <p>
      The program is made available under the terms of the <a
        class="external-link"
        href="https://www.mozilla.org/MPL/2.0/"
      >Mozilla Public License 2.0</a>. For full details of the license and a
      disclaimer of warranty, please see the file <code>License.html</code> that
      was installed with the program.
    </p>
    <p>
      <strong>Credits & Attributions</strong>
    </p>
    <div class="scrollbox">
      <ul>
        <li>
          The MD5 digest code used in this program is based on the RSA Data
          Security, Inc. MD5 Message-Digest Algorithm.
        </li>
        <li>
          This software is based, in part, on the work of Anders Melander.
        </li>
        <li>
          Portions of this software are Copyright © 1993 - 2003, Chad Z.
          Hower (Kudzu) and the Indy Pit Crew - <a
            href="http://www.IndyProject.org/"
            class="external-link"
          >http://www.IndyProject.org/</a>.
        </li>
        <li>
          The TListViewEx component used in this program is copyright ©
          1999-2009 Vadim Crits.
        </li>
        <li>
          Portions of this software are copyright © 2004 Andrey V. Sorokin,
          <a
            href="http://RegExpStudio.com"
            class="external-link"
          >http://RegExpStudio.com</a>, mailto:anso@mail.ru.
        </li>
        <li>
          Portions of this software are based on the <a
            href="http://code.google.com/p/delphi-coll/"
            class="external-link"
          >Delphi Collections Library</a>, copyright © 2009-2012 by Ciobanu
          Alexandru.
        </li>
        <li>
          <div>
            <em>CodeSnip</em> makes use of images from the following icon
            collections:
          </div>
          <ul>
            <li>
              <a
                href="http://www.famfamfam.com/lab/icons/silk/"
                class="external-link"
              >Silk Icon Set 1.3</a> by Mark James.
            </li>
            <li>
              <a
                href="http://www.damieng.com/icons/silkcompanion"
                class="external-link"
              >Silk Companion 1</a> by Damien Guard.
            </li>
            <li>
              <a
                href="http://led24.de/iconset/"
                class="external-link"
              >Led Icon Set v1.0</a>.
            </li>
            <li>
              16x16-free-application-icons by <a
                href="http://www.aha-soft.com"
                class="external-link"
              >Aha-Soft</a>.
            </li>
            <li>
              <a
                href="http://www.icojam.com/blog/?p=222"
                class="external-link"
              >PixelBox</a> icon collection.
            </li>
            <li>
              <a
                href="http://toolbaricons.sourceforge.net/"
                class="external-link"
              >Toolbar Icons</a> set by Florian Haag.
            </li>
            <li>
              Public domain images obtained from <a
                href="http://www.clker.com/"
                class="external-link"
              >Clker.com</a>.
            </li>
          </ul>
        </li>
        <li>
          <em>CodeSnip</em> makes use of selected components from the <a
            href="http://synedit.sourceforge.net/"
            class="external-link"
          >SynEdit Project</a>.
        </li>
        <li>
          Thanks to Steve Schafer of <a
            href="http://www.teamb.com/"
            class="external-link"
          >TeamB</a> for the code on which the program's encryption support is
          based.
        </li>
        <li>
          <em>CodeSnip</em> was developed and built using Embarcadero
          Delphi® XE.
        </li>
        <li>
          <em>CodeSnip</em>'s installer was created using
          <a
            href="http://www.jrsoftware.org/isinfo.php"
            class="external-link"
          >Inno Setup</a>.
        </li>
      </ul>
    </div>
    <p>
      <%Registered%>
    </p>
  </body>
</html>