1 | # $Id: .scm-settings 69505 2017-10-28 17:28:30Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the includes.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2017 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 | # TODO: This is using LGPL with Oracle disclaimer. Implement.
|
---|
33 | /VBox/VBoxKeyboard.h: --external-copyright --lgpl-disclaimer
|
---|
34 |
|
---|
35 | # Some of the graphics stuff is using MIT.
|
---|
36 | /VBox/Graphics/HGSMI.h: --license-mit
|
---|
37 | /VBox/Graphics/HGSMIBase.h: --license-mit
|
---|
38 | /VBox/Graphics/HGSMIChannels.h: --license-mit
|
---|
39 | /VBox/Graphics/HGSMIChSetup.h: --license-mit
|
---|
40 | /VBox/Graphics/HGSMIContext.h: --license-mit
|
---|
41 | /VBox/Graphics/HGSMIDefs.h: --license-mit
|
---|
42 | /VBox/Graphics/VBoxVideo.h: --license-mit
|
---|
43 | /VBox/Graphics/VBoxVideoErr.h: --license-mit
|
---|
44 | /VBox/Graphics/VBoxVideoGuest.h: --license-mit
|
---|
45 | /VBox/Graphics/VBoxVideoVBE.h: --license-mit
|
---|
46 | /VBox/Graphics/VBoxVideoVBEPrivate.h: --license-mit
|
---|
47 |
|
---|
48 |
|
---|
49 | /VBox/HostServices/glext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
50 | /VBox/HostServices/glxext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
51 | /VBox/HostServices/wglext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
52 |
|
---|