From 51c0ef9d38983df46be35f7180509f82f510d213 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Mon, 16 Apr 2018 22:10:14 +0000 Subject: [PATCH] lazMapViewer: Add description, license and authors to package file. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6315 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/lazmapviewer/lazmapviewerpkg.lpk | 4 ++++ components/lazmapviewer/source/mvdownloadengine.pas | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/lazmapviewer/lazmapviewerpkg.lpk b/components/lazmapviewer/lazmapviewerpkg.lpk index 485449055..eb53839a9 100644 --- a/components/lazmapviewer/lazmapviewerpkg.lpk +++ b/components/lazmapviewer/lazmapviewerpkg.lpk @@ -3,6 +3,7 @@ + @@ -10,6 +11,9 @@ + + diff --git a/components/lazmapviewer/source/mvdownloadengine.pas b/components/lazmapviewer/source/mvdownloadengine.pas index c02b3a9c1..717cbe24e 100644 --- a/components/lazmapviewer/source/mvdownloadengine.pas +++ b/components/lazmapviewer/source/mvdownloadengine.pas @@ -1,4 +1,4 @@ -{ Map Viewer Download Engine Synapse +{ Map Viewer Download Engine Copyright (C) 2011 Maciej Kaczkowski / keit.co @@ -34,6 +34,7 @@ type procedure DownloadFile(const Url: string; AStream: TStream); virtual; end; + implementation { TMvCustomDownloadEngine }