Skip to content

Commit 08b2063

Browse files
Bryce CogswellBryce
Bryce Cogswell
authored and
Bryce
committed
Update readme and license
1 parent cbd1a83 commit 08b2063

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

LICENSE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## ISC License
2+
3+
Copyright (c) 2018, Bryce Cogswell and Go Map!! Contributers.
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15+
PERFORMANCE OF THIS SOFTWARE.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
12
# Go Map!!
23

34
Go Map!! is an iPhone/iPad editor for adding cartographic information to [OpenStreetMap](www.openstreetmap.org).
45

6+
## Source code structure
57

6-
## Source
7-
8-
The project began as a Mac desktop editor, but soon changed to an iPhone app, but with an eye toward working on both platforms. As a result the **src** directory contains subdirectories **iOS**, **Mac** and **Shared**. The Mac code is not maintained and probably won't build, but core code is written with an eye toward potentially supporting Mac again in the future.
9-
10-
8+
* iOS - Code specific to the iOS app
9+
* Mac - Code specific to the Mac app (old, doesn't build anymore)
10+
* Shared - Shared code (drawing code, OSM data structures, etc)
11+
* Images - Images used for application elements (buttons, etc)
12+
* png/poi/Maki/iD SVG POI - Icons used for map elements (POIs, etc)
13+
* presets - The presets database copied from the iD editor

0 commit comments

Comments
 (0)