1 | # $Id: .scm-settings 82968 2020-02-04 10:35:17Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the Main API.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2020 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 | # cbindings have different licences.
|
---|
19 | /cbinding/*.h: --license-lgpl
|
---|
20 | /cbinding/VBoxCAPIGlue.c: --license-mit
|
---|
21 | /cbinding/VBoxCAPIGlue.h.in: --license-mit --treat-as .h
|
---|
22 | /cbinding/makefile.tstCAPIGlue: --license-mit --treat-as Makefile
|
---|
23 |
|
---|
24 | # The Python bindings is licensed under dual GPL and CDDL.
|
---|
25 | /glue/vboxapi.py: --license-ose-dual
|
---|
26 |
|
---|
27 | # Source dirs.
|
---|
28 | --filter-out-files /src-all/VBoxAPI-end.d
|
---|
29 | --filter-out-files /src-all/VBoxAPI-end-alternative.d
|
---|
30 | --filter-out-files /src-client/README.testing
|
---|
31 | --filter-out-files /src-server/custom.ids
|
---|
32 | --filter-out-files /src-server/usb.ids
|
---|
33 | /src-all/win/VBoxAPIWrap-precomp_vcc.h: --no-fix-header-guards
|
---|
34 | /src-all/xpcom/VBoxAPIWrap-precomp_gcc.h: --no-fix-header-guards
|
---|
35 | /src-client/win/precomp_vcc.h: --no-fix-header-guards
|
---|
36 | /src-client/xpcom/precomp_gcc.h: --no-fix-header-guards
|
---|
37 | /src-server/win/precomp_vcc.h: --no-fix-header-guards
|
---|
38 | /src-server/xpcom/precomp_gcc.h: --no-fix-header-guards
|
---|
39 | /*.h: --guard-relative-to-dir . --guard-prefix MAIN_INCLUDED_SRC_
|
---|
40 | /include/*.h: --guard-relative-to-dir include --guard-prefix MAIN_INCLUDED_
|
---|
41 | /include/*.h: --guard-relative-to-dir include --guard-prefix MAIN_INCLUDED_
|
---|
42 | /cbinding/VBoxCAPI*.h: --guard-relative-to-dir ''
|
---|
43 | /cbinding/VBoxCAPI*.h: --guard-relative-to-dir ''
|
---|
44 | /cbinding/VBoxCAPIGlue.h.in: --guard-relative-to-dir ''
|
---|
45 |
|
---|
46 | # IDL and XML
|
---|
47 | /idl/VirtualBox.xidl: --treat-as .xml
|
---|
48 | /idl/VirtualBox.dtd: --treat-as .xml
|
---|
49 |
|
---|
50 | /xml/VirtualBox-settings.xsd: --treat-as .xml
|
---|
51 | --filter-out-files /xml/samples/*.xml
|
---|
52 |
|
---|
53 | # We don't have any copyright or license in the .cfg and .sif files.
|
---|
54 | # Exploint --external-copyright to check that this remains the case.
|
---|
55 | # This does not imply anything wrt to the copyright status of the files.
|
---|
56 | /UnattendedTemplates/*.cfg: --external-copyright --treat-as .sh
|
---|
57 | /UnattendedTemplates/*.sif: --external-copyright
|
---|
58 | /UnattendedTemplates/*.xml: --dont-set-svn-eol --no-convert-eol
|
---|
59 |
|
---|
60 | # The webservice is fun.
|
---|
61 | /webservice/Makefile.webtest: --treat-as Makefile
|
---|
62 | --filter-out-files /webservice/types.txt
|
---|
63 | --filter-out-files /webservice/MANIFEST.MF.in
|
---|
64 | --filter-out-dirs /webservice/jaxlibs/.
|
---|
65 |
|
---|
66 | # The webservice samples are MIT and need some hacks to handle unusual file types.
|
---|
67 | /webservice/samples/*: --license-mit
|
---|
68 | /webservice/samples/*/Makefile.glue: --treat-as Makefile
|
---|
69 | /webservice/samples/php/clienttest.php: --treat-as .c
|
---|
70 |
|
---|
71 |
|
---|
72 | # Testcases.
|
---|
73 | /testcase/makefile.tstVBoxAPIWin: --treat-as Makefile
|
---|
74 | /testcase/makefile.tstVBoxAPIXPCOM: --treat-as Makefile
|
---|
75 | --filter-out-files /testcase/ovf-dummy.vmdk
|
---|
76 | --filter-out-files /testcase/ovf-joomla-0.9/joomla-1.1.4-ovf.ovf
|
---|
77 | --filter-out-files /testcase/ovf-winhost-audio-nodisks/WinXP.ovf
|
---|
78 | --filter-out-files /testcase/ovf-winxp-vbox-sharedfolders/winxp.ovf
|
---|
79 | --filter-out-files /testcase/VBoxVBTest/TestForm.frm
|
---|
80 | --filter-out-files /testcase/VBoxVBTest/TestForm.frx
|
---|
81 | --filter-out-files /testcase/VBoxVBTest/VBoxVBTest.vbp
|
---|
82 |
|
---|