diff options
Diffstat (limited to 'src/VBox/Runtime/r3/nt')
-rw-r--r-- | src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/fs-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/internal-r3-nt.h | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/pathint-nt.cpp | 2 | ||||
-rw-r--r-- | src/VBox/Runtime/r3/nt/time-nt.cpp | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp b/src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp index 1cda78dec32..5b199b8f20e 100644 --- a/src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp +++ b/src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp b/src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp index d84815ef0e1..224613c0824 100644 --- a/src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp +++ b/src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp b/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp index 625aac8c4bd..30ff6487b8d 100644 --- a/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp +++ b/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp b/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp index 5759889133e..8fc287a2ddc 100644 --- a/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp +++ b/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp b/src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp index aeb3156d291..986f17d735f 100644 --- a/src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp +++ b/src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp b/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp index ba188473588..b7816685bbe 100644 --- a/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp +++ b/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp b/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp index ede7392bd5f..bde937143c5 100644 --- a/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp +++ b/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/fs-nt.cpp b/src/VBox/Runtime/r3/nt/fs-nt.cpp index 9a97b28ec6a..f83c9c7641f 100644 --- a/src/VBox/Runtime/r3/nt/fs-nt.cpp +++ b/src/VBox/Runtime/r3/nt/fs-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/internal-r3-nt.h b/src/VBox/Runtime/r3/nt/internal-r3-nt.h index a427a0c91c1..ac84fe5c880 100644 --- a/src/VBox/Runtime/r3/nt/internal-r3-nt.h +++ b/src/VBox/Runtime/r3/nt/internal-r3-nt.h @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2010-2020 Oracle Corporation + * Copyright (C) 2010-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/pathint-nt.cpp b/src/VBox/Runtime/r3/nt/pathint-nt.cpp index 3dd86cf66b1..43a0076a802 100644 --- a/src/VBox/Runtime/r3/nt/pathint-nt.cpp +++ b/src/VBox/Runtime/r3/nt/pathint-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; diff --git a/src/VBox/Runtime/r3/nt/time-nt.cpp b/src/VBox/Runtime/r3/nt/time-nt.cpp index 62b9cbe0318..2d798a17b46 100644 --- a/src/VBox/Runtime/r3/nt/time-nt.cpp +++ b/src/VBox/Runtime/r3/nt/time-nt.cpp @@ -4,7 +4,7 @@ */ /* - * Copyright (C) 2006-2020 Oracle Corporation + * Copyright (C) 2006-2022 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; |