Changeset 106061 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Sep 16, 2024 2:03:52 PM (8 months ago)
- svn:sync-xref-src-repo-rev:
- 164827
- Location:
- trunk/src/VBox/Main/glue
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/AutoLock.cpp
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/Main/glue/ErrorInfo.cpp
r98297 r106061 7 7 8 8 /* 9 * Copyright (C) 2006-202 3Oracle and/or its affiliates.9 * Copyright (C) 2006-2024 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
r98297 r106061 5 5 6 6 /* 7 * Copyright (C) 2013-202 3Oracle and/or its affiliates.7 * Copyright (C) 2013-2024 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
r98103 r106061 5 5 6 6 /* 7 * Copyright (C) 2005-202 3Oracle and/or its affiliates.7 * Copyright (C) 2005-2024 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
r98297 r106061 6 6 7 7 /* 8 * Copyright (C) 2006-202 3Oracle and/or its affiliates.8 * Copyright (C) 2006-2024 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
r105809 r106061 5 5 6 6 /* 7 * Copyright (C) 2005-202 3Oracle and/or its affiliates.7 * Copyright (C) 2005-2024 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
r98297 r106061 5 5 6 6 /* 7 * Copyright (C) 2005-202 3Oracle and/or its affiliates.7 * Copyright (C) 2005-2024 Oracle and/or its affiliates. 8 8 * 9 9 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/errorprint.cpp
r98297 r106061 7 7 8 8 /* 9 * Copyright (C) 2009-202 3Oracle and/or its affiliates.9 * Copyright (C) 2009-2024 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
r98108 r106061 11 11 --> 12 12 <!-- 13 Copyright (C) 2010-202 3Oracle and/or its affiliates.13 Copyright (C) 2010-2024 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
r98297 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/Main/glue/python/Makefile.kmk
r103035 r106061 5 5 6 6 # 7 # Copyright (C) 2004-202 3Oracle and/or its affiliates.7 # Copyright (C) 2004-2024 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/python/constants-python.xsl
r103028 r106061 9 9 --> 10 10 <!-- 11 Copyright (C) 2009-202 3Oracle and/or its affiliates.11 Copyright (C) 2009-2024 Oracle and/or its affiliates. 12 12 13 13 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/python/vbox-err-consts.sed
r103028 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/Main/glue/python/vboxapi.py
r103329 r106061 10 10 __copyright__ = \ 11 11 """ 12 Copyright (C) 2009-202 3Oracle and/or its affiliates.12 Copyright (C) 2009-2024 Oracle and/or its affiliates. 13 13 14 14 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/string-base64.cpp
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/Main/glue/string.cpp
r103415 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/Main/glue/tests/Makefile
r98103 r106061 3 3 4 4 # 5 # Copyright (C) 2010-202 3Oracle and/or its affiliates.5 # Copyright (C) 2010-2024 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
r98103 r106061 6 6 7 7 /* 8 * Copyright (C) 2010-202 3Oracle and/or its affiliates.8 * Copyright (C) 2010-2024 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
r98103 r106061 6 6 7 7 /* 8 * Copyright (C) 2013-202 3Oracle and/or its affiliates.8 * Copyright (C) 2013-2024 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/glue/xpcom/helpers.cpp
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
Note:
See TracChangeset
for help on using the changeset viewer.