- Timestamp:
- Dec 24, 2024 10:42:06 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/add_file_to_id_only_references.py
r107390 r107397 1 1 #!/usr/bin/env python3 2 __copyright__ = \ 3 """ 4 Copyright (C) 2023-2024 Oracle and/or its affiliates. 5 6 This file is part of VirtualBox base platform packages, as 7 available from https://www.virtualbox.org. 8 9 This program is free software; you can redistribute it and/or 10 modify it under the terms of the GNU General Public License 11 as published by the Free Software Foundation, in version 3 of the 12 License. 13 14 This program is distributed in the hope that it will be useful, but 15 WITHOUT ANY WARRANTY; without even the implied warranty of 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 General Public License for more details. 18 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, see <https://www.gnu.org/licenses>. 21 22 SPDX-License-Identifier: GPL-3.0-only 23 """ 2 24 3 25 # Standard python imports.
Note:
See TracChangeset
for help on using the changeset viewer.