1 | # $Id: .scm-settings 76553 2019-01-01 01:45:53Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the SharedOpenGL host service.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2017-2019 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 | # The basic config here is external copyright, however there are lots of exceptions
|
---|
20 | /*.h: --external-copyright --no-convert-tabs --no-strip-trailing-blanks --no-fix-header-guards
|
---|
21 | /crserverlib/presenter/server_presenter.h: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
22 | /render/renderspu_cocoa_helper.h: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
23 |
|
---|
24 | /*.c: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
25 | /crserverlib/server_framebuffer.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
26 | /crserverlib/server_getshaders.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
27 | /crserverlib/server_glsl.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
28 | /crserverlib/server_texture.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
29 | /dlm/dlm_lists.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
30 | /dlm/dlm_state.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
31 | /expando/expandospu.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
32 | /render/renderspu_cocoa.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
33 | /unpacker/unpack_framebuffer.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
34 | /unpacker/unpack_shaders.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
35 | /unpacker/unpack_visibleregion.c: --no-external-copyright --convert-tabs --strip-trailing-blanks
|
---|
36 |
|
---|
37 | /*.def: --external-copyright
|
---|
38 | /*.py: --external-copyright --no-convert-tabs --no-strip-trailing-blanks
|
---|
39 |
|
---|
40 | --filter-out-files *_special
|
---|
41 | --filter-out-files /LICENSE
|
---|
42 |
|
---|