[ROSAUTOTEST] Use the new header with SPDX license identifier and remove dead source files.

svn path=/trunk/; revision=75991
This commit is contained in:
Colin Finck
2017-09-29 18:13:54 +00:00
parent abc37007a0
commit bb0896b823
36 changed files with 76 additions and 88 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class for managing all the configuration parameters
* COPYRIGHT: Copyright 2009-2011 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009-2011 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class for managing all the configuration parameters
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CConfiguration
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Fatal program exception with automatically added information
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Fatal program exception with automatically added information
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CFatalException
@@ -1,14 +1,14 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Empty exception thrown when the parameter processor detects an invalid parameter
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
#include "precomp.h"
/**
* Constructs an empty CInvalidParameterException object, which is catched in wmain as an exception.
* Constructs an empty CInvalidParameterException object, which is caught in wmain as an exception.
*/
CInvalidParameterException::CInvalidParameterException()
{
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Empty exception thrown when the parameter processor detects an invalid parameter
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CInvalidParameterException
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a journaled test list for the Crash Recovery feature
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a journaled test list for the Crash Recovery feature
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CJournaledTestList : public CTestList
-2
View File
@@ -10,8 +10,6 @@ list(APPEND SOURCE
CPipedProcess.cpp
CProcess.cpp
CSimpleException.cpp
CTest.cpp
CTestInfo.cpp
CTestList.cpp
CVirtualTestList.cpp
CWebService.cpp
+3 -3
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* PURPOSE: Class that managed an unidirectional anonymous byte stream pipe
* COPYRIGHT: Copyright 2015 Thomas Faber <[email protected]>
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class that manages an unidirectional anonymous byte stream pipe
* COPYRIGHT: Copyright 2015 Thomas Faber ([email protected])
*/
#include "precomp.h"
+3 -3
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* PURPOSE: Class that managed an unidirectional anonymous byte stream pipe
* COPYRIGHT: Copyright 2015 Thomas Faber <[email protected]>
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class that manages an unidirectional anonymous byte stream pipe
* COPYRIGHT: Copyright 2015 Thomas Faber ([email protected])
*/
class CPipe
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class that creates a process and redirects its output to a pipe
* COPYRIGHT: Copyright 2015 Thomas Faber <[email protected]>
* COPYRIGHT: Copyright 2015 Thomas Faber ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class that creates a process and redirects its output to a pipe
* COPYRIGHT: Copyright 2015 Thomas Faber <[email protected]>
* COPYRIGHT: Copyright 2015 Thomas Faber ([email protected])
*/
class CPipedProcess : public CProcess
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class able to create a new process and closing its handles on destruction (exception-safe)
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class able to create a new process and closing its handles on destruction (exception-safe)
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CProcess
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Simple exception containing just a message
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Simple exception containing just a message
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CSimpleException
-8
View File
@@ -1,8 +0,0 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* PURPOSE: Class implementing a generic Test, needs to be used by a derived class
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a generic Test, needs to be used by a derived class
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CTest
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Simple exception during test execution that can be skipped over
* COPYRIGHT: Copyright 2015 Thomas Faber <[email protected]>
* COPYRIGHT: Copyright 2015 Thomas Faber ([email protected])
*/
class CTestException : public CSimpleException
-8
View File
@@ -1,8 +0,0 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* PURPOSE: Class implementing a bucket for Test information
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a bucket for Test information
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CTestInfo
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a generic Test list, needs to be used by a derived class
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a generic Test list, needs to be used by a derived class
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CTestList
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a virtual test list for the tests to be ran
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing a virtual test list for the tests to be ran
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CVirtualTestList : public CTestList
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing the interface to the "testman" Web Service
* COPYRIGHT: Copyright 2009-2015 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009-2015 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing the interface to the "testman" Web Service
* COPYRIGHT: Copyright 2009-2015 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009-2015 Colin Finck ([email protected])
*/
class CWebService
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing functions for handling Wine tests
* COPYRIGHT: Copyright 2009-2015 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009-2015 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Class implementing functions for handling Wine tests
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
class CWineTest : public CTest
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Template similar to std::auto_ptr for arrays
* COPYRIGHT: Copyright 2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2009 Colin Finck ([email protected])
*/
template<typename Type>
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Main implementation file
* COPYRIGHT: Copyright 2008-2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2008-2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+4 -5
View File
@@ -1,9 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GPL - See COPYING in the top level directory
* FILE: base/applications/rapps/misc.c
* PURPOSE: Misc functions
* PROGRAMMERS: Dmitry Chapyshev ([email protected])
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Functions for writing to the Event Log
* COPYRIGHT: Copyright 2009 Dmitry Chapyshev ([email protected])
*/
#include "precomp.h"
+7
View File
@@ -1,3 +1,10 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Main header file
* COPYRIGHT: Copyright 2009-2015 Colin Finck ([email protected])
*/
#ifndef _ROSAUTOTEST_H_
#define _ROSAUTOTEST_H_
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Helper function for shutting down the system
* COPYRIGHT: Copyright 2008-2009 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2008-2009 Colin Finck ([email protected])
*/
#include "precomp.h"
+2 -2
View File
@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Automatic Testing Utility
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Various helper functions
* COPYRIGHT: Copyright 2008-2015 Colin Finck <[email protected]>
* COPYRIGHT: Copyright 2008-2015 Colin Finck ([email protected])
*/
#include "precomp.h"