1 | # $Id: .scm-settings 82968 2020-02-04 10:35:17Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for RDP.
|
---|
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 | --filter-out-dirs /client-*/keymaps/.
|
---|
19 | --filter-out-dirs /client-*/doc/.
|
---|
20 |
|
---|
21 | --filter-out-files /client-*/bootstrap
|
---|
22 | --filter-out-files /client-*/config.*
|
---|
23 | --filter-out-files /client-*/configure.ac
|
---|
24 | --filter-out-files /client-*/install-sh
|
---|
25 | --filter-out-files /client-*/Makefile.in
|
---|
26 | --filter-out-files /client-*/proto.head
|
---|
27 | --filter-out-files /client-*/proto.tail
|
---|
28 | --filter-out-files /client-*/rdesktop.spec
|
---|
29 | --filter-out-files /client-*/README
|
---|
30 |
|
---|
31 | /client-*/*.c: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-strip-trailing-blanks
|
---|
32 | /client-*/*.h: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-strip-trailing-blanks --no-fix-header-guards
|
---|
33 | /client-*/configure: --external-copyright --lgpl-disclaimer --no-convert-tabs --no-fix-todos --no-strip-trailing-blanks
|
---|
34 | /client-*/vrdp/*: --no-external-copyright --no-lgpl-disclaimer --fix-todos --strip-trailing-blanks
|
---|
35 |
|
---|
36 | /server/mixeng/*_template.h: --no-fix-header-guards
|
---|
37 | /server/*.h: --guard-relative-to-dir server --guard-prefix VRDP_INCLUDED_SRC_
|
---|
38 |
|
---|