Changeset 98107 in vbox
- Timestamp:
- Jan 17, 2023 10:56:50 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155250
- Location:
- trunk/src/VBox
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/uniread.cpp
r98103 r98107 1042 1042 } 1043 1043 1044 const char *pszYear = __DATE__; 1045 pszYear += strlen(pszYear) - 4; 1046 1044 1047 Stream1Printf("/* $" "Id" "$ */\n" 1045 1048 "/** @file\n" … … 1051 1054 "\n" 1052 1055 "/*\n" 1053 " * Copyright (C) 2006- 2022Oracle and/or its affiliates.\n"1056 " * Copyright (C) 2006-%s Oracle and/or its affiliates.\n" 1054 1057 " *\n" 1055 1058 " * This file is part of VirtualBox base platform packages, as\n" … … 1083 1086 "#include <iprt/uni.h>\n" 1084 1087 "\n", 1085 pszBaseDir, argv0 );1088 pszBaseDir, argv0, pszYear); 1086 1089 return 0; 1087 1090 } -
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', -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/Makefile.kmk
r98106 r98107 650 650 '' \ 651 651 '/*' \ 652 ' * Copyright (C) 2007- 2023Oracle and/or its affiliates.' \652 ' * Copyright (C) 2007-$(VBOX_C_YEAR) Oracle and/or its affiliates.' \ 653 653 ' *' \ 654 654 ' * This file is part of VirtualBox base platform packages, as' \ … … 709 709 '' \ 710 710 '#' \ 711 '# Copyright (C) 2007- 2023Oracle and/or its affiliates.' \711 '# Copyright (C) 2007-$(VBOX_C_YEAR) Oracle and/or its affiliates.' \ 712 712 '#' \ 713 713 '# This file is part of VirtualBox base platform packages, as' \ -
trunk/src/VBox/ValidationKit/docs/AutomaticTestingRevamp.html
r96564 r98107 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta name="generator" content="Docutils 0.1 8: http://docutils.sourceforge.net/" />6 <meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> 7 7 <title>AutomaticTestingRevamp.txt</title> 8 8 <style type="text/css"> … … 15 15 Default cascading style sheet for the HTML output of Docutils. 16 16 17 See http ://docutils.sf.net/docs/howto/html-stylesheets.html for how to17 See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to 18 18 customize this style sheet. 19 19 */ … … 1344 1344 <tr class="field"><th class="field-name">Status:</th><td class="field-body">$Id$</td> 1345 1345 </tr> 1346 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2010-202 0Oracle Corporation.</td>1346 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2010-2023 Oracle Corporation.</td> 1347 1347 </tr> 1348 1348 </tbody> -
trunk/src/VBox/ValidationKit/docs/AutomaticTestingRevamp.txt
r96564 r98107 1059 1059 1060 1060 :Status: $Id$ 1061 :Copyright: Copyright (C) 2010-202 0Oracle Corporation.1061 :Copyright: Copyright (C) 2010-2023 Oracle Corporation. -
trunk/src/VBox/ValidationKit/docs/TestBoxImaging.html
r96564 r98107 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta name="generator" content="Docutils 0.1 8: http://docutils.sourceforge.net/" />6 <meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> 7 7 <title>TestBoxImaging.txt</title> 8 8 <style type="text/css"> … … 15 15 Default cascading style sheet for the HTML output of Docutils. 16 16 17 See http ://docutils.sf.net/docs/howto/html-stylesheets.html for how to17 See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to 18 18 customize this style sheet. 19 19 */ … … 749 749 <tr class="field"><th class="field-name">Status:</th><td class="field-body">$Id$</td> 750 750 </tr> 751 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2010-202 0Oracle Corporation.</td>751 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2010-2023 Oracle Corporation.</td> 752 752 </tr> 753 753 </tbody> -
trunk/src/VBox/ValidationKit/docs/VBoxAudioValidationKitReadMe.html
r92584 r98107 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta name="generator" content="Docutils 0.1 8: http://docutils.sourceforge.net/" />6 <meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> 7 7 <title>Audio Testing of VirtualBox</title> 8 8 <style type="text/css"> … … 15 15 Default cascading style sheet for the HTML output of Docutils. 16 16 17 See http ://docutils.sf.net/docs/howto/html-stylesheets.html for how to17 See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to 18 18 customize this style sheet. 19 19 */ … … 592 592 <tr class="field"><th class="field-name">Status:</th><td class="field-body">$Id$</td> 593 593 </tr> 594 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2021 Oracle Corporation.</td>594 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2021-2023 Oracle Corporation.</td> 595 595 </tr> 596 596 </tbody> -
trunk/src/VBox/ValidationKit/docs/VBoxValidationKitReadMe.html
r96564 r98107 4 4 <head> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta name="generator" content="Docutils 0.1 8: http://docutils.sourceforge.net/" />6 <meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> 7 7 <title>The VirtualBox Validation Kit</title> 8 8 <style type="text/css"> … … 15 15 Default cascading style sheet for the HTML output of Docutils. 16 16 17 See http ://docutils.sf.net/docs/howto/html-stylesheets.html for how to17 See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to 18 18 customize this style sheet. 19 19 */ … … 458 458 <tr class="field"><th class="field-name">Status:</th><td class="field-body">$Id$</td> 459 459 </tr> 460 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2010-202 0Oracle Corporation.</td>460 <tr class="field"><th class="field-name">Copyright:</th><td class="field-body">Copyright (C) 2010-2023 Oracle Corporation.</td> 461 461 </tr> 462 462 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.