From b6d999dbe4d33dbc28caafa7bdfdb829a6fb6a21 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Fri, 29 Sep 2017 18:33:04 +0000 Subject: [PATCH] [ROSTESTS] Use the new header with SPDX license identifier for my printing-related API tests svn path=/trunk/; revision=75992 --- rostests/apitests/localspl/dll/fpEnumPrinters.c | 4 ++-- .../apitests/localspl/dll/fpGetPrintProcessorDirectory.c | 4 ++-- rostests/apitests/localspl/dll/main.c | 4 ++-- rostests/apitests/localspl/localspl_apitest.h | 4 ++-- rostests/apitests/localspl/service.c | 4 ++-- rostests/apitests/localspl/testlist.c | 4 ++-- rostests/apitests/localspl/tests.c | 4 ++-- .../apitests/netapi32/DsRoleGetPrimaryDomainInformation.c | 4 ++-- rostests/apitests/netapi32/testlist.c | 4 ++-- rostests/apitests/spoolss/AlignRpcPtr.c | 4 ++-- rostests/apitests/spoolss/PackStrings.c | 4 ++-- rostests/apitests/spoolss/ReallocSplStr.c | 4 ++-- rostests/apitests/spoolss/SplInitializeWinSpoolDrv.c | 4 ++-- rostests/apitests/spoolss/testlist.c | 6 +++--- rostests/apitests/winprint/EnumPrintProcessorDatatypesW.c | 4 ++-- rostests/apitests/winprint/main.c | 4 ++-- rostests/apitests/winprint/testlist.c | 4 ++-- rostests/apitests/winspool/ClosePrinter.c | 4 ++-- rostests/apitests/winspool/EnumPrintProcessorDatatypes.c | 4 ++-- rostests/apitests/winspool/EnumPrinters.c | 4 ++-- rostests/apitests/winspool/GetDefaultPrinter.c | 4 ++-- rostests/apitests/winspool/GetPrintProcessorDirectory.c | 4 ++-- rostests/apitests/winspool/GetPrinterData.c | 4 ++-- rostests/apitests/winspool/IsValidDevmode.c | 4 ++-- rostests/apitests/winspool/OpenPrinter.c | 4 ++-- rostests/apitests/winspool/StartDocPrinter.c | 4 ++-- rostests/apitests/winspool/testlist.c | 4 ++-- 27 files changed, 55 insertions(+), 55 deletions(-) diff --git a/rostests/apitests/localspl/dll/fpEnumPrinters.c b/rostests/apitests/localspl/dll/fpEnumPrinters.c index 7b1bf584af9..b3d1625687d 100644 --- a/rostests/apitests/localspl/dll/fpEnumPrinters.c +++ b/rostests/apitests/localspl/dll/fpEnumPrinters.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Local Spooler API Tests Injected DLL - * 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: Tests for fpEnumPrinters - * COPYRIGHT: Copyright 2015-2017 Colin Finck + * COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/localspl/dll/fpGetPrintProcessorDirectory.c b/rostests/apitests/localspl/dll/fpGetPrintProcessorDirectory.c index a32ae1d04cb..7e9a9aa0a1a 100644 --- a/rostests/apitests/localspl/dll/fpGetPrintProcessorDirectory.c +++ b/rostests/apitests/localspl/dll/fpGetPrintProcessorDirectory.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Local Spooler API Tests Injected DLL - * 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: Tests for fpGetPrintProcessorDirectory - * COPYRIGHT: Copyright 2016-2017 Colin Finck + * COPYRIGHT: Copyright 2016-2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/localspl/dll/main.c b/rostests/apitests/localspl/dll/main.c index 6fe5a9725c4..6914dc0c1e0 100644 --- a/rostests/apitests/localspl/dll/main.c +++ b/rostests/apitests/localspl/dll/main.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Local Spooler API Tests Injected DLL - * 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 functions - * COPYRIGHT: Copyright 2015-2016 Colin Finck + * COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org) */ #define __ROS_LONG64__ diff --git a/rostests/apitests/localspl/localspl_apitest.h b/rostests/apitests/localspl/localspl_apitest.h index 402a941d0ca..c9108d6995f 100644 --- a/rostests/apitests/localspl/localspl_apitest.h +++ b/rostests/apitests/localspl/localspl_apitest.h @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Local Spooler API Tests - * 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: Shared definitions for the test program and the test DLL - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #ifndef _LOCALSPL_APITEST_H diff --git a/rostests/apitests/localspl/service.c b/rostests/apitests/localspl/service.c index 384b0759d02..e8465f1a297 100644 --- a/rostests/apitests/localspl/service.c +++ b/rostests/apitests/localspl/service.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Local Spooler API Tests - * 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: Functions needed to run our code as a service. This is needed to run in SYSTEM security context. - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/localspl/testlist.c b/rostests/apitests/localspl/testlist.c index af67d98eba9..efd9f7314b2 100644 --- a/rostests/apitests/localspl/testlist.c +++ b/rostests/apitests/localspl/testlist.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Local Spooler API Tests - * 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: Test list - * COPYRIGHT: Copyright 2015-2016 Colin Finck + * COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org) */ #define __ROS_LONG64__ diff --git a/rostests/apitests/localspl/tests.c b/rostests/apitests/localspl/tests.c index b763f37dd2d..85d8023384f 100644 --- a/rostests/apitests/localspl/tests.c +++ b/rostests/apitests/localspl/tests.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Local Spooler API Tests - * 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: Test list - * COPYRIGHT: Copyright 2015-2016 Colin Finck + * COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org) */ /* diff --git a/rostests/apitests/netapi32/DsRoleGetPrimaryDomainInformation.c b/rostests/apitests/netapi32/DsRoleGetPrimaryDomainInformation.c index e92fff614a2..4882d356207 100644 --- a/rostests/apitests/netapi32/DsRoleGetPrimaryDomainInformation.c +++ b/rostests/apitests/netapi32/DsRoleGetPrimaryDomainInformation.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS netapi32.dll API Tests - * 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: Tests for DsRoleGetPrimaryDomainInformation - * COPYRIGHT: Copyright 2017 Colin Finck + * COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/netapi32/testlist.c b/rostests/apitests/netapi32/testlist.c index 71249eb7bbc..86505cde20c 100644 --- a/rostests/apitests/netapi32/testlist.c +++ b/rostests/apitests/netapi32/testlist.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS netapi32.dll API Tests - * 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: Test list - * COPYRIGHT: Copyright 2017 Colin Finck + * COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org) */ #define __ROS_LONG64__ diff --git a/rostests/apitests/spoolss/AlignRpcPtr.c b/rostests/apitests/spoolss/AlignRpcPtr.c index df08892ee63..7d5b0eba3e0 100644 --- a/rostests/apitests/spoolss/AlignRpcPtr.c +++ b/rostests/apitests/spoolss/AlignRpcPtr.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Spooler Router API Tests - * 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: Tests for AlignRpcPtr/UndoAlignRpcPtr - * COPYRIGHT: Copyright 2017 Colin Finck + * COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/spoolss/PackStrings.c b/rostests/apitests/spoolss/PackStrings.c index 1319ba5c430..d0285f432d6 100644 --- a/rostests/apitests/spoolss/PackStrings.c +++ b/rostests/apitests/spoolss/PackStrings.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Spooler Router API Tests - * 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: Tests for PackStrings - * COPYRIGHT: Copyright 2015-2017 Colin Finck + * COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/spoolss/ReallocSplStr.c b/rostests/apitests/spoolss/ReallocSplStr.c index d6827ffdaca..161d07070a9 100644 --- a/rostests/apitests/spoolss/ReallocSplStr.c +++ b/rostests/apitests/spoolss/ReallocSplStr.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Spooler Router API Tests - * 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: Tests for ReallocSplStr - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/spoolss/SplInitializeWinSpoolDrv.c b/rostests/apitests/spoolss/SplInitializeWinSpoolDrv.c index c94ade8499a..6cc72b949b2 100644 --- a/rostests/apitests/spoolss/SplInitializeWinSpoolDrv.c +++ b/rostests/apitests/spoolss/SplInitializeWinSpoolDrv.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Spooler Router API Tests - * 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: Tests for SplInitializeWinSpoolDrv - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/spoolss/testlist.c b/rostests/apitests/spoolss/testlist.c index 7557296b866..67b885cbd67 100644 --- a/rostests/apitests/spoolss/testlist.c +++ b/rostests/apitests/spoolss/testlist.c @@ -1,8 +1,8 @@ /* - * PROJECT: ReactOS Print Spooler Router API Tests - * LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation + * PROJECT: ReactOS Spooler Router API Tests + * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+) * PURPOSE: Test list - * COPYRIGHT: Copyright 2015-2017 Colin Finck + * COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org) */ #define __ROS_LONG64__ diff --git a/rostests/apitests/winprint/EnumPrintProcessorDatatypesW.c b/rostests/apitests/winprint/EnumPrintProcessorDatatypesW.c index 639615d3acd..bb518faa297 100644 --- a/rostests/apitests/winprint/EnumPrintProcessorDatatypesW.c +++ b/rostests/apitests/winprint/EnumPrintProcessorDatatypesW.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Standard Print Processor API Tests - * 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: Tests for EnumPrintProcessorDatatypesW - * COPYRIGHT: Copyright 2015-2016 Colin Finck + * COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winprint/main.c b/rostests/apitests/winprint/main.c index 117b319521b..17f6af40bff 100644 --- a/rostests/apitests/winprint/main.c +++ b/rostests/apitests/winprint/main.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Standard Print Processor API Tests - * 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 functions - * COPYRIGHT: Copyright 2016 Colin Finck + * COPYRIGHT: Copyright 2016 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winprint/testlist.c b/rostests/apitests/winprint/testlist.c index 057823a8b22..1870c7424ab 100644 --- a/rostests/apitests/winprint/testlist.c +++ b/rostests/apitests/winprint/testlist.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Standard Print Processor API Tests - * 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: Test list - * COPYRIGHT: Copyright 2015-2016 Colin Finck + * COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org) */ /* diff --git a/rostests/apitests/winspool/ClosePrinter.c b/rostests/apitests/winspool/ClosePrinter.c index 86865b4be51..c17f5d41a75 100644 --- a/rostests/apitests/winspool/ClosePrinter.c +++ b/rostests/apitests/winspool/ClosePrinter.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for ClosePrinter - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/EnumPrintProcessorDatatypes.c b/rostests/apitests/winspool/EnumPrintProcessorDatatypes.c index 4259ea56cb7..0c33eb8232d 100644 --- a/rostests/apitests/winspool/EnumPrintProcessorDatatypes.c +++ b/rostests/apitests/winspool/EnumPrintProcessorDatatypes.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for EnumPrintProcessorDatatypesA/EnumPrintProcessorDatatypesW - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/EnumPrinters.c b/rostests/apitests/winspool/EnumPrinters.c index 7f2521121b4..38bec6a64ee 100644 --- a/rostests/apitests/winspool/EnumPrinters.c +++ b/rostests/apitests/winspool/EnumPrinters.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for EnumPrintersA/EnumPrintersW - * COPYRIGHT: Copyright 2015-2017 Colin Finck + * COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/GetDefaultPrinter.c b/rostests/apitests/winspool/GetDefaultPrinter.c index 381e34416ef..728f10c24e3 100644 --- a/rostests/apitests/winspool/GetDefaultPrinter.c +++ b/rostests/apitests/winspool/GetDefaultPrinter.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for GetDefaultPrinterA/GetDefaultPrinterW/SetDefaultPrinterA/SetDefaultPrinterW - * COPYRIGHT: Copyright 2017 Colin Finck + * COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/GetPrintProcessorDirectory.c b/rostests/apitests/winspool/GetPrintProcessorDirectory.c index 7412b5d6322..f2ec74e1728 100644 --- a/rostests/apitests/winspool/GetPrintProcessorDirectory.c +++ b/rostests/apitests/winspool/GetPrintProcessorDirectory.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for GetPrintProcessorDirectoryA/GetPrintProcessorDirectoryW - * COPYRIGHT: Copyright 2015-2016 Colin Finck + * COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/GetPrinterData.c b/rostests/apitests/winspool/GetPrinterData.c index a4a9e9c8f2c..74a140ce381 100644 --- a/rostests/apitests/winspool/GetPrinterData.c +++ b/rostests/apitests/winspool/GetPrinterData.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for GetPrinterData(Ex)A/GetPrinterData(Ex)W/SetPrinterData(Ex)A/SetPrinterData(Ex)W - * COPYRIGHT: Copyright 2017 Colin Finck + * COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/IsValidDevmode.c b/rostests/apitests/winspool/IsValidDevmode.c index 1e02d4b03df..8e521f74991 100644 --- a/rostests/apitests/winspool/IsValidDevmode.c +++ b/rostests/apitests/winspool/IsValidDevmode.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for IsValidDevmodeA/IsValidDevmodeW - * COPYRIGHT: Copyright 2016 Colin Finck + * COPYRIGHT: Copyright 2016 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/OpenPrinter.c b/rostests/apitests/winspool/OpenPrinter.c index dfc5dde30a8..6717849164b 100644 --- a/rostests/apitests/winspool/OpenPrinter.c +++ b/rostests/apitests/winspool/OpenPrinter.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for OpenPrinterA/OpenPrinterW - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/StartDocPrinter.c b/rostests/apitests/winspool/StartDocPrinter.c index b4b5c43b4a0..332d70869fd 100644 --- a/rostests/apitests/winspool/StartDocPrinter.c +++ b/rostests/apitests/winspool/StartDocPrinter.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Tests for StartDocPrinterA/StartDocPrinterW - * COPYRIGHT: Copyright 2015 Colin Finck + * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org) */ #include diff --git a/rostests/apitests/winspool/testlist.c b/rostests/apitests/winspool/testlist.c index 1ab82750556..e08bffdd324 100644 --- a/rostests/apitests/winspool/testlist.c +++ b/rostests/apitests/winspool/testlist.c @@ -1,8 +1,8 @@ /* * PROJECT: ReactOS Print Spooler DLL API Tests - * 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: Test list - * COPYRIGHT: Copyright 2015-2016 Colin Finck + * COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org) */ #define __ROS_LONG64__ -- 2.17.1