VirtualBox

Changeset 98103 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Jan 17, 2023 2:15:46 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155244
Message:

Copyright year updates by scm.

Location:
trunk/src/VBox/Devices/PC/BIOS
Files:
44 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk

    r96407 r98103  
    55
    66#
    7 # Copyright (C) 2012-2022 Oracle and/or its affiliates.
     7# Copyright (C) 2012-2023 Oracle and/or its affiliates.
    88#
    99# This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/ahci.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2011-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2011-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/apm.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/apm_pm.asm

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/ata.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/ata.h

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/bios.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/biosint.h

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/boot.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/buslogic.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2021-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2021-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/disk.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/ebda.h

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/eltorito.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/floppy.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/floppyt.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2011-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2011-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/inlines.h

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2010-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2010-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/invop.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2013-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2013-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/keyboard.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/logo.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/lsilogic.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2021-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2021-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/orgs.asm

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/parallel.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pci32.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pcibio32.asm

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pcibios.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pcibios.inc

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pciutil.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2011-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2011-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pciutil.h

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2011-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2011-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pirq.inc

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pmode.inc

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/pmsetup.inc

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/post.c

    r97726 r98103  
    55
    66/*
    7  * Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/print.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/ps2mouse.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/scsi.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2004-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2004-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/scsi.h

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2019-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2019-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/serial.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/smidmi.inc

    r96407 r98103  
    11;
    2 ; Copyright (C) 2006-2022 Oracle and/or its affiliates.
     2; Copyright (C) 2006-2023 Oracle and/or its affiliates.
    33;
    44; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/system.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/timepci.c

    r96407 r98103  
    11/*
    2  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     2 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    33 *
    44 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/vbdmismi.inc

    r96407 r98103  
    55
    66;
    7 ; Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7; Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88;
    99; This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/vds.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2011-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2011-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/vds.h

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2006-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2006-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
  • trunk/src/VBox/Devices/PC/BIOS/virtio.c

    r96407 r98103  
    55
    66/*
    7  * Copyright (C) 2019-2022 Oracle and/or its affiliates.
     7 * Copyright (C) 2019-2023 Oracle and/or its affiliates.
    88 *
    99 * This file is part of VirtualBox base platform packages, as
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette