Changeset 91402 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 27, 2021 2:10:37 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VBoxNls.h
r91400 r91402 1 /* $Id$ */ 1 2 /** @file 2 3 * VBox NLS. … … 4 5 5 6 /* 6 * Copyright (C) 20 06-2020 Oracle Corporation7 * Copyright (C) 2020 Oracle Corporation 7 8 * 8 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 13 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 *16 * The contents of this file may alternatively be used under the terms17 * of the Common Development and Distribution License Version 1.018 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the19 * VirtualBox OSE distribution, in which case the provisions of the20 * CDDL are applicable instead of those of the GPL.21 *22 * You may elect to license modified versions of this file under the23 * terms and conditions of either the GPL or the CDDL or both.24 16 */ 25 17 26 #ifndef VBOX_INCLUDED_VBoxNls_h 27 #define VBOX_INCLUDED_VBoxNls_h 18 19 #ifndef MAIN_INCLUDED_VBoxNls_h 20 #define MAIN_INCLUDED_VBoxNls_h 28 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 22 # pragma once … … 59 52 #endif 60 53 61 #endif /* ! VBOX_INCLUDED_VBoxNls_h */54 #endif /* !MAIN_INCLUDED_VBoxNls_h */ 62 55
Note:
See TracChangeset
for help on using the changeset viewer.