15. Licences¶
This section gives citations to, and licence details for, software used by CamCOPS.
15.1. CamCOPS¶
Copyright (C) 2012-2018 Rudolf Cardinal (rudolf@pobox.com).
CamCOPS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
CamCOPS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with CamCOPS. If not, see <http://www.gnu.org/licenses/>.
15.2. Qt¶
The CamCOPS client (tablet/desktop app) is written using the Qt C++ framework. See https://www.qt.io/.
Qt is used here under the LGPL. See:
- https://www.qt.io/qt-licensing-terms/
- note that some parts of Qt are only available under the GPL for open-source users: https://www.qt.io/licensing-comparison/
- https://doc.qt.io/qt-5/licenses-used-in-qt.html
- https://www.gnu.org/licenses/lgpl-3.0.en.html
15.3. OpenSSL¶
Qt uses OpenSSL for its cryptography. See https://www.openssl.org/.
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/).
15.3.1. License issues¶
The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See below for the actual license texts. Actually both licenses are BSD-style Open Source licenses. In case of any license issues related to OpenSSL please contact openssl-core@openssl.org.
15.3.2. OpenSSL License¶
/* ====================================================================
* Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. 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.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED 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 OpenSSL PROJECT OR
* ITS 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.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).
*
*/
15.3.3. Original SSLeay License¶
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the copyright
* notice, this list of conditions and the following disclaimer.
* 2. 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.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 AUTHOR 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.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
15.4. SQLCipher¶
CamCOPS uses SQLCipher for encrypted SQLite databases. See https://www.zetetic.net/sqlcipher/.
Copyright (c) 2016, ZETETIC LLC
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* 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.
* Neither the name of the ZETETIC LLC nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''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 ZETETIC LLC 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.
15.5. Eigen¶
The CamCOPS client uses Eigen for matrix algebra (e.g. for implementing generalized linear models). See http://eigen.tuxfamily.org.
- Guennebaud G, Jacob B, et al. (2010). Eigen v3. http://eigen.tuxfamily.org
- Eigen is free software licensed under the Mozilla Public License (MPL) v2.0 (https://www.mozilla.org/en-US/MPL/2.0/); see http://eigen.tuxfamily.org/index.php?title=Main_Page#License.
15.6. FloatingPoint¶
The CamCOPS client uses Google’s FloatingPoint class for “nearly equal” testing. This is from the Google C++ Testing Framework.
See:
- https://stackoverflow.com/questions/17333/what-is-the-most-effective-way-for-float-and-double-comparison
- https://raw.githubusercontent.com/google/googletest/master/googletest/include/gtest/internal/gtest-internal.h
- https://raw.githubusercontent.com/google/googletest/master/googletest/include/gtest/internal/gtest-port.h
// Copyright 2005, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * 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.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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
// OWNER 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.
//
// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee)
//
// The Google C++ Testing Framework (Google Test)
15.7. Sounds¶
For sounds relating to specific tasks, see each task’s information file. For the CamCOPS general sounds:
- Sound test 1 (bach_brandenburg_3_3.mp3):
- excerpt from Bach JS, Brandenburg Concerto No. 3, third movement (Allegro), by the Advent Chamber Orchestra, from http://freemusicarchive.org/music/Advent_Chamber_Orchestra/Selections_from_the_2005-2006_Season/;
- licensed under the EFF Open Audio License (https://commons.wikimedia.org/wiki/EFF_OAL), reported by the source site as equivalent to CC-BY-SA-2.0 (https://creativecommons.org/licenses/by-sa/3.0/us/).
- Sound test 2 (mozart_laudate.mp3):
- excerpt from Mozart WA, Vesperae solennes de confessore (K.339), fifth movement, Laudate Dominum, by the Advent Chamber Orchester, from http://freemusicarchive.org/music/Advent_Chamber_Orchestra/Selections_from_the_December_2006_Concert/Advent_Chamber_Orchestra_-_11_-_Mozart_-_Laudate_Dominum;
- licensed under the EFF Open Audio License (https://commons.wikimedia.org/wiki/EFF_OAL), reported by the source site as equivalent to CC-BY-SA-2.0 (https://creativecommons.org/licenses/by-sa/3.0/us/).
- Other sounds generated de novo in Audacity (http://www.audacityteam.org/).
15.8. Images¶
For images relating to specific tasks, see each task’s information file. For the CamCOPS general images:
File | Source |
---|---|
addiction.png | Cigarette symbol from https://openclipart.org/detail/23552/cigarette-symbol (public domain, as per https://openclipart.org/share). Glass from https://commons.wikimedia.org/wiki/File:Wheat_beer_glass_silhouette.svg (by BenFrantzDale~commonswiki, CC-SA-3.0). Rest de novo. |
add.png | de novo |
affective.png | Modified from https://commons.wikimedia.org/wiki/File:Drama-icon.svg (by User:Booyabazooka; GFDL). |
alltasks.png | de novo |
anonymous.png | de novo |
back.png | de novo |
branch-closed.png | de novo |
branch-end.png | de novo |
branch-more.png | de novo |
branch-open.png | de novo |
camcops.png | Brain from http://www.public-domain-photos.com/free-cliparts/people/bodypart/brain_jon_phillips_01-4366.htm (public domain). Rest de novo. |
camera.png | de novo |
cancel.png | de novo |
catatonia.png | After Cardinal RN, Everitt BJ. Neural systems of motivation. Encyclopedia of Behavioral Neuroscience, Elsevier/Academic Press, Oxford. |
chain.png | de novo |
check_disabled.png | de novo |
check_false_black.png | de novo |
check_false_red.png | de novo |
check_true_black.png | de novo |
check_true_red.png | de novo |
check_unselected.png | de novo |
check_unselected_required.png | de novo |
choose_page.png | de novo |
choose_patient.png | de novo |
clinical.png | de novo |
cognitive.png | de novo |
delete.png | Pencil modified from http://www.clker.com/clipart-pencil-28.html> (public domain, as per http://www.clker.com/disclaimer.html). Rest de novo. |
edit.png | Pencil modified from http://www.clker.com/clipart-pencil-28.html (public domain, as per http://www.clker.com/disclaimer.html). Rest de novo. |
executive.png | Built using chess icons https://commons.wikimedia.org/wiki/File:Chess_qdt45.svg, https://commons.wikimedia.org/wiki/File:Chess_rlt45.svg, and https://commons.wikimedia.org/wiki/File:Chess_ndt45.svg (by en:User:Cburnett; GFDL, BSD, and GPL). |
fast_forward.png | de novo |
field_incomplete_mandatory.png | de novo |
field_incomplete_optional.png | de novo |
field_problem.png | de novo |
finishflag.png | Modified from http://www.clker.com/clipart-finish-flags.html (public domain, as per http://www.clker.com/disclaimer.html). |
finish.png | de novo |
global.png | From https://commons.wikimedia.org/wiki/File:Globe_Atlantic.svg (by the US Government; public domain). |
hasChild.png | de novo |
hasParent.png | de novo |
info.png | Modified from https://en.wikipedia.org/wiki/File:Info_icon_002.svg (by Amada44; unrestricted use). |
locked.png | Modified from https://commons.wikimedia.org/wiki/File:Ambox_padlock_gray.svg (by User:HuBoro; public domain). |
magnify.png | Modified from https://commons.wikimedia.org/wiki/File:Magnifying_glass_icon.svg (by Derferman; public domain). |
next.png | de novo |
ok.png | de novo |
patient_summary.png | de novo |
personality.png | Prism/rainbow from https://commons.wikimedia.org/wiki/File:Prism-rainbow-black.svg (by Suidroot; CC-SA-3.0). “Children crossing” from http://www.clker.com/clipart-children-crossing.html (public domain, as per http://www.clker.com/disclaimer.html). |
privileged.png | de novo |
psychosis.png | de novo |
radio_disabled.png | de novo |
radio_selected.png | de novo |
radio_unselected.png | de novo |
radio_unselected_required.png | de novo |
read_only.png | Pencil modified from http://www.clker.com/clipart-pencil-28.html (public domain, as per http://www.clker.com/disclaimer.html). Rest de novo. |
reload.png | de novo |
research.png | Mortarboard from https://en.wikipedia.org/wiki/File:French_university_icon.svg [CC-SA-3.0, by Λua∫Wise (Operibus anteire)]. Test tube from http://www.clker.com/clipart-26081.html (public domain, as per http://www.clker.com/disclaimer.html). |
rotate_anticlockwise.png | de novo |
rotate_clockwise.png | de novo |
sets_clinical.png | de novo |
sets_research.png | Mortarboard from https://en.wikipedia.org/wiki/File:French_university_icon.svg [CC-SA-3.0, by Λua∫Wise (Operibus anteire)]. Rest de novo. |
settings.png | Modified from https://www.clker.com/clipart-gear-grey.html (public domain, as per http://www.clker.com/disclaimer.html). |
spanner.png | de novo |
speaker_playing.png | de novo |
speaker.png | de novo |
stop.png | de novo |
time_now.png | de novo |
treeview.png | de novo |
unlocked.png | Modified from https://commons.wikimedia.org/wiki/File:Ambox_padlock_gray.svg (by User:HuBoro; public domain). |
upload.png | Globe from https://openclipart.org/download/121609/1298353280.svg (public domain, as per https://openclipart.org/share). Server from https://commons.wikimedia.org/wiki/File:Server-database-mysql.svg, in turn from https://commons.wikimedia.org/wiki/File:Drive-harddisk.svg (by Sasa Stefanovic; public domain). |
vline.png | de novo |
warning.png | de novo |
whisker.png | de novo |
zoom.png | Modified from https://commons.wikimedia.org/wiki/File:Magnifying_glass_icon.svg (by Derferman; public domain). |