From a09793e178ca9a472098ed1ce11ac4fa14577520 Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Fri, 14 Feb 2014 15:27:45 +0100 Subject: [PATCH] add COPYING, improve README --- COPYING | 13 +++++++++++++ README.md | 17 ++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..c6c7def --- /dev/null +++ b/COPYING @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + 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. diff --git a/README.md b/README.md index 8c0100f..36a6d40 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 at Cloud Your Car.