This file is indexed.

/usr/lib/x86_64-linux-gnu/lorene/Devel/template.C is in liblorene-dev 0.0.0~cvs20161116+dfsg-1ubuntu4.

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
/*
 *  Short description of the file contents
 *
 *    (see file ??? for documentation).
 *
 */

/*
 *   Copyright (c) year  your_name
 *
 *   This file is part of LORENE.
 *
 *   LORENE is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License version 2
 *   as published by the Free Software Foundation.
 *
 *   LORENE 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 LORENE; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */

char name_of_this_file_C[] = "$Header: /cvsroot/Lorene/Devel/template.C,v 1.5 2014/10/13 08:54:04 j_novak Exp $" ;

/*
 * $Id: template.C,v 1.5 2014/10/13 08:54:04 j_novak Exp $
 * $Log: template.C,v $
 * Revision 1.5  2014/10/13 08:54:04  j_novak
 * Lorene classes and functions now belong to the namespace Lorene.
 *
 * Revision 1.4  2003/10/19 20:01:10  e_gourgoulhon
 * Template file
 *
 * *** Suppress all lines (including those of this comment) which are not
 * *** between two $ characters. The lines between two $ must not be
 * *** changed: they will be processed by CVS when committing this file:
 * *** for instance, templace.C will be replaced by the actual name of this
 * *** file, etc... 
 *
 * $Header: /cvsroot/Lorene/Devel/template.C,v 1.5 2014/10/13 08:54:04 j_novak Exp $
 *
 */

// C++ headers
#include <>

// C headers
#include <>

// Lorene headers
#include ""

namespace Lorene { // All Lorene stuff is part of a single namespace

  // put your function and class definitions here...


}