1 | # $Id: .scm-settings 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the OS/2 guest additions.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2023 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 |
|
---|
29 | --filter-out-files "*.dll|*.sys|makefile|endlib.mak"
|
---|
30 | --filter-out-files /Bin/readme.txt
|
---|
31 |
|
---|
32 | /VBoxSF/*: --external-copyright
|
---|
33 |
|
---|
34 | /VBoxGradd/*.c: --external-copyright
|
---|
35 | /VBoxGradd/*.asm: --external-copyright --no-convert-tabs
|
---|
36 | /VBoxGradd/*.inc: --external-copyright --no-convert-tabs
|
---|
37 | /VBoxGradd/*.h: --external-copyright --no-fix-header-guards
|
---|
38 | /VBoxGradd/vboxioctl.c: --no-external-copyright
|
---|
39 | /VBoxGradd/vboxioctl.h: --no-external-copyright
|
---|
40 |
|
---|
41 | /VBoxGrext/*.c: --external-copyright
|
---|
42 | /VBoxGrext/*.h: --external-copyright --no-fix-header-guards
|
---|
43 | /VBoxGrext/*.def: --external-copyright
|
---|
44 |
|
---|
45 | /VBoxMouse/*.c: --external-copyright --no-convert-tabs
|
---|
46 | /VBoxMouse/*.asm: --external-copyright --no-convert-tabs
|
---|
47 | /VBoxMouse/*.inc: --external-copyright --no-convert-tabs
|
---|
48 | /VBoxMouse/*.h: --external-copyright --no-convert-tabs --no-fix-header-guards
|
---|
49 | /VBoxMouse/crtstuff.c: --no-external-copyright --convert-tabs
|
---|
50 | /VBoxMouse/VBoxMouse.c: --no-external-copyright --convert-tabs
|
---|
51 | /VBoxMouse/VBoxMouse.h: --no-external-copyright --convert-tabs
|
---|
52 | /VBoxMouse/VBoxMouseDebug.c: --no-external-copyright --convert-tabs
|
---|
53 |
|
---|