Changeset 98103 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- Location:
- trunk/src/VBox/Main/glue
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/AutoLock.cpp
r98087 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/Main/glue/ErrorInfo.cpp
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2006-202 2Oracle and/or its affiliates.9 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/EventQueue.cpp
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 -
trunk/src/VBox/Main/glue/GetVBoxUserHomeDirectory.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2005-202 2Oracle and/or its affiliates.7 * Copyright (C) 2005-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/NativeEventQueue.cpp
r96407 r98103 6 6 7 7 /* 8 * Copyright (C) 2006-202 2Oracle and/or its affiliates.8 * Copyright (C) 2006-2023 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/VBoxLogRelCreate.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2005-202 2Oracle and/or its affiliates.7 * Copyright (C) 2005-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/com.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2005-202 2Oracle and/or its affiliates.7 * Copyright (C) 2005-2023 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/constants-python.xsl
r96412 r98103 9 9 --> 10 10 <!-- 11 Copyright (C) 2009-202 2Oracle and/or its affiliates.11 Copyright (C) 2009-2023 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/errorprint.cpp
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2009-202 2Oracle and/or its affiliates.9 * Copyright (C) 2009-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/glue-java.xsl
r97711 r98103 11 11 --> 12 12 <!-- 13 Copyright (C) 2010-202 2Oracle and/or its affiliates.13 Copyright (C) 2010-2023 Oracle and/or its affiliates. 14 14 15 15 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/initterm.cpp
r97024 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/Main/glue/string-base64.cpp
r96407 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/Main/glue/string.cpp
r96407 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/Main/glue/tests/Makefile
r96407 r98103 3 3 4 4 # 5 # Copyright (C) 2010-202 2Oracle and/or its affiliates.5 # Copyright (C) 2010-2023 Oracle and/or its affiliates. 6 6 # 7 7 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/tests/TestVBox.java
r96407 r98103 6 6 7 7 /* 8 * Copyright (C) 2010-202 2Oracle and/or its affiliates.8 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/tests/TestVBoxNATEngine.java
r96407 r98103 6 6 7 7 /* 8 * Copyright (C) 2013-202 2Oracle and/or its affiliates.8 * Copyright (C) 2013-2023 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/vbox-err-consts.sed
r96407 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/Main/glue/vboxapi.py
r96407 r98103 7 7 __copyright__ = \ 8 8 """ 9 Copyright (C) 2009-202 2Oracle and/or its affiliates.9 Copyright (C) 2009-2023 Oracle and/or its affiliates. 10 10 11 11 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/xpcom/helpers.cpp
r96407 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
Note:
See TracChangeset
for help on using the changeset viewer.