mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
License header added
This commit is contained in:
+14
-1
@@ -1,9 +1,22 @@
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2005-2009 Anchorite (TeamX), <anchorite2001@yandex.ru>
|
||||
* Copyright (c) 20014-2015 Nirran, phobos2077
|
||||
* Copyright (c) 20015 alexeevdv <mail@alexeevdv.ru>
|
||||
* Distributed under the GNU GPL v3. For full terms see the file license.txt
|
||||
*
|
||||
*/
|
||||
|
||||
// C++ standard includes
|
||||
#include <iostream>
|
||||
|
||||
// int2ssl includes
|
||||
#include "stdafx.h"
|
||||
#include "ProcTable.h"
|
||||
#include "Utility.h"
|
||||
#include "ObjectAttributes.h"
|
||||
|
||||
#include <iostream>
|
||||
// Third party includes
|
||||
|
||||
CProcDescriptor::CProcDescriptor() :
|
||||
m_ulNameOffset(0),
|
||||
|
||||
Reference in New Issue
Block a user