1 | # $Id: .scm-settings 82968 2020-02-04 10:35:17Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the OS/2 guest additions.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2020 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 | --filter-out-files "*.dll|*.sys|makefile|endlib.mak"
|
---|
20 | --filter-out-files /Bin/readme.txt
|
---|
21 |
|
---|
22 | /VBoxSF/*: --external-copyright
|
---|
23 |
|
---|
24 | /VBoxGradd/*.c: --external-copyright
|
---|
25 | /VBoxGradd/*.asm: --external-copyright --no-convert-tabs
|
---|
26 | /VBoxGradd/*.inc: --external-copyright --no-convert-tabs
|
---|
27 | /VBoxGradd/*.h: --external-copyright --no-fix-header-guards
|
---|
28 | /VBoxGradd/vboxioctl.c: --no-external-copyright
|
---|
29 | /VBoxGradd/vboxioctl.h: --no-external-copyright
|
---|
30 |
|
---|
31 | /VBoxGrext/*.c: --external-copyright
|
---|
32 | /VBoxGrext/*.h: --external-copyright --no-fix-header-guards
|
---|
33 | /VBoxGrext/*.def: --external-copyright
|
---|
34 |
|
---|
35 | /VBoxMouse/*.c: --external-copyright --no-convert-tabs
|
---|
36 | /VBoxMouse/*.asm: --external-copyright --no-convert-tabs
|
---|
37 | /VBoxMouse/*.inc: --external-copyright --no-convert-tabs
|
---|
38 | /VBoxMouse/*.h: --external-copyright --no-convert-tabs --no-fix-header-guards
|
---|
39 | /VBoxMouse/crtstuff.c: --no-external-copyright --convert-tabs
|
---|
40 | /VBoxMouse/VBoxMouse.c: --no-external-copyright --convert-tabs
|
---|
41 | /VBoxMouse/VBoxMouse.h: --no-external-copyright --convert-tabs
|
---|
42 | /VBoxMouse/VBoxMouseDebug.c: --no-external-copyright --convert-tabs
|
---|
43 |
|
---|