1 | # $Id: .scm-settings 69301 2017-10-25 13:39:08Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for PC devices/drivers.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2017 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 |
|
---|
20 | --filter-out-files /BIOS/notes.txt
|
---|
21 | --filter-out-files /BIOS/makefile
|
---|
22 | --filter-out-files /BIOS/VBoxBiosAlternative*.asm
|
---|
23 | --filter-out-files /BIOS/VBoxBiosAlternative*.md5sum
|
---|
24 | --filter-out-files /ipxe/README
|
---|
25 | --filter-out-files /ipxe/README.vbox
|
---|
26 | --filter-out-files /ipxe/iPxeBiosBin.rom
|
---|
27 | --filter-out-files /ipxe/COPYRIGHTS
|
---|
28 |
|
---|
29 | # PD
|
---|
30 | /BIOS/font8x8.inc: --external-copyright
|
---|
31 | # ???
|
---|
32 | /BIOS/pcicfg.inc: --external-copyright
|
---|
33 |
|
---|
34 | # LGPL turned GPL.
|
---|
35 | /BIOS/ata.c: --lgpl-disclaimer
|
---|
36 | /BIOS/ata.h: --lgpl-disclaimer
|
---|
37 | /BIOS/bios.c: --lgpl-disclaimer
|
---|
38 | /BIOS/biosint.h: --lgpl-disclaimer
|
---|
39 | /BIOS/boot.c: --lgpl-disclaimer
|
---|
40 | /BIOS/disk.c: --lgpl-disclaimer
|
---|
41 | /BIOS/ebda.h: --lgpl-disclaimer
|
---|
42 | /BIOS/eltorito.c: --lgpl-disclaimer
|
---|
43 | /BIOS/floppy.c: --lgpl-disclaimer
|
---|
44 | /BIOS/keyboard.c: --lgpl-disclaimer
|
---|
45 | /BIOS/orgs.asm: --lgpl-disclaimer
|
---|
46 | /BIOS/parallel.c: --lgpl-disclaimer
|
---|
47 | /BIOS/pcibios.inc: --lgpl-disclaimer
|
---|
48 | /BIOS/pirq.inc: --lgpl-disclaimer
|
---|
49 | /BIOS/print.c: --lgpl-disclaimer
|
---|
50 | /BIOS/ps2mouse.c: --lgpl-disclaimer
|
---|
51 | /BIOS/serial.c: --lgpl-disclaimer
|
---|
52 | /BIOS/smidmi.inc: --lgpl-disclaimer
|
---|
53 | /BIOS/system.c: --lgpl-disclaimer
|
---|
54 | /BIOS/timepci.c: --lgpl-disclaimer
|
---|
55 |
|
---|
56 | # For now don't mess up the tabs in the BIOS assembly sources.
|
---|
57 | /BIOS/*.asm|/BIOS/*.inc: --no-convert-tabs
|
---|
58 |
|
---|