Author: cfinck Date: Fri Sep 29 18:13:54 2017 New Revision: 75991
URL: http://svn.reactos.org/svn/reactos?rev=75991&view=rev Log: [ROSAUTOTEST] Use the new header with SPDX license identifier and remove dead source files.
Removed: trunk/rostests/rosautotest/CTest.cpp trunk/rostests/rosautotest/CTestInfo.cpp Modified: trunk/rostests/rosautotest/CConfiguration.cpp trunk/rostests/rosautotest/CConfiguration.h trunk/rostests/rosautotest/CFatalException.cpp trunk/rostests/rosautotest/CFatalException.h trunk/rostests/rosautotest/CInvalidParameterException.cpp trunk/rostests/rosautotest/CInvalidParameterException.h trunk/rostests/rosautotest/CJournaledTestList.cpp trunk/rostests/rosautotest/CJournaledTestList.h trunk/rostests/rosautotest/CMakeLists.txt trunk/rostests/rosautotest/CPipe.cpp trunk/rostests/rosautotest/CPipe.h trunk/rostests/rosautotest/CPipedProcess.cpp trunk/rostests/rosautotest/CPipedProcess.h trunk/rostests/rosautotest/CProcess.cpp trunk/rostests/rosautotest/CProcess.h trunk/rostests/rosautotest/CSimpleException.cpp trunk/rostests/rosautotest/CSimpleException.h trunk/rostests/rosautotest/CTest.h trunk/rostests/rosautotest/CTestException.h trunk/rostests/rosautotest/CTestInfo.h trunk/rostests/rosautotest/CTestList.cpp trunk/rostests/rosautotest/CTestList.h trunk/rostests/rosautotest/CVirtualTestList.cpp trunk/rostests/rosautotest/CVirtualTestList.h trunk/rostests/rosautotest/CWebService.cpp trunk/rostests/rosautotest/CWebService.h trunk/rostests/rosautotest/CWineTest.cpp trunk/rostests/rosautotest/CWineTest.h trunk/rostests/rosautotest/auto_array_ptr.h trunk/rostests/rosautotest/main.cpp trunk/rostests/rosautotest/misc.cpp trunk/rostests/rosautotest/precomp.h trunk/rostests/rosautotest/shutdown.cpp trunk/rostests/rosautotest/tools.cpp
Modified: trunk/rostests/rosautotest/CConfiguration.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CConfiguration... ============================================================================== --- trunk/rostests/rosautotest/CConfiguration.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CConfiguration.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009-2011 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CConfiguration.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CConfiguration... ============================================================================== --- trunk/rostests/rosautotest/CConfiguration.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CConfiguration.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CConfiguration
Modified: trunk/rostests/rosautotest/CFatalException.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CFatalExceptio... ============================================================================== --- trunk/rostests/rosautotest/CFatalException.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CFatalException.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CFatalException.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CFatalExceptio... ============================================================================== --- trunk/rostests/rosautotest/CFatalException.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CFatalException.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CFatalException
Modified: trunk/rostests/rosautotest/CInvalidParameterException.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CInvalidParame... ============================================================================== --- trunk/rostests/rosautotest/CInvalidParameterException.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CInvalidParameterException.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
#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() {
Modified: trunk/rostests/rosautotest/CInvalidParameterException.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CInvalidParame... ============================================================================== --- trunk/rostests/rosautotest/CInvalidParameterException.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CInvalidParameterException.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CInvalidParameterException
Modified: trunk/rostests/rosautotest/CJournaledTestList.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CJournaledTest... ============================================================================== --- trunk/rostests/rosautotest/CJournaledTestList.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CJournaledTestList.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CJournaledTestList.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CJournaledTest... ============================================================================== --- trunk/rostests/rosautotest/CJournaledTestList.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CJournaledTestList.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CJournaledTestList : public CTestList
Modified: trunk/rostests/rosautotest/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CMakeLists.txt... ============================================================================== --- trunk/rostests/rosautotest/CMakeLists.txt [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CMakeLists.txt [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -10,8 +10,6 @@ CPipedProcess.cpp CProcess.cpp CSimpleException.cpp - CTest.cpp - CTestInfo.cpp CTestList.cpp CVirtualTestList.cpp CWebService.cpp
Modified: trunk/rostests/rosautotest/CPipe.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CPipe.cpp?rev=... ============================================================================== --- trunk/rostests/rosautotest/CPipe.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CPipe.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 thomas.faber@reactos.org + * 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 (thomas.faber@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CPipe.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CPipe.h?rev=75... ============================================================================== --- trunk/rostests/rosautotest/CPipe.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CPipe.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 thomas.faber@reactos.org + * 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 (thomas.faber@reactos.org) */
class CPipe
Modified: trunk/rostests/rosautotest/CPipedProcess.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CPipedProcess.... ============================================================================== --- trunk/rostests/rosautotest/CPipedProcess.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CPipedProcess.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 thomas.faber@reactos.org + * COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CPipedProcess.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CPipedProcess.... ============================================================================== --- trunk/rostests/rosautotest/CPipedProcess.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CPipedProcess.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 thomas.faber@reactos.org + * COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org) */
class CPipedProcess : public CProcess
Modified: trunk/rostests/rosautotest/CProcess.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CProcess.cpp?r... ============================================================================== --- trunk/rostests/rosautotest/CProcess.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CProcess.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CProcess.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CProcess.h?rev... ============================================================================== --- trunk/rostests/rosautotest/CProcess.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CProcess.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CProcess
Modified: trunk/rostests/rosautotest/CSimpleException.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CSimpleExcepti... ============================================================================== --- trunk/rostests/rosautotest/CSimpleException.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CSimpleException.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CSimpleException.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CSimpleExcepti... ============================================================================== --- trunk/rostests/rosautotest/CSimpleException.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CSimpleException.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CSimpleException
Removed: trunk/rostests/rosautotest/CTest.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CTest.cpp?rev=... ============================================================================== --- trunk/rostests/rosautotest/CTest.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CTest.cpp (removed) @@ -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 colin@reactos.org - */ - -#include "precomp.h"
Modified: trunk/rostests/rosautotest/CTest.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CTest.h?rev=75... ============================================================================== --- trunk/rostests/rosautotest/CTest.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CTest.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CTest
Modified: trunk/rostests/rosautotest/CTestException.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CTestException... ============================================================================== --- trunk/rostests/rosautotest/CTestException.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CTestException.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 thomas.faber@reactos.org + * COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org) */
class CTestException : public CSimpleException
Removed: trunk/rostests/rosautotest/CTestInfo.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CTestInfo.cpp?... ============================================================================== --- trunk/rostests/rosautotest/CTestInfo.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CTestInfo.cpp (removed) @@ -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 colin@reactos.org - */ - -#include "precomp.h"
Modified: trunk/rostests/rosautotest/CTestInfo.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CTestInfo.h?re... ============================================================================== --- trunk/rostests/rosautotest/CTestInfo.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CTestInfo.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CTestInfo
Modified: trunk/rostests/rosautotest/CTestList.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CTestList.cpp?... ============================================================================== --- trunk/rostests/rosautotest/CTestList.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CTestList.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CTestList.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CTestList.h?re... ============================================================================== --- trunk/rostests/rosautotest/CTestList.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CTestList.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CTestList
Modified: trunk/rostests/rosautotest/CVirtualTestList.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CVirtualTestLi... ============================================================================== --- trunk/rostests/rosautotest/CVirtualTestList.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CVirtualTestList.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CVirtualTestList.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CVirtualTestLi... ============================================================================== --- trunk/rostests/rosautotest/CVirtualTestList.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CVirtualTestList.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CVirtualTestList : public CTestList
Modified: trunk/rostests/rosautotest/CWebService.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CWebService.cp... ============================================================================== --- trunk/rostests/rosautotest/CWebService.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CWebService.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009-2015 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CWebService.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CWebService.h?... ============================================================================== --- trunk/rostests/rosautotest/CWebService.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CWebService.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009-2015 Colin Finck (colin@reactos.org) */
class CWebService
Modified: trunk/rostests/rosautotest/CWineTest.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CWineTest.cpp?... ============================================================================== --- trunk/rostests/rosautotest/CWineTest.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CWineTest.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009-2015 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/CWineTest.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/CWineTest.h?re... ============================================================================== --- trunk/rostests/rosautotest/CWineTest.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/CWineTest.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
class CWineTest : public CTest
Modified: trunk/rostests/rosautotest/auto_array_ptr.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/auto_array_ptr... ============================================================================== --- trunk/rostests/rosautotest/auto_array_ptr.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/auto_array_ptr.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */
template<typename Type>
Modified: trunk/rostests/rosautotest/main.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/main.cpp?rev=7... ============================================================================== --- trunk/rostests/rosautotest/main.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/main.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2008-2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/misc.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/misc.cpp?rev=7... ============================================================================== --- trunk/rostests/rosautotest/misc.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/misc.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 (dmitry@reactos.org) + * 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 (dmitry@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/precomp.h?rev=... ============================================================================== --- trunk/rostests/rosautotest/precomp.h [iso-8859-1] (original) +++ trunk/rostests/rosautotest/precomp.h [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 (colin@reactos.org) + */ + #ifndef _ROSAUTOTEST_H_ #define _ROSAUTOTEST_H_
Modified: trunk/rostests/rosautotest/shutdown.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/shutdown.cpp?r... ============================================================================== --- trunk/rostests/rosautotest/shutdown.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/shutdown.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2008-2009 Colin Finck (colin@reactos.org) */
#include "precomp.h"
Modified: trunk/rostests/rosautotest/tools.cpp URL: http://svn.reactos.org/svn/reactos/trunk/rostests/rosautotest/tools.cpp?rev=... ============================================================================== --- trunk/rostests/rosautotest/tools.cpp [iso-8859-1] (original) +++ trunk/rostests/rosautotest/tools.cpp [iso-8859-1] Fri Sep 29 18:13:54 2017 @@ -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 colin@reactos.org + * COPYRIGHT: Copyright 2008-2015 Colin Finck (colin@reactos.org) */
#include "precomp.h"