This file is indexed.

/usr/lib/erlang/lib/wx-1.6.1/ebin/wx.app is in erlang-wx 1:18.3-dfsg-1ubuntu3.

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
%% This is an -*- erlang -*- file.
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 2010. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
%% You may obtain a copy of the License at
%%
%%     http://www.apache.org/licenses/LICENSE-2.0
%%
%% Unless required by applicable law or agreed to in writing, software
%% distributed under the License is distributed on an "AS IS" BASIS,
%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%
%% %CopyrightEnd%

{application, wx,
 [{description, "Yet another graphics system"},
  {vsn, "1.6.1"},
  {modules,
   [
    %% Generated modules
  wxStaticBoxSizer, wxUpdateUIEvent, wxIcon, wxColourPickerEvent, wxGraphicsMatrix, wxImage, wxGraphicsContext, wxPreviewFrame, wxFontPickerCtrl, wxEvtHandler, wxFileDialog, wxFlexGridSizer, wxPrintDialogData, wxColourData, wxMouseCaptureChangedEvent, wxDCOverlay, wxClipboardTextEvent, wxChoicebook, wxSystemOptions, wxGridCellFloatRenderer, wxGridCellAttr, wxWindowDC, wxColourDialog, wxStatusBar, wxInitDialogEvent, wxEraseEvent, wxXmlResource, wxTaskBarIconEvent, wxGraphicsObject, wxPrintout, wxDateEvent, wxSysColourChangedEvent, wxGraphicsPath, wxLocale, wxBitmap, wxQueryNewPaletteEvent, wxSizerItem, wxGridCellBoolRenderer, wxGridSizer, wxPasswordEntryDialog, wxNavigationKeyEvent, wxFontData, wxGraphicsRenderer, wxMouseCaptureLostEvent, wxTextEntryDialog, wxIdleEvent, wxChoice, wxListItem, wxSpinCtrl, wxMDIClientWindow, wxMDIChildFrame, wxStdDialogButtonSizer, wxPrintPreview, wxPrintData, wxDirPickerCtrl, wxKeyEvent, wxEvent, wxFontDialog, wxRadioBox, wxGridCellEditor, wxPalette, wxTreebook, wxSizeEvent, wxLogNull, wxPageSetupDialog, wxSashLayoutWindow, wxStyledTextCtrl, wxGridCellStringRenderer, wxPreviewCanvas, wxTextAttr, wxScrollWinEvent, wxCalendarCtrl, wxAuiDockArt, wxWindowDestroyEvent, wxSetCursorEvent, wxMenuItem, wxMirrorDC, wxControl, wxToggleButton, wxGraphicsFont, wxStaticText, wxIconizeEvent, wxJoystickEvent, wxPrinter, wxGridBagSizer, wxScrollEvent, wx_misc, wxWindowCreateEvent, wxGridCellFloatEditor, wxStyledTextEvent, wxRegion, wxMoveEvent, wxStaticBox, wxBufferedDC, wxStaticBitmap, wxControlWithItems, wxListCtrl, wxCalendarEvent, wxGauge, wxListView, wxSizerFlags, wxGridCellTextEditor, wxShowEvent, wxBitmapDataObject, wxFindReplaceDialog, wxFrame, wxTextDataObject, wxPaletteChangedEvent, wxGridCellRenderer, wxStaticLine, wxMiniFrame, wxDisplayChangedEvent, wxListEvent, wxCursor, wxDialog, wxTopLevelWindow, wxPaintDC, wxTreeCtrl, wxScreenDC, wxPopupWindow, wxChildFocusEvent, wxColourPickerCtrl, wxFilePickerCtrl, wxPostScriptDC, wxGrid, wxAuiSimpleTabArt, wxSashEvent, wxScrolledWindow, wxMask, wxSplitterEvent, wxScrollBar, wxMenuEvent, wxCheckBox, wxHtmlWindow, wxListItemAttr, wxAuiManager, wxBoxSizer, wxBitmapButton, wxClipboard, wxMouseEvent, wxDirDialog, wxMenu, wxSashWindow, wxAuiPaneInfo, wxPaintEvent, wxSplitterWindow, wxProgressDialog, wxGridCellNumberEditor, wxListBox, wxActivateEvent, wxNotebookEvent, wxFileDirPickerEvent, wxMessageDialog, wxButton, wxMenuBar, wxMaximizeEvent, wxToolBar, wxGraphicsPen, wxNotifyEvent, wxArtProvider, wxHtmlEasyPrinting, wxNotebook, wxBufferedPaintDC, wxFindReplaceData, wxAuiManagerEvent, wxGridCellNumberRenderer, wxHtmlLinkEvent, wxGridEvent, wxContextMenuEvent, wxLayoutAlgorithm, wxCheckListBox, wxGridCellBoolEditor, wxMultiChoiceDialog, wxOverlay, wxComboBox, wxCommandEvent, wxPanel, wxFocusEvent, wxGridCellChoiceEditor, wxListbook, wxImageList, wxAuiNotebook, wxToolTip, wxSlider, wxSizer, wxGBSizerItem, wxPen, wxBrush, wxPickerBase, wxAuiNotebookEvent, wxGLCanvas, wxAcceleratorEntry, wxPageSetupDialogData, wxDataObject, wxSplashScreen, wxMemoryDC, wxToolbook, wxTaskBarIcon, wxPopupTransientWindow, wxPrintDialog, wxFileDataObject, wxRadioButton, wxTextCtrl, wxCloseEvent, wxCalendarDateAttr, wxDC, wxCaret, wxAcceleratorTable, wxGraphicsBrush, wxMDIParentFrame, wxPreviewControlBar, wxHelpEvent, wxGenericDirCtrl, wxFont, wxDatePickerCtrl, wxSystemSettings, wxWindow, wxTreeEvent, wxSpinEvent, wxSingleChoiceDialog, wxFontPickerEvent, wxAuiTabArt, wxIconBundle, wxClientDC, wxSpinButton, glu, gl,
    %% Handcrafted modules
    wx,
    wx_object,
    wxe_master,
    wxe_server,
    wxe_util
   ]},
  {registered, []},
  {applications, [stdlib, kernel]},
  {env, []},
  {runtime_dependencies, ["stdlib-2.0","kernel-3.0","erts-6.0"]}
 ]}.