Skip to content

Commit 7c0ab06

Browse files
committed
Add MPL2 boilerplate header comment
Fixes #36
1 parent 31da540 commit 7c0ab06

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Src/FirstRun.FmWhatsNew.FrHTML.pas

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
{
2+
* This Source Code Form is subject to the terms of the Mozilla Public License,
3+
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
4+
* obtain one at https://mozilla.org/MPL/2.0/
5+
*
6+
* Copyright (C) 2020-2021, Peter Johnson (gravatar.com/delphidabbler).
7+
*
8+
* Frame that displays HTML of "what's new" message in a TWebBrowser control.
9+
}
10+
11+
112
unit FirstRun.FmWhatsNew.FrHTML;
213

314
interface

0 commit comments

Comments
 (0)