Changeset 86680 in vbox
- Timestamp:
- Oct 22, 2020 11:24:03 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141058
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/htmlhelp-qthelp.py
r86670 r86680 6 6 # folder. Lots of things about the said folder is assumed. Please 7 7 # read the code and inlined comments. 8 #9 # Copyright (C) 2006-2020 Oracle Corporation10 #11 # This file is part of VirtualBox Open Source Edition (OSE), as12 # available from http://www.virtualbox.org. This file is free software;13 # you can redistribute it and/or modify it under the terms of the GNU14 # General Public License (GPL) as published by the Free Software15 # Foundation, in version 2 as it comes in the "COPYING" file of the16 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the17 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.18 19 8 20 9 import sys, getopt … … 23 12 import codecs 24 13 import logging 14 15 __copyright__ = \ 16 """ 17 Copyright (C) 2006-2020 Oracle Corporation 18 19 This file is part of VirtualBox Open Source Edition (OSE), as 20 available from http://www.virtualbox.org. This file is free software; 21 you can redistribute it and/or modify it under the terms of the GNU 22 General Public License (GPL) as published by the Free Software 23 Foundation, in version 2 as it comes in the "COPYING" file of the 24 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 25 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 26 """ 27 25 28 26 29 # number of opened and not yet closed section tags of toc section
Note:
See TracChangeset
for help on using the changeset viewer.