VirtualBox

source: vbox/trunk/src/VBox/Runtime/.scm-settings@ 77887

Last change on this file since 77887 was 77121, checked in by vboxsync, 5 years ago

IPRT: Two more license header cleanups.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1# $Id: .scm-settings 77121 2019-02-01 15:14:32Z vboxsync $
2## @file
3# Source code massager settings for Runtime.
4#
5
6#
7# Copyright (C) 2010-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# The contents of this file may alternatively be used under the terms
18# of the Common Development and Distribution License Version 1.0
19# (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20# VirtualBox OSE distribution, in which case the provisions of the
21# CDDL are applicable instead of those of the GPL.
22#
23# You may elect to license modified versions of this file under the
24# terms and conditions of either the GPL or the CDDL or both.
25#
26
27--license-ose-dual
28
29
30/common/asn1/oiddb.cfg: --treat-as Makefile
31
32# Skip test certificates.
33--filter-out-files /testcase/tstRTCrX509*.pem
34--filter-out-files /testcase/tstRTCrX509*.der
35
36# Skip test binaries and other output/input files.
37--filter-out-files /testcase/*.bin
38--filter-out-files /testcase/*.o
39--filter-out-files /testcase/tstRTLdrMachORelocs-1.o
40--filter-out-files /testcase/tstRTLdrMachORelocs-1.S
41--filter-out-files /testcase/tstRTLdrMachORelocs-1.disas
42
43# Small C and ASM header, no copyright or license text for now.
44/r3/win/vcc100-kernel32-fakes.h: --external-copyright --no-update-license
45
46# external code
47/r0drv/os2/os2imports.imp : --external-copyright --treat-as .def
48
49/r3/win/VBoxRT-msvcp100-win32.def : --external-copyright
50/r3/win/VBoxRT-msvcr100-win32.def : --external-copyright
51
52/common/math/x86/fenv-x86.c : --external-copyright --no-convert-tabs
53
54/common/math/gcc/* : --external-copyright --no-convert-tabs --dont-set-svn-keywords
55/common/math/gcc/udivmoddi4.c : --no-external-copyright --convert-tabs --set-svn-keywords
56
57# No header guard for these:
58/testcase/tstRTBigNum-uint128-div-test-data.h : --no-fix-header-guards
59/testcase/tstRTBigNum-div-test-data.h : --no-fix-header-guards
60/common/time/timesupref.h : --no-fix-header-guards
61/common/asn1/*-template.h : --no-fix-header-guards
62/common/asn1/*-template2.h : --no-fix-header-guards
63/common/crypto/*-template.h : --no-fix-header-guards
64/common/math/gcc/quad.h : --no-fix-header-guards
65/common/misc/sanity.h : --no-fix-header-guards
66/r3/win/vcc100-kernel32-fakes.h : --no-fix-header-guards
67/*.h: --guard-relative-to-dir . --guard-prefix IPRT_INCLUDED_SRC_
68/include/internal/*.h: --guard-relative-to-dir include/internal --guard-prefix IPRT_INCLUDED_INTERNAL_
69
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use