This file is indexed.

/usr/share/games/adanaxisgpl/mushruby/Mushware.rb is in adanaxisgpl-data 1.2.5.dfsg.1-4.

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
87
88
#%Header {
##############################################################################
#
# File data-adanaxis/mushruby/Mushware.rb
#
# Author Andy Southgate 2006-2007
#
# This file contains original work by Andy Southgate.  The author and his
# employer (Mushware Limited) irrevocably waive all of their copyright rights
# vested in this particular version of this file to the furthest extent
# permitted.  The author and Mushware Limited also irrevocably waive any and
# all of their intellectual property rights arising from said file and its
# creation that would otherwise restrict the rights of any party to use and/or
# distribute the use of, the techniques and methods used herein.  A written
# waiver can be obtained via http://www.mushware.com/.
#
# This software carries NO WARRANTY of any kind.
#
##############################################################################
#%Header } l07RxdC2sydahadB3UqArQ
# $Id: Mushware.rb,v 1.16 2007/03/13 21:45:04 southa Exp $
# $Log: Mushware.rb,v $
# Revision 1.16  2007/03/13 21:45:04  southa
# Release process
#
# Revision 1.15  2006/11/01 10:07:12  southa
# Shield handling
#
# Revision 1.14  2006/10/17 15:27:59  southa
# Player collisions
#
# Revision 1.13  2006/10/14 16:59:43  southa
# Ruby Deco objects
#
# Revision 1.12  2006/10/09 16:00:14  southa
# Intern generation
#
# Revision 1.11  2006/09/30 13:46:32  southa
# Seek and patrol
#
# Revision 1.10  2006/09/10 10:30:51  southa
# Shader billboarding
#
# Revision 1.9  2006/08/24 16:30:55  southa
# Event handling
#
# Revision 1.8  2006/08/24 13:04:36  southa
# Event handling
#
# Revision 1.7  2006/08/17 08:57:10  southa
# Event handling
#
# Revision 1.6  2006/08/01 17:21:14  southa
# River demo
#
# Revision 1.5  2006/08/01 13:41:08  southa
# Pre-release updates
#

require 'MushBasePrism.rb'
require 'MushConfig.rb'
require 'MushDashboard.rb'
require 'MushDisplacement.rb'
require 'MushError.rb'
require 'MushEvent.rb'
require 'MushEvents.rb'
require 'MushExtruder.rb'
# require 'MushGame.rb'
require 'MushGLFont.rb'
require 'MushGLTexture.rb'
require 'MushHelpers.rb'
require 'MushKeys.rb'
require 'MushLog.rb'
require 'MushLogic.rb'
require 'MushMaterial.rb'
require 'MushMenu.rb'
require 'MushMesh.rb'
require 'MushObject.rb'
require 'MushPiece.rb'
require 'MushPost.rb'
require 'MushRegistered.rb'
require 'MushRotation.rb'
require 'MushShaderLibrary.rb'
require 'MushTimedValue.rb'
require 'MushTools.rb'
require 'MushUtil.rb'
require 'MushVector.rb'
require 'MushView.rb'