1 | # $Id: .scm-settings 69348 2017-10-26 13:47:29Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the x11 guest addition components.
|
---|
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 | --filter-out-files /undefined_*
|
---|
19 |
|
---|
20 | # x11include
|
---|
21 | --filter-out-files /x11include/*README
|
---|
22 | /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
|
---|
23 | /x11include/*h.in: --treat-as .h
|
---|
24 |
|
---|
25 | # vboxvideo
|
---|
26 | --filter-out-files /vboxvideo/README.testing
|
---|
27 | /vboxvideo/*.c|/vboxvideo/*.h: --license-mit
|
---|
28 | /vboxvideo/vboxvideo*.c|/vboxvideo/vboxvideo*.h: --license-based-on-mit --no-convert-tabs --dont-set-svn-keywords
|
---|
29 | /vboxvideo/edid.c: --license-based-on-mit
|
---|
30 | /vboxvideo/setmode.c: --license-based-on-mit
|
---|
31 |
|
---|
32 | # Installer
|
---|
33 | /Installer/98vboxadd-xclient: --treat-as .sh
|
---|
34 | --filter-out-files /Installer/vboxvideo.ids
|
---|
35 | --filter-out-files /Installer/linux_xorg_suse11.conf
|
---|
36 | --filter-out-files /Installer/solaris_xorg.conf
|
---|
37 | --filter-out-files /Installer/solaris_xorg_modeless.conf
|
---|