Updated README references from OSCR to OSCAR

This commit is contained in:
Phil Olynyk 2019-02-24 10:26:14 -05:00
parent bb68d784f4
commit 89f29ae1ef

12
README
View File

@ -1,6 +1,6 @@
OpenSource CPAP Review - OSCR OpenSource CPAP Analysis Reporter - OSCAR
OSCR started as a maintenance fork of SleepyHead version 1.1.0 when that was abandoned by Mark Watkins. OSCAR started as a maintenance fork of SleepyHead version 1.1.0 when that was abandoned by Mark Watkins.
SleepyHead was cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data, SleepyHead was cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data,
which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea. It was released which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea. It was released
@ -10,8 +10,8 @@ SleepyHead was written by Mark Watkins (aka Jedimark), an Australian software de
SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net> SleepyHead was copyright (C) 2011-2018 by Mark Watkins <mark@jedimark.net>
Most of OSCR is copyright (c) 2011-2018 by Mark Watkins <mark@jedimark.net> Most of OSCAR is copyright (c) 2011-2018 by Mark Watkins <mark@jedimark.net>
Portions of OSCR are copyright (c) 2019 by Nightowl Software <michaelnightowl99@gmail.com> Portions of OSCAR are copyright (c) 2019 by Nightowl Software <michaelnightowl99@gmail.com>
Requirements: Requirements:
------------- -------------
@ -31,7 +31,7 @@ Recommend shadow building to not cruft up the source code folder:
cd .. cd ..
mkdir build mkdir build
cd build cd build
qmake ../oscr-code/OSCR_QT.pro qmake ../oscr-code/OSCAR_QT.pro
make make
You may need to add a -spec option to qmake to suit your platform. You may need to add a -spec option to qmake to suit your platform.
@ -54,7 +54,7 @@ with
Software Licensing Information Software Licensing Information
------------------------------ ------------------------------
OSCR is released under the GNU GPL v3 License. Please see below for a note on giving correct attribution OSCAR is released under the GNU GPL v3 License. Please see below for a note on giving correct attribution
in redistribution of derivatives. in redistribution of derivatives.
It is built using Qt SDK (Open Source Edition), available from http://qt.io. It is built using Qt SDK (Open Source Edition), available from http://qt.io.