1 | # $Id: .scm-settings 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for network devices/drivers.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2017-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-dirs /lwip-new/src/*
|
---|
30 | --filter-out-dirs /lwip-new/test/*
|
---|
31 | --filter-out-dirs /lwip-new/doc/*
|
---|
32 | --filter-out-dirs /lwip-new/vbox/include/*
|
---|
33 |
|
---|
34 | --filter-out-files /lwip-new/CHANGELOG
|
---|
35 | --filter-out-files /lwip-new/FILES
|
---|
36 | --filter-out-files /lwip-new/README
|
---|
37 | --filter-out-files /lwip-new/README.vbox
|
---|
38 | --filter-out-files /lwip-new/UPGRADING
|
---|
39 | --filter-out-files /slirp/libalias/HISTORY
|
---|
40 | --filter-out-files /slirp/libalias/*.3
|
---|
41 | --filter-out-files /slirp/COPYRIGHT
|
---|
42 |
|
---|
43 |
|
---|
44 | # fun
|
---|
45 | /slirp/dnsproxy/dnsproxy.h: --external-copyright --no-convert-tabs
|
---|
46 | /slirp/dnsproxy/hash.c: --external-copyright --no-convert-tabs
|
---|
47 | /slirp/libalias/*: --external-copyright --no-convert-tabs
|
---|
48 | /slirp/bsd/*: --external-copyright --no-convert-tabs --dont-set-svn-keywords
|
---|
49 | /slirp/*: --no-fix-header-guards
|
---|
50 |
|
---|
51 | # Not UTF-8 sources with latin-1/whatever chars in them (mostly names):
|
---|
52 | /slirp/bsd/kern/subr_sbuf.c: --skip-unicode-checks
|
---|
53 | /slirp/bsd/sys/sbuf.h: --skip-unicode-checks
|
---|
54 |
|
---|
55 | # well...
|
---|
56 | /lwipopts.h: --external-copyright
|
---|
57 |
|
---|