Skip to content

Commit

Permalink
Copyright lines in unit headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0sT-Brutal committed Aug 19, 2019
1 parent 70cb13f commit b75e543
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/OSM.MapControl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Visual control displaying a map.
Data for the map (tile images) must be supplied via callbacks.
See OSM.TileStorage unit
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
}
unit OSM.MapControl;

Expand Down
2 changes: 2 additions & 0 deletions Source/OSM.NetworkRequest.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Generic (no real network implementation) classes and declarations for
requesting OSM tile images from network.
Real network function from any network must be supplied to actually execute request.
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
}
unit OSM.NetworkRequest;

Expand Down
2 changes: 2 additions & 0 deletions Source/OSM.SlippyMapUtils.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
which is based on UNIT openmap.pas
https://github.com/norayr/meridian23/blob/master/openmap/openmap.pas
New BSD License
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
}
unit OSM.SlippyMapUtils;

Expand Down
2 changes: 2 additions & 0 deletions Source/OSM.TileStorage.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
OSM tile images cache.
Stores tile images for the map, could read/save them from/to local files but
doesn't request them from network. See OSM.NetworkRequest unit
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
}
unit OSM.TileStorage;

Expand Down
2 changes: 2 additions & 0 deletions Source/RTLInetRequest.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Implements blocking HTTP request with HTTP class from RTL
FPC: fphttpclient unit
Delphi: TNetHTTPRequest (since XE8). Older versions must use other engines
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
}
unit RTLInetRequest;

Expand Down
2 changes: 2 additions & 0 deletions Source/SynapseRequest.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Implements blocking HTTP request with Synapse framework.
based on code by Simon Kroik, 06.2018, [email protected]
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
}
unit SynapseRequest;

Expand Down
2 changes: 2 additions & 0 deletions Source/WinInetRequest.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
Implements blocking HTTP request with WinInet.
Windows-only
(c) Fr0sT-Brutal https://github.com/Fr0sT-Brutal/Delphi_OSMMap
}
unit WinInetRequest;

Expand Down

0 comments on commit b75e543

Please sign in to comment.