This file is indexed.

/usr/include/xylib/gsas.h is in libxy-dev 1.3-1.1+b1.

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
// GSAS File Format
// Licence: Lesser GNU Public License 2.1 (LGPL)

// based on GSAS Manual, chapter "GSAS Standard Powder Data File"

#ifndef XYLIB_GSAS_H_
#define XYLIB_GSAS_H_

#include "xylib.h"

namespace xylib {

    class GsasDataSet : public DataSet
    {
    public:
        OBLIGATORY_DATASET_MEMBERS(GsasDataSet)
    };

} // namespace

#endif // XYLIB_GSAS_H_