This repository mixes together files from various sources under various licenses. This file shall clear up which things are released how and under which terms to make it transparent which files can be used how.
The materials inside the src directory are the text of my thesis and thus fall under certain copyrights, but also under the limitations and exceptions to copyright. Thus, don't plagiarize my thesis, but read it, cite it, criticize it, print it, ... but don't copy it word by word and claim it to be your own.
The csl files in assets are released under CC BY-SA 3.0. The csl file springer-socpsych-author-date.mod.csl is a modified version of the original springer-socpsych-author-date.csl.
All submodules are subject to their respective licenses.
- Gaze is released under the MIT License.
- GazeCapture is released under a special research only license.
Pexels releases all its images under a CC0 license.
While no data is inside the repository, there are scripts to download data from facebase. Be kind and don't download the data too often and respect their licenses and citation rules when you use the data.
- assets/images/pattern.png is taken from the OpenCV library and is there released under the BSD License (see below).
- assets/images/huey_eyetracker.png is taken from a copy of an old book, scanned by the google book project. It is released into the Public Domain.
- scratch/caffe-test/images are not released to be used for anything but verification of the presented approachtes in scratch/caffe-test. This will change once I provide proper images.
The files in scratch/related_materials fall into the same category as the thesis and are protected by normal copyrights. However, feel free to use and modify the presentation to your liking.
I release all other materials in this repository, except otherwise noted under the MIT License (see below), especially
- scratch (except related_materials, see above)
- bin
- the files in the root directory
- assets/examples, assets/gen_figures
- assets (except some images and the csl files, see above).
By downloading, copying, installing or using the software you agree to this license. If you do not agree to this license, do not download, install, copy or use the software.
License Agreement
For Open Source Computer Vision Library
(3-clause BSD License)
Copyright (C) 2000-2018, Intel Corporation, all rights reserved. Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved. Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved. Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved. Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved. Copyright (C) 2015-2016, Itseez Inc., all rights reserved. Third party copyrights are property of their respective owners.
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 names of the copyright holders nor the names of the 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 copyright holders 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.A
Copyright (c) 2018 Sebastian Höffner
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.