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
This commit is contained in:
wp_xxyyzz 2018-04-16 22:10:14 +00:00
parent d70b3d3e26
commit 51c0ef9d38
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<Package Version="4">
<Name Value="lazMapViewerPkg"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Maciej Kaczkowski, ti_dic"/>
<CompilerOptions>
<Version Value="11"/>
<SearchPaths>
@ -10,6 +11,9 @@
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Component for viewing maps (Google, OpenStreetMap, etc).
This is a fork of MapViewer by ti_dic (https://sourceforge.net/p/roadbook/code/ci/master/tree/mapviewer/) which itself is based on the MapViewer by Maciej Kaczkowski (https://github.com/maciejkaczkowski/mapviewer)."/>
<License Value="GPL2 or later"/>
<Files Count="14">
<Item1>
<Filename Value="source/mvcache.pas"/>

View File

@ -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 }