FOSSology  4.4.0
Open Source License Compliance by Open Source Software
copyright.hpp
1 /*
2  SPDX-FileCopyrightText: © 2013-2014 Siemens AG
3  Author: Daniele Fognini, Andreas Wuerl
4 
5  SPDX-License-Identifier: GPL-2.0-only
6 */
7 
8 #ifndef COPYRIGHT_HPP
9 #define COPYRIGHT_HPP
10 
11 #include <vector>
12 #include "copyrightUtils.hpp"
13 #include "directoryScan.hpp"
14 
15 extern "C" {
16 #include "libfossagent.h"
17 }
18 
19 #endif // COPYRIGHT_HPP