Changeset 98103 in vbox for trunk/src/VBox/NetworkServices/Dhcpd
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/NetworkServices/Dhcpd
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/ClientId.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/ClientId.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/Config.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/Config.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/DHCPD.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/DHCPD.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/Db.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/Db.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpMessage.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpMessage.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpOptions.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/DhcpdInternal.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/IPv4Pool.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/IPv4Pool.h
r98027 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/Makefile.kmk
r97078 r98103 5 5 6 6 # 7 # Copyright (C) 2006-202 2Oracle and/or its affiliates.7 # Copyright (C) 2006-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/Timestamp.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/Timestamp.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2017-202 2Oracle and/or its affiliates.7 * Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpd.cpp
r97086 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/VBoxNetDhcpdHardened.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2009-202 2Oracle and/or its affiliates.7 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/NetworkServices/Dhcpd/lwipopts.h
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2013-202 2Oracle and/or its affiliates.7 * Copyright (C) 2013-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.