Changeset 106061 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Sep 16, 2024 2:03:52 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/ValidationKit/common
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/Makefile.kmk
r99040 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/__init__.py
r98103 r106061 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 3Oracle and/or its affiliates.10 Copyright (C) 2012-2024 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/constants/__init__.py
r98103 r106061 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 3Oracle and/or its affiliates.10 Copyright (C) 2012-2024 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/constants/result.py
r98103 r106061 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 3Oracle and/or its affiliates.10 Copyright (C) 2012-2024 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/constants/rtexitcode.py
r98103 r106061 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 3Oracle and/or its affiliates.10 Copyright (C) 2012-2024 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/constants/tbreq.py
r103156 r106061 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 3Oracle and/or its affiliates.10 Copyright (C) 2012-2024 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/constants/tbresp.py
r98103 r106061 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 3Oracle and/or its affiliates.10 Copyright (C) 2012-2024 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/constants/valueunit.py
r98103 r106061 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-202 3Oracle and/or its affiliates.13 Copyright (C) 2012-2024 Oracle and/or its affiliates. 14 14 15 15 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/netutils.py
r98103 r106061 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-202 3Oracle and/or its affiliates.13 Copyright (C) 2012-2024 Oracle and/or its affiliates. 14 14 15 15 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/pathutils.py
r98103 r106061 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 3Oracle and/or its affiliates.11 Copyright (C) 2012-2024 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/utils.py
r104872 r106061 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-202 3Oracle and/or its affiliates.13 Copyright (C) 2012-2024 Oracle and/or its affiliates. 14 14 15 15 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ValidationKit/common/webutils.py
r98103 r106061 8 8 __copyright__ = \ 9 9 """ 10 Copyright (C) 2012-202 3Oracle and/or its affiliates.10 Copyright (C) 2012-2024 Oracle and/or its affiliates. 11 11 12 12 This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.