Changeset 106061 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp
- Timestamp:
- Sep 16, 2024 2:03:52 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetAdp
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk
r104668 r106061 5 5 6 6 # 7 # Copyright (C) 2009-202 3Oracle and/or its affiliates.7 # Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2008-202 3Oracle and/or its affiliates.7 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h
r99739 r106061 5 5 6 6 /* 7 * Copyright (C) 2008-202 3Oracle and/or its affiliates.7 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2008-202 3Oracle and/or its affiliates.7 * Copyright (C) 2008-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp
r103007 r106061 6 6 7 7 # 8 # Copyright (C) 2007-202 3Oracle and/or its affiliates.8 # Copyright (C) 2007-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2006-202 3Oracle and/or its affiliates.7 # Copyright (C) 2006-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r103789 r106061 5 5 6 6 /* 7 * Copyright (C) 2009-202 3Oracle and/or its affiliates.7 * Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp
r103789 r106061 6 6 7 7 # 8 # Copyright (C) 2009-202 3Oracle and/or its affiliates.8 # Copyright (C) 2009-2024 Oracle and/or its affiliates. 9 9 # 10 10 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2009-202 3Oracle and/or its affiliates.7 * Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/vboxnet.conf
r98103 r106061 5 5 6 6 # 7 # Copyright (C) 2009-202 3Oracle and/or its affiliates.7 # Copyright (C) 2009-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.cpp
r99828 r106061 4 4 */ 5 5 /* 6 * Copyright (C) 2014-202 3Oracle and/or its affiliates.6 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.h
r98103 r106061 4 4 */ 5 5 /* 6 * Copyright (C) 2014-202 3Oracle and/or its affiliates.6 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.rc
r98103 r106061 4 4 */ 5 5 /* 6 * Copyright (C) 2014-202 3Oracle and/or its affiliates.6 * Copyright (C) 2014-2024 Oracle and/or its affiliates. 7 7 * 8 8 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp6.inf
r98336 r106061 7 7 8 8 ; 9 ; Copyright (C) 2014-202 3Oracle and/or its affiliates.9 ; Copyright (C) 2014-2024 Oracle and/or its affiliates. 10 10 ; 11 11 ; This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.