Changeset 98107 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
- Timestamp:
- Jan 17, 2023 10:56:50 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
r98103 r98107 44 44 45 45 # Standard python imports. 46 import datetime; 46 47 import os; 47 48 import sys; … … 486 487 '', 487 488 '/*', 488 ' * Copyright (C) 2017- 2022Oracle and/or its affiliates.',489 ' * Copyright (C) 2017-' + str(datetime.date.today().year) + ' Oracle and/or its affiliates.', 489 490 ' *', 490 491 ' * This file is part of VirtualBox base platform packages, as',
Note:
See TracChangeset
for help on using the changeset viewer.