Skip to content

Commit 23a58e5

Browse files
committed
Headers for pas files
1 parent 1cc8b40 commit 23a58e5

File tree

4 files changed

+72
-0
lines changed

4 files changed

+72
-0
lines changed

Source/Android/UExternalFileViewer.Android.pas

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
{****************************************************}
2+
{ }
3+
{ firemonkey-external-file-viewer }
4+
{ }
5+
{ Copyright (C) 2018 Code Partners Pty Ltd }
6+
{ }
7+
{ http://www.code-partners.com }
8+
{ }
9+
{****************************************************}
10+
{ }
11+
{ This Source Code Form is subject to the terms of }
12+
{ the Mozilla Public License, v. 2.0. If a copy of }
13+
{ the MPL was not distributed with this file, You }
14+
{ can obtain one at }
15+
{ }
16+
{ http://mozilla.org/MPL/2.0/ }
17+
{ }
18+
{****************************************************}
119
unit UExternalFileViewer.Android;
220

321
interface

Source/UExternalFileViewer.pas

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
{****************************************************}
2+
{ }
3+
{ firemonkey-external-file-viewer }
4+
{ }
5+
{ Copyright (C) 2018 Code Partners Pty Ltd }
6+
{ }
7+
{ http://www.code-partners.com }
8+
{ }
9+
{****************************************************}
10+
{ }
11+
{ This Source Code Form is subject to the terms of }
12+
{ the Mozilla Public License, v. 2.0. If a copy of }
13+
{ the MPL was not distributed with this file, You }
14+
{ can obtain one at }
15+
{ }
16+
{ http://mozilla.org/MPL/2.0/ }
17+
{ }
18+
{****************************************************}
119
unit UExternalFileViewer;
220

321
interface

Source/UOpenURLUtils.pas

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
{****************************************************}
2+
{ }
3+
{ firemonkey-external-file-viewer }
4+
{ }
5+
{ Copyright (C) 2018 Code Partners Pty Ltd }
6+
{ }
7+
{ http://www.code-partners.com }
8+
{ }
9+
{****************************************************}
10+
{ }
11+
{ This Source Code Form is subject to the terms of }
12+
{ the Mozilla Public License, v. 2.0. If a copy of }
13+
{ the MPL was not distributed with this file, You }
14+
{ can obtain one at }
15+
{ }
16+
{ http://mozilla.org/MPL/2.0/ }
17+
{ }
18+
{****************************************************}
119
unit UOpenURLUtils;
220

321
interface

Source/iOS/UExternalFileViewer.iOS.pas

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
{****************************************************}
2+
{ }
3+
{ firemonkey-external-file-viewer }
4+
{ }
5+
{ Copyright (C) 2018 Code Partners Pty Ltd }
6+
{ }
7+
{ http://www.code-partners.com }
8+
{ }
9+
{****************************************************}
10+
{ }
11+
{ This Source Code Form is subject to the terms of }
12+
{ the Mozilla Public License, v. 2.0. If a copy of }
13+
{ the MPL was not distributed with this file, You }
14+
{ can obtain one at }
15+
{ }
16+
{ http://mozilla.org/MPL/2.0/ }
17+
{ }
18+
{****************************************************}
119
unit UExternalFileViewer.iOS;
220

321
interface

0 commit comments

Comments
 (0)