Changeset 93115 in vbox for trunk/src/VBox/ValidationKit/testmanager/cgi
- Timestamp:
- Jan 1, 2022 11:31:46 AM (3 years ago)
- Location:
- trunk/src/VBox/ValidationKit/testmanager/cgi
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/cgi/Makefile.kmk
r82968 r93115 5 5 6 6 # 7 # Copyright (C) 2006-202 0Oracle Corporation7 # Copyright (C) 2006-2022 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/admin.py
r82968 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/debuginfo.py
r82968 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/index.py
r82968 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/logout.py
r82968 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/logout2.py
r82968 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/rest.py
r84599 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/status.py
r86956 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/ValidationKit/testmanager/cgi/testboxdisp.py
r82968 r93115 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-202 0Oracle Corporation11 Copyright (C) 2012-2022 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.