1 | # $Id: .scm-settings 106061 2024-09-16 14:03:52Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the x11 guest addition components.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2024 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 | --filter-out-files /undefined_*
|
---|
29 |
|
---|
30 | # wlInclude
|
---|
31 | /wlInclude/*: --external-copyright --no-convert-tabs --strip-no-trailing-lines --no-strip-trailing-blanks --no-fix-flower-box-markers --no-convert-eol --no-force-final-eol --dont-set-svn-eol --dont-set-svn-keywords --no-fix-header-guards --skip-unicode-checks
|
---|
32 |
|
---|
33 | # x11include
|
---|
34 | --filter-out-files /x11include/*README
|
---|
35 | /x11include/*: --external-copyright --no-convert-tabs --strip-no-trailing-lines --no-strip-trailing-blanks --no-fix-flower-box-markers --no-convert-eol --no-force-final-eol --dont-set-svn-eol --dont-set-svn-keywords --no-fix-header-guards --skip-unicode-checks
|
---|
36 | /x11include/*h.in: --treat-as .h
|
---|
37 |
|
---|
38 | # vboxvideo
|
---|
39 | --filter-out-files /vboxvideo/README.testing
|
---|
40 | /vboxvideo/*.c|/vboxvideo/*.h: --license-mit
|
---|
41 | /vboxvideo/vboxvideo*.c|/vboxvideo/vboxvideo*.h: --license-based-on-mit --no-convert-tabs --dont-set-svn-keywords
|
---|
42 | /vboxvideo/edid.c: --license-based-on-mit
|
---|
43 | /vboxvideo/setmode.c: --license-based-on-mit
|
---|
44 | /VBoxClient/display-svga-xf86cvt.cpp: --license-based-on-mit
|
---|
45 |
|
---|
46 | # Installer
|
---|
47 | /Installer/98vboxadd-xclient: --treat-as .sh
|
---|
48 | --filter-out-files /Installer/vboxvideo.ids
|
---|
49 | --filter-out-files /Installer/linux_xorg_suse11.conf
|
---|
50 | --filter-out-files /Installer/solaris_xorg.conf
|
---|
51 | --filter-out-files /Installer/solaris_xorg_modeless.conf
|
---|