This file is indexed.

/usr/share/psychtoolbox-3/PsychContributed/Contents.m is in psychtoolbox-3-common 3.0.9+svn2579.dfsg1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
% Psychtoolbox:PsychContributed
%
% Scripts and software contributed by Psychtoolbox users and
% third-party tools and software that are used in Psychtoolbox. These
% third-party tools are covered by different licenses which allow distribution
% with Psychtoolbox, but are not neccessarily free-software or open-source.
% See the descriptions below or the help files of the functions for
% exact licensing conditions of individual contributions.
%
% help Psychtoolbox % For an overview, triple-click me & hit enter.
%
%
% linux_blacklist_kinectvideo  Blacklist file for Linux, to be copied into the
%                              /etc/modprobe.conf/ directory. Disables the Linux
%                              standard video driver for Microsoft Kinect box. Allows
%                              use of the Kinect with PsychKinect() driver et al.
%                              See 'help InstallKinect'.
%
% ATIRadeonperf                ATIRadeonperf_Linux and ATIRadeonperf_Windows.exe are
%                              compiled Linux and Windows executables that are called
%                              as helpers from the function PsychGPUControl() via a
%                              system() call, ie., they execute in the system shell as
%                              separate processes.
%
%                              These binaries perform the actual GPU setup work on behalf
%                              of PsychGPUControl() using ATI/AMD proprietary low-level
%                              API's. The API's are available to registered developers from
%                              AMD/ATI as "ADL SDK" without royalty fees. While the SDK
%                              license does allow redistribution of executables using the
%                              SDK, it doesn't allow redistribution in source code form.
%                              For that reason, these tools are only made available as
%                              precompiled binaries for your use, not under any open-source
%                              or free-software license. The tools were compiled by Mario
%                              Kleiner, so contact him if you have further questions about
%                              the tools.
%
% Kinect-v16-WindowsDrivers.zip Zip file containing the Microsoft Windows
%                               drivers and installer that are needed to
%                               use the Microsoft XBOX Kinect under
%                               Windows. Type "help PsychKinect" for more
%                               infos.
%
% libusb-1.0.dll               This is the 32 bit Windows experimental version of
%                              libusb-1.0 from ...
%                              http://libusb.org/wiki/windows_backend
%                              The dll is used by PsychHID on MS-Windows.
%                              It is licensed under LGPL v2+. You can get a
%                              more recent version of this dll from the
%                              website mentioned above if you like.
%
% simplepsychtoolboxsetup.sh   Configure OS X priority.  Call from Unix shell, not MATLAB.
%
% macid.exe                    Microsoft Windows command line utility for retrieving the MAC
%                              ethernet address of the primary network
%                              adapter. This free software GPL utility is
%                              downloaded from www.mirkes.de Windows batch
%                              tools. Author: Markus Stephany
%                              URL:
%                              http://www.mirkes.de/en/freeware/batch.php
%
% macidpascalsource/           This folder contains the Delphi-7 Pascal source code
%                              of macid.exe, as required by macid's GPL license.
%
% ple                          Prints useful debugging output, including a stack trace in case
%                              a script exits via rethrow() or psychrethrow(). See help ple for
%                              copyright info.
%
% read_rle_rgbe                Reader routine for RLE encoded RGBE high dynamic range images.
%                              See help read_rle_rgbe for copyright & authorship info. This is
%                              a helper routine for ReadHDR - the recommended function for user
%                              scripts.
%
% WinJoystickMex               WinJoystickMex is a very simple/rudimentary
%                              joystick driver for basic query of position
%                              and button state of joysticks under
%                              MS-Windows, written by Mario Kleiner. The
%                              code is contributed under GPLv2.
%
% WinTab/                      This folder contains the (unsupported!)
%                              WinTabMex MEX file driver (and its C source
%                              code) for controlling touch/digitizer
%                              tablets via the WinTab API on Microsoft
%                              Windows operating systems. It also contains
%                              some basic usage instructions and two M-File
%                              demos, contributed by Andrew Wilson.
%