restructure external code and handle 3rd party licenses correctly

This commit is contained in:
mlangkabel
2018-12-11 16:50:47 +01:00
parent 2f5409af5d
commit 20b2db0571
20 changed files with 165753 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#include "NameHierarchy.h"
#include "json/json.hpp"
#include "json.hpp"
namespace sourcetrail
{
+1 -1
View File
@@ -20,7 +20,7 @@
#include <fstream>
#include <vector>
#include "sqlite/CppSQLite3.h"
#include "CppSQLite3.h"
#include "DatabaseStorage.h"
#include "DefinitionKind.h"