Skip to content

Commit

Permalink
add COPYING, improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
kosma committed Feb 14, 2014
1 parent 56177f0 commit a09793e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
13 changes: 13 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <[email protected]>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# minmea, the lightweight GPS NMEA 0183 parser library
# minmea, a lightweight GPS NMEA 0183 parser library

Minmea is a minimalistic GPS parser library intended for resource-constrained
platforms, especially microcontrollers and other embedded systems.
Minmea is a minimalistic GPS parser library written in pure C intended for
resource-constrained platforms, especially microcontrollers and other embedded
systems.

## Features

Expand Down Expand Up @@ -76,3 +77,13 @@ typing ``make``.
## Bugs
There are plenty. Report them on GitHub, or - even better - open a pull request.
Please write unit tests for any new functions you add - it's fun!
## Licensing
Minmea is open source software; see ``COPYING`` for amusement. Email me if the
license bothers you and I'll happily re-license under anything else under the sun.
## Author
Minmea was written by Kosma Moczek <[email protected]> at Cloud Your Car.

0 comments on commit a09793e

Please sign in to comment.