This file is indexed.

/usr/include/globjects/globjects-version.h is in libglobjects-dev 1.1.0-2.

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
#define GLOBJECTS_PROJECT_NAME        "globjects"
#define GLOBJECTS_PROJECT_DESCRIPTION "Strict OpenGL objects wrapper."

#define GLOBJECTS_AUTHOR_ORGANIZATION "CG Internals GmbH"
#define GLOBJECTS_AUTHOR_DOMAIN       "https://github.com/cginternals/globjects/"
#define GLOBJECTS_AUTHOR_MAINTAINER   "opensource@cginternals.com"

#define GLOBJECTS_VERSION_MAJOR       "1"
#define GLOBJECTS_VERSION_MINOR       "0"
#define GLOBJECTS_VERSION_PATCH       "0"
#define GLOBJECTS_VERSION_REVISION    "000000000000"

#define GLOBJECTS_VERSION             "1.0.0"
#define GLOBJECTS_NAME_VERSION        "globjects v1.0.0 (000000000000)"