VirtualBox

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

Last change on this file was 103030, checked in by vboxsync, 4 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
RevLine 
[69235]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#
[98103]7# Copyright (C) 2010-2023 Oracle and/or its affiliates.
[69235]8#
[96407]9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
[69235]11#
[96407]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#
[69235]27
[98297]28/*: --no-rc-use
29
[69235]30# cbindings have different licences.
[69388]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
[69235]35
[69241]36# The Python bindings is licensed under dual GPL and CDDL.
[103030]37/glue/python/vboxapi.py: --license-ose-dual
[69241]38
[69388]39# Source dirs.
[69385]40--filter-out-files /src-all/VBoxAPI-end.d
[74257]41--filter-out-files /src-all/VBoxAPI-end-alternative.d
[69385]42--filter-out-files /src-client/README.testing
[69388]43--filter-out-files /src-server/custom.ids
44--filter-out-files /src-server/usb.ids
[76599]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
[76588]51/*.h: --guard-relative-to-dir . --guard-prefix MAIN_INCLUDED_SRC_
[76583]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 ''
[69385]57
[69388]58# IDL and XML
59/idl/VirtualBox.xidl: --treat-as .xml
60/idl/VirtualBox.dtd: --treat-as .xml
[69385]61
[69388]62/xml/VirtualBox-settings.xsd: --treat-as .xml
[69385]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.
[69388]68/UnattendedTemplates/*.cfg: --external-copyright --treat-as .sh
69/UnattendedTemplates/*.sif: --external-copyright
70/UnattendedTemplates/*.xml: --dont-set-svn-eol --no-convert-eol
[98115]71/UnattendedTemplates/os2_response_files.rsp: --treat-as batch --external-copyright
[69385]72
[69386]73# The webservice is fun.
[69388]74/webservice/Makefile.webtest: --treat-as Makefile
75--filter-out-files /webservice/types.txt
[69385]76--filter-out-files /webservice/MANIFEST.MF.in
[69386]77--filter-out-dirs /webservice/jaxlibs/.
[69385]78
[69386]79# The webservice samples are MIT and need some hacks to handle unusual file types.
[69388]80/webservice/samples/*: --license-mit
81/webservice/samples/*/Makefile.glue: --treat-as Makefile
82/webservice/samples/php/clienttest.php: --treat-as .c
[69386]83
[69388]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
[98297]95# for now:
96/testcase/*: --unrestricted-rc-use
[69388]97
[98115]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