<?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-2012, 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>
<%Copyright%>
All rights reserved. For terms and conditions of distribution and use see
the
<a
class="help-link"
href="help:License"
title="View the EULA"
>End User License Agreement</a>.
</p>
<p>
The source code of some of <em>CodeSnip's</em> functionality is available
from a
<a
class="external-link"
href="http://www.delphidabbler.com/view/repo/codesnip"
title="Go to the SourceForge CodeSnip repo"
>Subversion repository</a> on <em>SourceForge</em>. The source is made
available under the terms of the
<a
class="external-link"
href="http://www.mozilla.org/MPL/"
title="View the license online"
>Mozilla Public License v1.1</a> and other open source software licenses.
</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 who
wrote the code used to load and convert GIF images. Finn Tolderlund
updated the code.
</li>
<li>
<em>CodeSnip</em> uses v10 of the <em>Indy</em> Internet Direct
components from the
<a
class="external-link"
href="http://www.indyproject.org/"
title="Go to the Indy Project home page"
>Indy project</a>.
</li>
<li>
Thanks to Steve Schafer of
<a
class="external-link"
href="http://www.teamb.com/"
title="Go to the TeamB home page"
>TeamB</a> for the code on which the program's encryption and
decryption support is based.
</li>
<li>
Thanks to Vadim Crits for the customised list view control,
<em>TListViewEx</em>.
</li>
<li>
Some of the images used in this program are licensed as follows:
<ul>
<li>
Images extracted from the
<a
href="http://www.vistaico.com"
class="external-link"
title="Go to VistaICO.com"
>VistaICO Aero Pack 3</a> are copyright © VistaICO.com and
are licensed under a
<a
href="http://creativecommons.org/licenses/by/3.0/"
class="external-link"
title="Creative Commons Attribution 3.0 License"
>Creative Commons Attribution 3.0 License</a>.
</li>
<li>
Images extracted from Mark James'
<a
href="http://www.famfamfam.com/lab/icons/silk/"
class="external-link"
title="View the Silk icon set web page"
>Silk icon set 1.3</a> are licensed under a
<a
href="http://creativecommons.org/licenses/by/2.5/"
class="external-link"
title="Creative Commons Attribution 2.5 License"
>Creative Commons Attribution 2.5 License</a>.
</li>
<li>
Images extracted from the
<a
href="http://led24.de/iconset/"
class="external-link"
title="View the LED Icon Set page"
>Led Icon Set</a> are licensed under a
<a
href="http://creativecommons.org/licenses/by-sa/3.0/"
class="external-link"
title="Creative Commons Attribution Share Alike 3.0 License"
>Creative Commons Attribution Share Alike 3.0 License</a>.
</li>
<li>
Images based on the
<a
href="http://www.icojam.com/blog/?p=222"
class="external-link"
title="View the PixelBox set on Icojam.com"
>PixelBox</a> icon collection by Stan Khodjaev are released under
the Creative Commons
<a
href="http://creativecommons.org/publicdomain/mark/1.0/"
class="external-link"
title="Creative Commons Public Domain Mark 1.0"
>Public Domain Mark 1.0</a>.
</li>
</ul>
</li>
<li>
<em>CodeSnip</em> was developed and built using Embarcadero
Delphi® 2010.
</li>
<li>
<em>CodeSnip</em>'s installer was created using
<a
href="http://www.jrsoftware.org/isinfo.php"
class="external-link"
title="View information about Inno Setup"
>Inno Setup</a>.
</li>
</ul>
</div>
<p>
<%Registered%>
</p>
</body>
</html>