This file is indexed.

/usr/share/gnudatalanguage/lib/template.pro is in libgnudatalanguage0 0.9.7-6.

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
;+
;
;
;
; NAME:
;      Routine Name
;
; PURPOSE: 
;       The purpose of the function
;
;
; CATEGORY:
;        Category name (graphics, math)
;
; CALLING SEQUENCE:
;        calling sequence, include positional parameters only 
;
;
;         use Result = NAME for function
;
; KEYWORD PARAMETERS: 
;         KEYWORD_1:  keywords in CAPS
;
; OUTPUTS:
;	output, + return value for functions
;
;
;
; OPTIONAL OUTPUTS:
;	keyword outputs, if any
;
;
; COMMON BLOCKS:
;	BLOCK1:	common blocks used, if any
;
;
; SIDE EFFECTS:
;	side effects, if any
;
; RESTRICTIONS:
;	restrictions, if any
;
; PROCEDURE:
;	Mathematical method used etc.
;
; EXAMPLE:
;       Example usage, show likely inputs, output format
;
;
; MODIFICATION HISTORY:
; 	Written by:	YOUR NAME DATE
;       DATE_MOD        modification, author, include documentation.
;
;
;-
; LICENCE:
;     This TEMPLATE is public domain software. Append your own licence here.
;
;-
pro template

print, "This is a header template and doesn't do anything"

end