This file is indexed.

/usr/include/smartcardpp/smartcardpp.h is in libsmartcardpp-dev 0.3.0-0ubuntu7.

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
/*
* SMARTCARDPP
* 
* This software is released under either the GNU Library General Public
* License (see LICENSE.LGPL) or the BSD License (see LICENSE.BSD).
* 
* Note that the only valid version of the LGPL license as far as this
* project is concerned is the original GNU Library General Public License
* Version 2.1, February 1999
*
*/

#ifndef SMARTCARDPP_H
#define SMARTCARDPP_H

//This is a main header - it inludes everything else.

#include "CardBase.h"
#include "PCSCManager.h"
#include "DynamicLibrary.h"
#include "esteid/EstEidCard.h"
#include "SCError.h"
#include "types.h"

#endif // SMARTCARDPP_H