diff --git a/rostests/rosautotest/CConfiguration.cpp b/rostests/rosautotest/CConfiguration.cpp index 96d3e851265..51d3f98615d 100644 --- a/rostests/rosautotest/CConfiguration.cpp +++ b/rostests/rosautotest/CConfiguration.cpp @@ -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 + * COPYRIGHT: Copyright 2009-2011 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CConfiguration.h b/rostests/rosautotest/CConfiguration.h index be94bc73413..a6a6a948796 100644 --- a/rostests/rosautotest/CConfiguration.h +++ b/rostests/rosautotest/CConfiguration.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CConfiguration diff --git a/rostests/rosautotest/CFatalException.cpp b/rostests/rosautotest/CFatalException.cpp index 1c2a1699b9d..8f4133870bc 100644 --- a/rostests/rosautotest/CFatalException.cpp +++ b/rostests/rosautotest/CFatalException.cpp @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CFatalException.h b/rostests/rosautotest/CFatalException.h index a49f0c246c8..e3b49766756 100644 --- a/rostests/rosautotest/CFatalException.h +++ b/rostests/rosautotest/CFatalException.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CFatalException diff --git a/rostests/rosautotest/CInvalidParameterException.cpp b/rostests/rosautotest/CInvalidParameterException.cpp index f28903f860f..35108f64290 100644 --- a/rostests/rosautotest/CInvalidParameterException.cpp +++ b/rostests/rosautotest/CInvalidParameterException.cpp @@ -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 + * 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() { diff --git a/rostests/rosautotest/CInvalidParameterException.h b/rostests/rosautotest/CInvalidParameterException.h index f3a87575cc2..51c4b23f2a3 100644 --- a/rostests/rosautotest/CInvalidParameterException.h +++ b/rostests/rosautotest/CInvalidParameterException.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CInvalidParameterException diff --git a/rostests/rosautotest/CJournaledTestList.cpp b/rostests/rosautotest/CJournaledTestList.cpp index fea81fce40f..cd3c9a87c13 100644 --- a/rostests/rosautotest/CJournaledTestList.cpp +++ b/rostests/rosautotest/CJournaledTestList.cpp @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CJournaledTestList.h b/rostests/rosautotest/CJournaledTestList.h index 47900d3aa13..17e062423fe 100644 --- a/rostests/rosautotest/CJournaledTestList.h +++ b/rostests/rosautotest/CJournaledTestList.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CJournaledTestList : public CTestList diff --git a/rostests/rosautotest/CMakeLists.txt b/rostests/rosautotest/CMakeLists.txt index dc1403010cb..21f0cdd5e23 100644 --- a/rostests/rosautotest/CMakeLists.txt +++ b/rostests/rosautotest/CMakeLists.txt @@ -10,8 +10,6 @@ list(APPEND SOURCE CPipedProcess.cpp CProcess.cpp CSimpleException.cpp - CTest.cpp - CTestInfo.cpp CTestList.cpp CVirtualTestList.cpp CWebService.cpp diff --git a/rostests/rosautotest/CPipe.cpp b/rostests/rosautotest/CPipe.cpp index 7dea2b468c7..8fd3cf03e15 100644 --- a/rostests/rosautotest/CPipe.cpp +++ b/rostests/rosautotest/CPipe.cpp @@ -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 + * 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" diff --git a/rostests/rosautotest/CPipe.h b/rostests/rosautotest/CPipe.h index 7049dc039d1..6efe6703738 100644 --- a/rostests/rosautotest/CPipe.h +++ b/rostests/rosautotest/CPipe.h @@ -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 + * 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 diff --git a/rostests/rosautotest/CPipedProcess.cpp b/rostests/rosautotest/CPipedProcess.cpp index 896501f44ce..8761e01467d 100644 --- a/rostests/rosautotest/CPipedProcess.cpp +++ b/rostests/rosautotest/CPipedProcess.cpp @@ -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 + * COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CPipedProcess.h b/rostests/rosautotest/CPipedProcess.h index f279cc5db79..7402572f5fc 100644 --- a/rostests/rosautotest/CPipedProcess.h +++ b/rostests/rosautotest/CPipedProcess.h @@ -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 + * COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org) */ class CPipedProcess : public CProcess diff --git a/rostests/rosautotest/CProcess.cpp b/rostests/rosautotest/CProcess.cpp index afdfd5b52de..65445cb379c 100644 --- a/rostests/rosautotest/CProcess.cpp +++ b/rostests/rosautotest/CProcess.cpp @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CProcess.h b/rostests/rosautotest/CProcess.h index a46310c2c7e..beead412347 100644 --- a/rostests/rosautotest/CProcess.h +++ b/rostests/rosautotest/CProcess.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CProcess diff --git a/rostests/rosautotest/CSimpleException.cpp b/rostests/rosautotest/CSimpleException.cpp index 169d70b0f64..f027f9857b7 100644 --- a/rostests/rosautotest/CSimpleException.cpp +++ b/rostests/rosautotest/CSimpleException.cpp @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CSimpleException.h b/rostests/rosautotest/CSimpleException.h index 650270c8a12..32d1dd38161 100644 --- a/rostests/rosautotest/CSimpleException.h +++ b/rostests/rosautotest/CSimpleException.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CSimpleException diff --git a/rostests/rosautotest/CTest.cpp b/rostests/rosautotest/CTest.cpp deleted file mode 100644 index 742130072da..00000000000 --- a/rostests/rosautotest/CTest.cpp +++ /dev/null @@ -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 - */ - -#include "precomp.h" diff --git a/rostests/rosautotest/CTest.h b/rostests/rosautotest/CTest.h index 1f559b336f1..08edb96580a 100644 --- a/rostests/rosautotest/CTest.h +++ b/rostests/rosautotest/CTest.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CTest diff --git a/rostests/rosautotest/CTestException.h b/rostests/rosautotest/CTestException.h index a280060b5ba..b0f07534f87 100644 --- a/rostests/rosautotest/CTestException.h +++ b/rostests/rosautotest/CTestException.h @@ -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 + * COPYRIGHT: Copyright 2015 Thomas Faber (thomas.faber@reactos.org) */ class CTestException : public CSimpleException diff --git a/rostests/rosautotest/CTestInfo.cpp b/rostests/rosautotest/CTestInfo.cpp deleted file mode 100644 index bea24821475..00000000000 --- a/rostests/rosautotest/CTestInfo.cpp +++ /dev/null @@ -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 - */ - -#include "precomp.h" diff --git a/rostests/rosautotest/CTestInfo.h b/rostests/rosautotest/CTestInfo.h index 791480540fc..ad0816d2f7c 100644 --- a/rostests/rosautotest/CTestInfo.h +++ b/rostests/rosautotest/CTestInfo.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CTestInfo diff --git a/rostests/rosautotest/CTestList.cpp b/rostests/rosautotest/CTestList.cpp index 17e31d9739d..09165e75eba 100644 --- a/rostests/rosautotest/CTestList.cpp +++ b/rostests/rosautotest/CTestList.cpp @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CTestList.h b/rostests/rosautotest/CTestList.h index 49a559ac999..787680592e3 100644 --- a/rostests/rosautotest/CTestList.h +++ b/rostests/rosautotest/CTestList.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CTestList diff --git a/rostests/rosautotest/CVirtualTestList.cpp b/rostests/rosautotest/CVirtualTestList.cpp index 0aade7202fa..b7f31fd9ec8 100644 --- a/rostests/rosautotest/CVirtualTestList.cpp +++ b/rostests/rosautotest/CVirtualTestList.cpp @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CVirtualTestList.h b/rostests/rosautotest/CVirtualTestList.h index d9d6d603e95..f0697d6bd56 100644 --- a/rostests/rosautotest/CVirtualTestList.h +++ b/rostests/rosautotest/CVirtualTestList.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CVirtualTestList : public CTestList diff --git a/rostests/rosautotest/CWebService.cpp b/rostests/rosautotest/CWebService.cpp index 0cdae30986e..5d1e03ab076 100644 --- a/rostests/rosautotest/CWebService.cpp +++ b/rostests/rosautotest/CWebService.cpp @@ -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 + * COPYRIGHT: Copyright 2009-2015 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CWebService.h b/rostests/rosautotest/CWebService.h index 2f4e2075e9a..12d5476b6ab 100644 --- a/rostests/rosautotest/CWebService.h +++ b/rostests/rosautotest/CWebService.h @@ -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 + * COPYRIGHT: Copyright 2009-2015 Colin Finck (colin@reactos.org) */ class CWebService diff --git a/rostests/rosautotest/CWineTest.cpp b/rostests/rosautotest/CWineTest.cpp index 5410d867f6f..baf68a6b8a3 100644 --- a/rostests/rosautotest/CWineTest.cpp +++ b/rostests/rosautotest/CWineTest.cpp @@ -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 + * COPYRIGHT: Copyright 2009-2015 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/CWineTest.h b/rostests/rosautotest/CWineTest.h index 5993822f09a..7c4c54ac2c2 100644 --- a/rostests/rosautotest/CWineTest.h +++ b/rostests/rosautotest/CWineTest.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ class CWineTest : public CTest diff --git a/rostests/rosautotest/auto_array_ptr.h b/rostests/rosautotest/auto_array_ptr.h index e1e3b291803..f53c3b04552 100644 --- a/rostests/rosautotest/auto_array_ptr.h +++ b/rostests/rosautotest/auto_array_ptr.h @@ -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 + * COPYRIGHT: Copyright 2009 Colin Finck (colin@reactos.org) */ template diff --git a/rostests/rosautotest/main.cpp b/rostests/rosautotest/main.cpp index c5ae58f0296..57426ae6597 100644 --- a/rostests/rosautotest/main.cpp +++ b/rostests/rosautotest/main.cpp @@ -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 + * COPYRIGHT: Copyright 2008-2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/misc.cpp b/rostests/rosautotest/misc.cpp index 2488ecbb529..a70a182ad62 100644 --- a/rostests/rosautotest/misc.cpp +++ b/rostests/rosautotest/misc.cpp @@ -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" diff --git a/rostests/rosautotest/precomp.h b/rostests/rosautotest/precomp.h index fa752b814e9..5e0f05b5794 100644 --- a/rostests/rosautotest/precomp.h +++ b/rostests/rosautotest/precomp.h @@ -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_ diff --git a/rostests/rosautotest/shutdown.cpp b/rostests/rosautotest/shutdown.cpp index dc243fa7afe..898ce46d3c0 100644 --- a/rostests/rosautotest/shutdown.cpp +++ b/rostests/rosautotest/shutdown.cpp @@ -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 + * COPYRIGHT: Copyright 2008-2009 Colin Finck (colin@reactos.org) */ #include "precomp.h" diff --git a/rostests/rosautotest/tools.cpp b/rostests/rosautotest/tools.cpp index b5276ba09db..9990e919e06 100644 --- a/rostests/rosautotest/tools.cpp +++ b/rostests/rosautotest/tools.cpp @@ -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 + * COPYRIGHT: Copyright 2008-2015 Colin Finck (colin@reactos.org) */ #include "precomp.h"