Changeset 98721 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Feb 24, 2023 12:32:25 PM (2 years ago)
- Location:
- trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/Makefile.kmk
r98717 r98721 35 35 VBoxVolInfo_TEMPLATE = VBoxR3SetUidToRoot 36 36 VBoxVolInfo_SOURCES = \ 37 38 37 VBoxVolInfo.cpp \ 38 libdevmapper.cpp 39 39 VBoxVolInfo_LIBS = \ 40 40 $(LIB_RUNTIME) 41 41 42 42 include $(FILE_KBUILD_SUB_FOOTER) -
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/libdevmapper-calls.h
r98718 r98721 25 25 * SPDX-License-Identifier: GPL-3.0-only 26 26 */ 27 27 28 28 29 /** The file name of the libdevmapper library */ -
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo/libdevmapper.cpp
r98717 r98721 25 25 * along with this program; if not, see <https://www.gnu.org/licenses>. 26 26 * 27 * The contents of this file may alternatively be used under the terms 28 * of the Common Development and Distribution License Version 1.0 29 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included 30 * in the VirtualBox distribution, in which case the provisions of the 31 * CDDL are applicable instead of those of the GPL. 32 * 33 * You may elect to license modified versions of this file under the 34 * terms and conditions of either the GPL or the CDDL or both. 35 * 36 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0 27 * SPDX-License-Identifier: GPL-3.0-only 37 28 */ 38 29
Note:
See TracChangeset
for help on using the changeset viewer.