Changeset 98103 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGINA
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxGINA
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk
r96684 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def
r96407 r98103 5 5 6 6 ; 7 ; Copyright (C) 2006-202 2Oracle and/or its affiliates.7 ; Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 ; 9 9 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.rc
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2006-202 2Oracle and/or its affiliates.7 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/testcase/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2012-202 2Oracle and/or its affiliates.7 # Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Additions/WINNT/VBoxGINA/testcase/tstVBoxGINA.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2012-202 2Oracle and/or its affiliates.7 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.