VirtualBox

source: vbox/trunk/include/.scm-settings@ 73768

Last change on this file since 73768 was 72627, checked in by vboxsync, 6 years ago

Additions: relicence components needed for Linux shared folders to MIT.
bugref:9109: Shared folders: update to match in-kernel code more closely
This change makes the code on which the Linux kernel shared folder patch is
based MIT-licenced, so that the version in the Linux kernel can be too. This
would make it easier to move code back and forth.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1# $Id: .scm-settings 72627 2018-06-20 13:53:28Z 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# And so are some files used by the shared folder guest code.
49/VBox/shflsvc.h: --license-mit
50/VBox/VBoxGuest.h: --license-mit
51/VBox/VBoxGuestCoreTypes.h: --license-mit
52/VBox/VBoxGuestLib.h: --license-mit
53/VBox/VBoxGuestLibSharedFolders.h: --license-mit
54/VBox/VMMDev.h: --license-mit
55/VBox/VMMDevCoreTypes.h: --license-mit
56
57/VBox/HostServices/glext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
58/VBox/HostServices/glxext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
59/VBox/HostServices/wglext.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
60
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use