VirtualBox

source: vbox/trunk/src/VBox/Main/.scm-settings

Last change on this file was 103030, checked in by vboxsync, 3 months ago

Main/Python: SCM fix, take 2. bugref:10579

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.2 KB
Line 
1# $Id: .scm-settings 103030 2024-01-24 16:15:36Z vboxsync $
2## @file
3# Source code massager settings for the Main API.
4#
5
6#
7# Copyright (C) 2010-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28/*: --no-rc-use
29
30# cbindings have different licences.
31/cbinding/*.h: --license-lgpl
32/cbinding/VBoxCAPIGlue.c: --license-mit
33/cbinding/VBoxCAPIGlue.h.in: --license-mit --treat-as .h
34/cbinding/makefile.tstCAPIGlue: --license-mit --treat-as Makefile
35
36# The Python bindings is licensed under dual GPL and CDDL.
37/glue/python/vboxapi.py: --license-ose-dual
38
39# Source dirs.
40--filter-out-files /src-all/VBoxAPI-end.d
41--filter-out-files /src-all/VBoxAPI-end-alternative.d
42--filter-out-files /src-client/README.testing
43--filter-out-files /src-server/custom.ids
44--filter-out-files /src-server/usb.ids
45/src-all/win/VBoxAPIWrap-precomp_vcc.h: --no-fix-header-guards
46/src-all/xpcom/VBoxAPIWrap-precomp_gcc.h: --no-fix-header-guards
47/src-client/win/precomp_vcc.h: --no-fix-header-guards
48/src-client/xpcom/precomp_gcc.h: --no-fix-header-guards
49/src-server/win/precomp_vcc.h: --no-fix-header-guards
50/src-server/xpcom/precomp_gcc.h: --no-fix-header-guards
51/*.h: --guard-relative-to-dir . --guard-prefix MAIN_INCLUDED_SRC_
52/include/*.h: --guard-relative-to-dir include --guard-prefix MAIN_INCLUDED_
53/include/*.h: --guard-relative-to-dir include --guard-prefix MAIN_INCLUDED_
54/cbinding/VBoxCAPI*.h: --guard-relative-to-dir ''
55/cbinding/VBoxCAPI*.h: --guard-relative-to-dir ''
56/cbinding/VBoxCAPIGlue.h.in: --guard-relative-to-dir ''
57
58# IDL and XML
59/idl/VirtualBox.xidl: --treat-as .xml
60/idl/VirtualBox.dtd: --treat-as .xml
61
62/xml/VirtualBox-settings.xsd: --treat-as .xml
63--filter-out-files /xml/samples/*.xml
64
65# We don't have any copyright or license in the .cfg and .sif files.
66# Exploint --external-copyright to check that this remains the case.
67# This does not imply anything wrt to the copyright status of the files.
68/UnattendedTemplates/*.cfg: --external-copyright --treat-as .sh
69/UnattendedTemplates/*.sif: --external-copyright
70/UnattendedTemplates/*.xml: --dont-set-svn-eol --no-convert-eol
71/UnattendedTemplates/os2_response_files.rsp: --treat-as batch --external-copyright
72
73# The webservice is fun.
74/webservice/Makefile.webtest: --treat-as Makefile
75--filter-out-files /webservice/types.txt
76--filter-out-files /webservice/MANIFEST.MF.in
77--filter-out-dirs /webservice/jaxlibs/.
78
79# The webservice samples are MIT and need some hacks to handle unusual file types.
80/webservice/samples/*: --license-mit
81/webservice/samples/*/Makefile.glue: --treat-as Makefile
82/webservice/samples/php/clienttest.php: --treat-as .c
83
84
85# Testcases.
86/testcase/makefile.tstVBoxAPIWin: --treat-as Makefile
87/testcase/makefile.tstVBoxAPIXPCOM: --treat-as Makefile
88--filter-out-files /testcase/ovf-dummy.vmdk
89--filter-out-files /testcase/ovf-joomla-0.9/joomla-1.1.4-ovf.ovf
90--filter-out-files /testcase/ovf-winhost-audio-nodisks/WinXP.ovf
91--filter-out-files /testcase/ovf-winxp-vbox-sharedfolders/winxp.ovf
92--filter-out-files /testcase/VBoxVBTest/TestForm.frm
93--filter-out-files /testcase/VBoxVBTest/TestForm.frx
94--filter-out-files /testcase/VBoxVBTest/VBoxVBTest.vbp
95# for now:
96/testcase/*: --unrestricted-rc-use
97
98/testcase/tstUnattendedScript-1.expected: --treat-as plaintext --external-copyright
99/testcase/tstUnattendedScript-1.template: --treat-as plaintext --external-copyright
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use