Skip to content

Commit fbc363b

Browse files
author
delphidabbler
committed
Removed reference to Indy from License and About dialogue
1 parent c7d533c commit fbc363b

File tree

2 files changed

+1
-89
lines changed

2 files changed

+1
-89
lines changed

Docs/License.html

Lines changed: 1 addition & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ <h2>
254254
All of <em>CodeSnip</em>'s original source code, and some third party code,
255255
is available from the <a
256256
href="http://delphidabbler.com/view/repo/codesnip"
257-
><em>CodeSnip</em> Subversion Repository</a>. The exception is the <em>Indy
258-
Project</em> source code, which must be obtained separately.
257+
><em>CodeSnip</em> Subversion Repository</a>.
259258
</p>
260259
<p>
261260
Details of the license applying to a source code file will usually be
@@ -269,31 +268,6 @@ <h2>
269268
listed below.
270269
</p>
271270
<ul>
272-
<li>
273-
<div class="license-name">
274-
Indy Dual License
275-
</div>
276-
<div>
277-
You may use the licensed code under the terms of either of the following
278-
two licenses.
279-
</div>
280-
<ul>
281-
<li>
282-
<div class="license-name">
283-
<a href="#mpl-1.1">Mozilla Public License v1.1</a>
284-
</div>
285-
</li>
286-
<li>
287-
<div class="license-name">
288-
<a href="#indy-bsd">Indy Modified BSD License</a>
289-
</div>
290-
</li>
291-
</ul>
292-
<div class="applies-to">
293-
Used by the <em>Indy Project</em>. Components from this project are
294-
<strong>not</strong> included in the <em>CodeSnip</em> repository.
295-
</div>
296-
</li>
297271
<li>
298272
<div class="license-name">
299273
<a href="#md5">MD5 License</a>
@@ -1401,54 +1375,6 @@ <h3>Exhibit A - Mozilla Public License.</h3>
14011375

14021376
<hr />
14031377

1404-
<h2 id="indy-bsd">
1405-
Indy Modified BSD License
1406-
</h2>
1407-
1408-
<h3>Copyright</h3>
1409-
1410-
<p>Portions of this software are Copyright &copy; 1993 - 2003, Chad Z. Hower
1411-
(Kudzu) and the Indy Pit Crew - <a
1412-
href="http://www.IndyProject.org/"
1413-
>http://www.IndyProject.org/</a></p>
1414-
1415-
<h3>License</h3>
1416-
1417-
<p>Redistribution and use in source and binary forms, with or without
1418-
modification, are permitted provided that the following conditions are
1419-
met:</p>
1420-
1421-
<ul>
1422-
1423-
<li>Redistributions of source code must retain the above copyright notice,
1424-
this list of conditions and the following disclaimer.</li>
1425-
1426-
<li>Redistributions in binary form must reproduce the above copyright
1427-
notice, this list of conditions and the following disclaimer in the
1428-
documentation, about box and/or other materials provided with the
1429-
distribution.</li>
1430-
1431-
<li>No personal names or organizations names associated with the Indy
1432-
project may be used to endorse or promote products derived from this
1433-
software without specific prior written permission of the specific
1434-
individual or organization. </li>
1435-
1436-
</ul>
1437-
1438-
<p>THIS SOFTWARE IS PROVIDED BY Chad Z. Hower (Kudzu) and the Indy Pit Crew
1439-
&quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1440-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
1441-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
1442-
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1443-
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1444-
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1445-
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
1446-
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1447-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1448-
POSSIBILITY OF SUCH DAMAGE.</p>
1449-
1450-
<hr />
1451-
14521378
<h2 id="md5">
14531379
MD5 License
14541380
</h2>
@@ -2393,12 +2319,6 @@ <h1>
23932319
<li>
23942320
This software is based, in part, on the work of Anders Melander.
23952321
</li>
2396-
<li>
2397-
Portions of this software are Copyright &copy; 1993 - 2003, Chad Z. Hower
2398-
(Kudzu) and the Indy Pit Crew - <a
2399-
href="http://www.IndyProject.org/"
2400-
>http://www.IndyProject.org/</a>.
2401-
</li>
24022322
<li>
24032323
The TListViewEx component used in this program is copyright &copy;
24042324
1999-2009 Vadim Crits.

Src/Res/HTML/dlg-about-program-tplt.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@
7878
<li>
7979
This software is based, in part, on the work of Anders Melander.
8080
</li>
81-
<li>
82-
Portions of this software are copyright &copy; 1993 - 2003, Chad Z.
83-
Hower (Kudzu) and the Indy Pit Crew -
84-
<a
85-
href="http://www.IndyProject.org/"
86-
class="external-link"
87-
>http://www.IndyProject.org/</a>.
88-
</li>
8981
<li>
9082
The TListViewEx component used in this program is copyright &copy;
9183
1999-2009 Vadim Crits.

0 commit comments

Comments
 (0)