1 | # $Id: .scm-settings 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for RDP.
|
---|
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 | --filter-out-dirs /client-*/keymaps/.
|
---|
29 | --filter-out-dirs /client-*/doc/.
|
---|
30 |
|
---|
31 | --filter-out-files /client-*/bootstrap
|
---|
32 | --filter-out-files /client-*/config.*
|
---|
33 | --filter-out-files /client-*/configure.ac
|
---|
34 | --filter-out-files /client-*/install-sh
|
---|
35 | --filter-out-files /client-*/Makefile.in
|
---|
36 | --filter-out-files /client-*/proto.head
|
---|
37 | --filter-out-files /client-*/proto.tail
|
---|
38 | --filter-out-files /client-*/rdesktop.spec
|
---|
39 | --filter-out-files /client-*/README
|
---|
40 |
|
---|
41 | /client-*/*.c: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-strip-trailing-blanks
|
---|
42 | /client-*/*.h: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-strip-trailing-blanks --no-fix-header-guards
|
---|
43 | /client-*/configure: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-strip-trailing-blanks
|
---|
44 | /client-*/vrdp/*: --no-external-copyright --no-lgpl-disclaimer --fix-todos --strip-trailing-blanks
|
---|
45 |
|
---|
46 | /server/mixeng/*_template.h: --no-fix-header-guards
|
---|
47 | /server/*.h: --guard-relative-to-dir server --guard-prefix VRDP_INCLUDED_SRC_
|
---|
48 |
|
---|