VirtualBox

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

Last change on this file since 96430 was 96407, checked in by vboxsync, 22 months ago

scm copyright and license note update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.9 KB
Line 
1# $Id: .scm-settings 96407 2022-08-22 17:43:14Z vboxsync $
2## @file
3# Source code massager settings for the Main API.
4#
5
6#
7# Copyright (C) 2010-2022 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# IDL and XML
57/idl/VirtualBox.xidl: --treat-as .xml
58/idl/VirtualBox.dtd: --treat-as .xml
59
60/xml/VirtualBox-settings.xsd: --treat-as .xml
61--filter-out-files /xml/samples/*.xml
62
63# We don't have any copyright or license in the .cfg and .sif files.
64# Exploint --external-copyright to check that this remains the case.
65# This does not imply anything wrt to the copyright status of the files.
66/UnattendedTemplates/*.cfg: --external-copyright --treat-as .sh
67/UnattendedTemplates/*.sif: --external-copyright
68/UnattendedTemplates/*.xml: --dont-set-svn-eol --no-convert-eol
69
70# The webservice is fun.
71/webservice/Makefile.webtest: --treat-as Makefile
72--filter-out-files /webservice/types.txt
73--filter-out-files /webservice/MANIFEST.MF.in
74--filter-out-dirs /webservice/jaxlibs/.
75
76# The webservice samples are MIT and need some hacks to handle unusual file types.
77/webservice/samples/*: --license-mit
78/webservice/samples/*/Makefile.glue: --treat-as Makefile
79/webservice/samples/php/clienttest.php: --treat-as .c
80
81
82# Testcases.
83/testcase/makefile.tstVBoxAPIWin: --treat-as Makefile
84/testcase/makefile.tstVBoxAPIXPCOM: --treat-as Makefile
85--filter-out-files /testcase/ovf-dummy.vmdk
86--filter-out-files /testcase/ovf-joomla-0.9/joomla-1.1.4-ovf.ovf
87--filter-out-files /testcase/ovf-winhost-audio-nodisks/WinXP.ovf
88--filter-out-files /testcase/ovf-winxp-vbox-sharedfolders/winxp.ovf
89--filter-out-files /testcase/VBoxVBTest/TestForm.frm
90--filter-out-files /testcase/VBoxVBTest/TestForm.frx
91--filter-out-files /testcase/VBoxVBTest/VBoxVBTest.vbp
92
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use