Changeset 98103 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/.scm-settings
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2010-202 2Oracle and/or its affiliates.7 # Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
r96407 r98103 7 7 8 8 # 9 # Copyright (C) 2012-202 2Oracle and/or its affiliates.9 # Copyright (C) 2012-2023 Oracle and/or its affiliates. 10 10 # 11 11 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp
r96407 r98103 5 5 6 6 /* 7 * Copyright (C) 2010-202 2Oracle and/or its affiliates.7 * Copyright (C) 2010-2023 Oracle and/or its affiliates. 8 8 * 9 9 * Permission is hereby granted, free of charge, to any person -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2012-202 2Oracle and/or its affiliates.9 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm
r96407 r98103 7 7 8 8 ; 9 ; Copyright (C) 2012-202 2Oracle and/or its affiliates.9 ; Copyright (C) 2012-2023 Oracle and/or its affiliates. 10 10 ; 11 11 ; This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
r96407 r98103 6 6 7 7 /* 8 * Copyright (C) 2016-202 2Oracle and/or its affiliates.8 * Copyright (C) 2016-2023 Oracle and/or its affiliates. 9 9 * 10 10 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
r96407 r98103 7 7 8 8 /* 9 * Copyright (C) 2012-202 2Oracle and/or its affiliates.9 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 10 10 * 11 11 * This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
r96407 r98103 8 8 9 9 /* 10 * Copyright (C) 2012-202 2Oracle and/or its affiliates.10 * Copyright (C) 2012-2023 Oracle and/or its affiliates. 11 11 * 12 12 * This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.