This file is indexed.

/usr/share/doc/libticalcs2-11/README is in libticalcs2-11 1.1.8+dfsg2-3.

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
 _______ _____    ____       _       _       ____   ____
|__   __|_   _|  / ___|     / \     | |     / ___| /  __\
   | |    | |   | /        / , \    | |    | /     | |__
   | |    | |   | |       / /_\ \   | |    | |     \__  \
   | |   _| |_  | \___   / _____ \  | |___ | \__   ___| |
   |_|  |_____|  \____| /_/     \_\ |_____| \____||_____/

This library is part of the TILP framework by Romain LiƩvin et al.

See the AUTHORS file for more detailed authorship information.

-------------------------------------------------------------------------------
Requirements
-------------------------------------------------------------------------------

OS:
  - any *nix with a reasonably modern C compiler (a current GCC will definitely
    work)
  or
  - Microsoft Windows, MSVC or MSYS+MinGW required for compiling from source

Libraries:
  - GLib 2 (required)
  - libticonv (required)
  - libtifiles2 (required)
  - libticables2 (required)

Tools for building from source:
  - make (required)
  - tfdocgen (optional, required to build API docs)

-------------------------------------------------------------------------------
Compilation
-------------------------------------------------------------------------------

Untar the libticalcs2 archive, change directory to the libticalcs2 directory.

Type "./configure" (add --prefix option to install to a non-default location).

Type "make" and then "make install". "make install" requires root privileges
to install to the default, system-wide location.

-------------------------------------------------------------------------------
Availability
-------------------------------------------------------------------------------

  http://lpg.ticalc.org/prj_tilp

-------------------------------------------------------------------------------
Copyright
-------------------------------------------------------------------------------

Copyright (C) 1999-2011 the TiLP team <tilp-users@lists.sf.net>
See AUTHORS for detailed authorship information.

This library 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 2 of the License, or (at your option) any later
version.

(A special exception applies when linking the library into TilEm, see the
COPYING file for details.)

This library 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
this library (in the COPYING file); if not, see <http://www.gnu.org/licenses/>.

-------------------------------------------------------------------------------

Texas Instruments and TI are trademarks of Texas Instruments Incorporated.
For more informations: <http://education.ti.com/educationportal/sites/US/nonProductSingle/global_trademarks.html>
This document has been written independently of Texas Instruments.

Please report any bugs, questions, etc. on the SourceForge infrastructure
(http://sourceforge.net/tilp). Please indicate your platform, your calculator
type and ROM version.

The TiLP team <tilp-users@lists.sf.net>