1 | # $Id: .scm-settings 76721 2019-01-09 03:02:01Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the includes.
|
---|
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 |
|
---|
18 |
|
---|
19 | # Default license for headers is dual GPL and CDDL.
|
---|
20 | --license-ose-dual
|
---|
21 |
|
---|
22 | # Only the headers should be dual.
|
---|
23 | /Makefile.kmk: --license-ose-gpl
|
---|
24 | /.scm-settings: --license-ose-gpl
|
---|
25 |
|
---|
26 | # These three have no Oracle license or copyright stuff for some reason.
|
---|
27 | /iprt/formats/elf-amd64.h: --no-update-license --no-update-copyright-year
|
---|
28 | /iprt/formats/elf-common.h: --no-update-license --no-update-copyright-year
|
---|
29 | /iprt/formats/elf-i386.h: --no-update-license --no-update-copyright-year
|
---|
30 | /iprt/formats/elf-i386.h: --no-update-license --no-update-copyright-year
|
---|
31 |
|
---|
32 | # external copyright
|
---|
33 | /iprt/formats/lx.h: --external-copyright
|
---|
34 |
|
---|
35 | # TODO: This is using LGPL with Oracle disclaimer. Implement.
|
---|
36 | /VBox/VBoxKeyboard.h: --external-copyright --lgpl-disclaimer
|
---|
37 |
|
---|
38 | # Some of the graphics stuff is using MIT.
|
---|
39 | /VBox/Graphics/HGSMI.h: --license-mit
|
---|
40 | /VBox/Graphics/HGSMIBase.h: --license-mit
|
---|
41 | /VBox/Graphics/HGSMIChannels.h: --license-mit
|
---|
42 | /VBox/Graphics/HGSMIChSetup.h: --license-mit
|
---|
43 | /VBox/Graphics/HGSMIContext.h: --license-mit
|
---|
44 | /VBox/Graphics/HGSMIDefs.h: --license-mit
|
---|
45 | /VBox/Graphics/VBoxVideo.h: --license-mit
|
---|
46 | /VBox/Graphics/VBoxVideoErr.h: --license-mit
|
---|
47 | /VBox/Graphics/VBoxVideoGuest.h: --license-mit
|
---|
48 | /VBox/Graphics/VBoxVideoVBE.h: --license-mit
|
---|
49 | /VBox/Graphics/VBoxVideoVBEPrivate.h: --license-mit
|
---|
50 |
|
---|
51 | # And so are some files used by the shared folder guest code.
|
---|
52 | /VBox/shflsvc.h: --license-mit
|
---|
53 | /VBox/VBoxGuest.h: --license-mit
|
---|
54 | /VBox/VBoxGuestCoreTypes.h: --license-mit
|
---|
55 | /VBox/VBoxGuestLib.h: --license-mit
|
---|
56 | /VBox/VBoxGuestLibSharedFolders.h: --license-mit
|
---|
57 | /VBox/VBoxGuestLibSharedFoldersInline.h: --license-mit
|
---|
58 | /VBox/VMMDev.h: --license-mit
|
---|
59 | /VBox/VMMDevCoreTypes.h: --license-mit
|
---|
60 |
|
---|
61 | /VBox/HostServices/glext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
62 | /VBox/HostServices/glxext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
63 | /VBox/HostServices/wglext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
64 |
|
---|
65 | # Some headers actually shouldn't have include guards:
|
---|
66 | /VBox/dbus-calls.h: --no-fix-header-guards
|
---|
67 | /VBox/VDEPlugSymDefs.h: --no-fix-header-guards
|
---|
68 | /iprt/asn1-generator-core.h: --no-fix-header-guards
|
---|
69 | /iprt/asn1-generator-pass.h: --no-fix-header-guards
|
---|
70 | /iprt/asn1-generator-sanity.h: --no-fix-header-guards
|
---|
71 | /iprt/asn1-generator-internal-header.h: --no-fix-header-guards
|
---|
72 | /iprt/asn1-generator-asn1-decoder.h: --no-fix-header-guards
|
---|
73 | /iprt/asn1-generator-init.h: --no-fix-header-guards
|
---|
74 | /iprt/runtime-loader.h: --no-fix-header-guards
|
---|
75 | /iprt/bldprog-strtab-template.cpp.h: --no-fix-header-guards
|
---|
76 | /iprt/asm*watcom*.h: --no-pragma-once
|
---|
77 |
|
---|
78 | /iprt/*.h: --guard-relative-to-dir iprt --guard-prefix IPRT_INCLUDED_
|
---|
79 | /VBox/*.h: --guard-relative-to-dir VBox --guard-prefix VBOX_INCLUDED_
|
---|
80 |
|
---|