Skip to content

Commit b8573d9

Browse files
committed
Modified About Box Database tab re change to MIT license. Modified associated help topic to suit.
1 parent 8e94fac commit b8573d9

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Src/Help/HTML/dlg_about.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2012, Peter Johnson (www.delphidabbler.com).
7+
* Copyright (C) 2005-2014, Peter Johnson (www.delphidabbler.com).
88
*
99
* $Rev$
1010
* $Date$
@@ -74,7 +74,7 @@ <h2>
7474
Where to find the <em>Code Snippets Database</em> online.
7575
</li>
7676
<li>
77-
A source code disclaimer.
77+
Licensing information.
7878
</li>
7979
<li>
8080
A list of contributors to the database along with a list of testers.

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
1010
* obtain one at http://mozilla.org/MPL/2.0/
1111
*
12-
* Copyright (C) 2007-2012, Peter Johnson (www.delphidabbler.com).
12+
* Copyright (C) 2007-2014, Peter Johnson (www.delphidabbler.com).
1313
*
1414
* $Rev$
1515
* $Date$
1616
*
17-
* Template for content displayed in database tab of about dialog box.
17+
* Template for content displayed in database tab of about dialogue box.
1818
-->
1919

2020
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -55,9 +55,10 @@
5555
</p>
5656

5757
<p>
58-
The source code in the database may be used freely, but is made available
59-
on an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either
60-
express or implied. The code is used entirely at your own risk.
58+
The source code in the database is open source and is covered by the <a
59+
class="external-link"
60+
href="http://opensource.org/licenses/MIT"
61+
>MIT License</a>. The code is used entirely at your own risk.
6162
</p>
6263

6364
<p>

0 commit comments

Comments
 (0)