-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasGPSinfo_EN.html
66 lines (51 loc) · 3.08 KB
/
asGPSinfo_EN.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>
<link rel="stylesheet" type="text/css" href="qrc:///css/style.css">
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML;CHARSET=utf-8">
<title>asGPS: A geocoding plugin for AfterShot Pro</title>
</HEAD>
<body>
<h2>asGPS: A geocoding plugin for AfterShot Pro</h2>
<h3>Free to use and open source</h3>
The plugin asGPS is free to use. You do not have to pay any license fee
for it. Also you can get the source code for free and alter it
according to your needs.
<p/>
If you want to say thank you or provide a cup of coffee or glass of
beer feel free to use the Paypal donation button here. Clicking on
it opens a browser window which lets you log into your Paypal account
or create one.
<p align="center">
<a href="https://www.paypal.com/de/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CFV9JQP6LEHYJ">
<img border="0"
src="qrc:///img/EN_btn_donateCC_LG.gif"
alt="Simple, quickly and secure – donate with PayPal."/>
</a>
</p>
<h3>License restrictions</h3>
The plugin asGPS uses the Google Maps API. So you have to respect the following license:<br/>
<a href="http://code.google.com/intl/en-US/apis/maps/terms.html">Google Maps API Terms</a>
<p/>
All other material provided is licensed under the following BSD license:
<p/>
Copyright (c) 2012, Andreas Schrell, Barna Keresztes<br/>
All rights reserved.
<p/>
Geotagging using GPS tracking code from Barna Keresztes<br/ >
All rights reserved.
<p/>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
<ul>
<li/>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
<li/>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
</ul>
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<p/>
<em>By using the asGPS plugin you agree to both of these licenses!</em>
<h3>Source code</h3>
You can download or look into the source code <a href="http://schrell.de/cgi-bin/gitweb.cgi?p=asGPS.git">HERE</a> or copy it to your Computer with git directly:<p/>
<pre>git clone http://schrell.de/asGPS.git</pre>
<h3>Contact</h3>
You can contact me via e-mail to "as (at) schrell.de".
</body>
</html>