1 | # $Id: .scm-settings 76588 2019-01-01 06:38:09Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the host installers.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2019 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 | # The contents of this file may alternatively be used under the terms
|
---|
18 | # of the Common Development and Distribution License Version 1.0
|
---|
19 | # (CDDL) only, as it comes in the "COPYING.CDDL" file of the
|
---|
20 | # VirtualBox OSE distribution, in which case the provisions of the
|
---|
21 | # CDDL are applicable instead of those of the GPL.
|
---|
22 | #
|
---|
23 | # You may elect to license modified versions of this file under the
|
---|
24 | # terms and conditions of either the GPL or the CDDL or both.
|
---|
25 | #
|
---|
26 |
|
---|
27 | # Driver code is dual licensed.
|
---|
28 | --license-ose-dual
|
---|
29 |
|
---|
30 | /adpctl/*: --license-ose-gpl
|
---|
31 |
|
---|
32 | # External stuff.
|
---|
33 | /Support/freebsd/SUPDrv-freebsd.c: --external-copyright
|
---|
34 | /Support/freebsd/SUPDrv-freebsd.def: --no-update-copyright-year --no-update-license
|
---|
35 | /Support/os2/SUPDrv-os2.cpp: --external-copyright
|
---|
36 | /Support/os2/SUPDrvA-os2.asm: --external-copyright
|
---|
37 | /VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c: --external-copyright
|
---|
38 | /VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c: --external-copyright
|
---|
39 | --filter-out-files /VBoxUSB/solaris/include/usbai_private.h
|
---|
40 |
|
---|
41 | # No license header (public domain).
|
---|
42 | /VBoxUSB/os2/usbcalls.c: --external-copyright
|
---|
43 | /VBoxUSB/os2/usbcalls.h: --external-copyright --no-convert-tabs
|
---|
44 |
|
---|
45 | # Trivial dual C and assembly include files which cannot have comments.
|
---|
46 | /Support/win/import-template-kernel32.h: --no-update-copyright-year --no-update-license --no-fix-header-guards
|
---|
47 | /Support/win/import-template-ntdll.h: --no-update-copyright-year --no-update-license --no-fix-header-guards
|
---|
48 |
|
---|
49 | # Ignore binary files
|
---|
50 | --filter-out-files /Support/Certificates/*.taf
|
---|
51 | --filter-out-files /Support/Certificates/*.cer
|
---|
52 |
|
---|
53 | # Misc
|
---|
54 | /linux/build_in_tmp: --treat-as .sh
|
---|
55 | /*/solaris/*.conf: --treat-as .sh
|
---|
56 | --filter-out-files /VBoxNetAdp/solaris/hostname.vboxnet0
|
---|
57 | --filter-out-files /VBoxNetFlt/win/nobj/VBoxNetFltNobj.rgs
|
---|
58 | /VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl: --treat-as .h --no-fix-header-guards
|
---|
59 | /Support/solaris/mod.sh: --no-convert-tabs
|
---|
60 | /Support/linux/SUPDrv-linux.mod.c: --no-convert-tabs
|
---|
61 |
|
---|
62 | /*.h: --guard-relative-to-dir .
|
---|
63 |
|
---|