VirtualBox

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

Last change on this file since 98296 was 98296, checked in by vboxsync, 20 months ago

Main/include: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.3 KB
Line 
1# $Id: .scm-settings 98296 2023-01-25 01:28:38Z 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# cbindings have different licences.
29/cbinding/*.h: --license-lgpl
30/cbinding/VBoxCAPIGlue.c: --license-mit
31/cbinding/VBoxCAPIGlue.h.in: --license-mit --treat-as .h
32/cbinding/makefile.tstCAPIGlue: --license-mit --treat-as Makefile
33
34# The Python bindings is licensed under dual GPL and CDDL.
35/glue/vboxapi.py: --license-ose-dual
36
37# Source dirs.
38--filter-out-files /src-all/VBoxAPI-end.d
39--filter-out-files /src-all/VBoxAPI-end-alternative.d
40--filter-out-files /src-client/README.testing
41--filter-out-files /src-server/custom.ids
42--filter-out-files /src-server/usb.ids
43/src-all/win/VBoxAPIWrap-precomp_vcc.h: --no-fix-header-guards
44/src-all/xpcom/VBoxAPIWrap-precomp_gcc.h: --no-fix-header-guards
45/src-client/win/precomp_vcc.h: --no-fix-header-guards
46/src-client/xpcom/precomp_gcc.h: --no-fix-header-guards
47/src-server/win/precomp_vcc.h: --no-fix-header-guards
48/src-server/xpcom/precomp_gcc.h: --no-fix-header-guards
49/*.h: --guard-relative-to-dir . --guard-prefix MAIN_INCLUDED_SRC_
50/include/*.h: --guard-relative-to-dir include --guard-prefix MAIN_INCLUDED_
51/include/*.h: --guard-relative-to-dir include --guard-prefix MAIN_INCLUDED_
52/cbinding/VBoxCAPI*.h: --guard-relative-to-dir ''
53/cbinding/VBoxCAPI*.h: --guard-relative-to-dir ''
54/cbinding/VBoxCAPIGlue.h.in: --guard-relative-to-dir ''
55
56/src-all/*cpp: --no-rc-use
57/src-client/*cpp: --no-rc-use
58/src-global/*cpp: --no-rc-use
59/src-helper-apps/*cpp: --no-rc-use
60/src-server/*cpp: --no-rc-use
61/include/*: --no-rc-use
62
63# IDL and XML
64/idl/VirtualBox.xidl: --treat-as .xml
65/idl/VirtualBox.dtd: --treat-as .xml
66
67/xml/VirtualBox-settings.xsd: --treat-as .xml
68--filter-out-files /xml/samples/*.xml
69
70# We don't have any copyright or license in the .cfg and .sif files.
71# Exploint --external-copyright to check that this remains the case.
72# This does not imply anything wrt to the copyright status of the files.
73/UnattendedTemplates/*.cfg: --external-copyright --treat-as .sh
74/UnattendedTemplates/*.sif: --external-copyright
75/UnattendedTemplates/*.xml: --dont-set-svn-eol --no-convert-eol
76/UnattendedTemplates/os2_response_files.rsp: --treat-as batch --external-copyright
77
78# The webservice is fun.
79/webservice/Makefile.webtest: --treat-as Makefile
80--filter-out-files /webservice/types.txt
81--filter-out-files /webservice/MANIFEST.MF.in
82--filter-out-dirs /webservice/jaxlibs/.
83
84# The webservice samples are MIT and need some hacks to handle unusual file types.
85/webservice/samples/*: --license-mit
86/webservice/samples/*/Makefile.glue: --treat-as Makefile
87/webservice/samples/php/clienttest.php: --treat-as .c
88
89
90# Testcases.
91/testcase/makefile.tstVBoxAPIWin: --treat-as Makefile
92/testcase/makefile.tstVBoxAPIXPCOM: --treat-as Makefile
93--filter-out-files /testcase/ovf-dummy.vmdk
94--filter-out-files /testcase/ovf-joomla-0.9/joomla-1.1.4-ovf.ovf
95--filter-out-files /testcase/ovf-winhost-audio-nodisks/WinXP.ovf
96--filter-out-files /testcase/ovf-winxp-vbox-sharedfolders/winxp.ovf
97--filter-out-files /testcase/VBoxVBTest/TestForm.frm
98--filter-out-files /testcase/VBoxVBTest/TestForm.frx
99--filter-out-files /testcase/VBoxVBTest/VBoxVBTest.vbp
100
101/testcase/tstUnattendedScript-1.expected: --treat-as plaintext --external-copyright
102/testcase/tstUnattendedScript-1.template: --treat-as plaintext --external-copyright
103
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette