summaryrefslogtreecommitdiff
path: root/src/VBox/ExtPacks
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/ExtPacks')
-rw-r--r--src/VBox/ExtPacks/.scm-settings28
-rw-r--r--src/VBox/ExtPacks/BusMouseSample/.scm-settings2
-rw-r--r--src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp2
-rw-r--r--src/VBox/ExtPacks/BusMouseSample/Makefile.kmk2
-rw-r--r--src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp2
-rw-r--r--src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMainVM.cpp2
-rw-r--r--src/VBox/ExtPacks/Makefile.kmk28
-rw-r--r--src/VBox/ExtPacks/Skeleton/.scm-settings2
-rw-r--r--src/VBox/ExtPacks/Skeleton/Makefile.kmk2
-rw-r--r--src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp2
-rw-r--r--src/VBox/ExtPacks/Skeleton/VBoxSkeletonMainVM.cpp2
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/.scm-settings15
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk15
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d2
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp2
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp15
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm15
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp15
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h15
-rw-r--r--src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h15
-rw-r--r--src/VBox/ExtPacks/VNC/Makefile.kmk28
-rw-r--r--src/VBox/ExtPacks/VNC/VBoxVNC.cpp26
-rw-r--r--src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp26
23 files changed, 160 insertions, 103 deletions
diff --git a/src/VBox/ExtPacks/.scm-settings b/src/VBox/ExtPacks/.scm-settings
index 6333dca3d40..78e7d077a77 100644
--- a/src/VBox/ExtPacks/.scm-settings
+++ b/src/VBox/ExtPacks/.scm-settings
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
+#
+# This file is part of VirtualBox base platform packages, as
+# available from https://www.virtualbox.org.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, in version 3 of the
+# License.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <https://www.gnu.org/licenses>.
+#
+# SPDX-License-Identifier: GPL-3.0-only
#
diff --git a/src/VBox/ExtPacks/BusMouseSample/.scm-settings b/src/VBox/ExtPacks/BusMouseSample/.scm-settings
index bfd1c8e8ffb..3cc2b2178aa 100644
--- a/src/VBox/ExtPacks/BusMouseSample/.scm-settings
+++ b/src/VBox/ExtPacks/BusMouseSample/.scm-settings
@@ -4,7 +4,7 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp b/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp
index be2ebe47301..a2e123b5b2e 100644
--- a/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp
+++ b/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2006-2022 Oracle Corporation
+ * Copyright (C) 2006-2022 Oracle and/or its affiliates.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk b/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk
index 9f586088c23..93a6c4e89bc 100644
--- a/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk
+++ b/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk
@@ -4,7 +4,7 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp b/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp
index 4ebd5ba1870..db8ee10211c 100644
--- a/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp
+++ b/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2010-2022 Oracle Corporation
+ * Copyright (C) 2010-2022 Oracle and/or its affiliates.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMainVM.cpp b/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMainVM.cpp
index ddc37e66f91..8edbda6f555 100644
--- a/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMainVM.cpp
+++ b/src/VBox/ExtPacks/BusMouseSample/VBoxBusMouseMainVM.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2010-2022 Oracle Corporation
+ * Copyright (C) 2010-2022 Oracle and/or its affiliates.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/Makefile.kmk b/src/VBox/ExtPacks/Makefile.kmk
index e6b0e75641f..cd81e8c1e79 100644
--- a/src/VBox/ExtPacks/Makefile.kmk
+++ b/src/VBox/ExtPacks/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
+#
+# This file is part of VirtualBox base platform packages, as
+# available from https://www.virtualbox.org.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, in version 3 of the
+# License.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <https://www.gnu.org/licenses>.
+#
+# SPDX-License-Identifier: GPL-3.0-only
#
SUB_DEPTH = ../../..
diff --git a/src/VBox/ExtPacks/Skeleton/.scm-settings b/src/VBox/ExtPacks/Skeleton/.scm-settings
index 0c8831de765..e92bb631603 100644
--- a/src/VBox/ExtPacks/Skeleton/.scm-settings
+++ b/src/VBox/ExtPacks/Skeleton/.scm-settings
@@ -4,7 +4,7 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/Skeleton/Makefile.kmk b/src/VBox/ExtPacks/Skeleton/Makefile.kmk
index fa7c9a60f0f..98bc0a81629 100644
--- a/src/VBox/ExtPacks/Skeleton/Makefile.kmk
+++ b/src/VBox/ExtPacks/Skeleton/Makefile.kmk
@@ -4,7 +4,7 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp b/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp
index 15d8febd69d..8f63d8591fd 100644
--- a/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp
+++ b/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2010-2022 Oracle Corporation
+ * Copyright (C) 2010-2022 Oracle and/or its affiliates.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMainVM.cpp b/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMainVM.cpp
index 066f0685370..cbfeac58f58 100644
--- a/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMainVM.cpp
+++ b/src/VBox/ExtPacks/Skeleton/VBoxSkeletonMainVM.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2010-2022 Oracle Corporation
+ * Copyright (C) 2010-2022 Oracle and/or its affiliates.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/VBoxDTrace/.scm-settings b/src/VBox/ExtPacks/VBoxDTrace/.scm-settings
index d47525142bf..ab1181a2d4f 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/.scm-settings
+++ b/src/VBox/ExtPacks/VBoxDTrace/.scm-settings
@@ -4,15 +4,16 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the Common
+# This file is part of VirtualBox base platform packages, as
+# available from http://www.virtualbox.org.
+#
+# The contents of this file are subject to the terms of the Common
# Development and Distribution License Version 1.0 (CDDL) only, as it
-# comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
-# VirtualBox OSE is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY of any kind.
+# comes in the "COPYING.CDDL" file of the VirtualBox distribution.
+#
+# SPDX-License-Identifier: CDDL-1.0
#
diff --git a/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk b/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
index 39c2db6cfc0..26ac3c9fe2d 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
+++ b/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
@@ -6,15 +6,16 @@
#
#
-# Copyright (C) 2012-2022 Oracle Corporation
+# Copyright (C) 2012-2022 Oracle and/or its affiliates.
#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the Common
+# This file is part of VirtualBox base platform packages, as
+# available from http://www.virtualbox.org.
+#
+# The contents of this file are subject to the terms of the Common
# Development and Distribution License Version 1.0 (CDDL) only, as it
-# comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
-# VirtualBox OSE is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY of any kind.
+# comes in the "COPYING.CDDL" file of the VirtualBox distribution.
+#
+# SPDX-License-Identifier: CDDL-1.0
#
SUB_DEPTH = ../../../../
diff --git a/src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d b/src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d
index 51afa319664..778eadfed89 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d
+++ b/src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2010-2022 Oracle Corporation
+ * Copyright (C) 2010-2022 Oracle and/or its affiliates.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp
index 8dca324e322..3a4062197b3 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp
+++ b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp
@@ -4,7 +4,7 @@
*/
/*
- * Copyright (C) 2010-2022 Oracle Corporation
+ * Copyright (C) 2010-2022 Oracle and/or its affiliates.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp
index 411ce9db423..2c7bfd28a91 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp
+++ b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp
@@ -6,15 +6,16 @@
*/
/*
- * Copyright (C) 2012-2022 Oracle Corporation
+ * Copyright (C) 2012-2022 Oracle and/or its affiliates.
*
- * This file is part of VirtualBox Open Source Edition (OSE), as
- * available from http://www.virtualbox.org. This file is free software;
- * you can redistribute it and/or modify it under the terms of the Common
+ * This file is part of VirtualBox base platform packages, as
+ * available from http://www.virtualbox.org.
+ *
+ * The contents of this file are subject to the terms of the Common
* Development and Distribution License Version 1.0 (CDDL) only, as it
- * comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
- * VirtualBox OSE is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY of any kind.
+ * comes in the "COPYING.CDDL" file of the VirtualBox distribution.
+ *
+ * SPDX-License-Identifier: CDDL-1.0
*/
diff --git a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm
index b8cd25661c2..2f1a5fccaa5 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm
+++ b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm
@@ -6,15 +6,16 @@
;
;
-; Copyright (C) 2012-2022 Oracle Corporation
+; Copyright (C) 2012-2022 Oracle and/or its affiliates.
;
-; This file is part of VirtualBox Open Source Edition (OSE), as
-; available from http://www.virtualbox.org. This file is free software;
-; you can redistribute it and/or modify it under the terms of the Common
+; This file is part of VirtualBox base platform packages, as
+; available from http://www.virtualbox.org.
+;
+; The contents of this file are subject to the terms of the Common
; Development and Distribution License Version 1.0 (CDDL) only, as it
-; comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
-; VirtualBox OSE is distributed in the hope that it will be useful, but
-; WITHOUT ANY WARRANTY of any kind.
+; comes in the "COPYING.CDDL" file of the VirtualBox distribution.
+;
+; SPDX-License-Identifier: CDDL-1.0
;
diff --git a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
index 218ae76e53e..ed2ca3ef3f5 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
+++ b/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
@@ -5,15 +5,16 @@
*/
/*
- * Copyright (C) 2016-2022 Oracle Corporation
+ * Copyright (C) 2016-2022 Oracle and/or its affiliates.
*
- * This file is part of VirtualBox Open Source Edition (OSE), as
- * available from http://www.virtualbox.org. This file is free software;
- * you can redistribute it and/or modify it under the terms of the Common
+ * This file is part of VirtualBox base platform packages, as
+ * available from http://www.virtualbox.org.
+ *
+ * The contents of this file are subject to the terms of the Common
* Development and Distribution License Version 1.0 (CDDL) only, as it
- * comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
- * VirtualBox OSE is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY of any kind.
+ * comes in the "COPYING.CDDL" file of the VirtualBox distribution.
+ *
+ * SPDX-License-Identifier: CDDL-1.0
*/
diff --git a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
index 8828c6f16ef..8e78664bef6 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
+++ b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceLibCWrappers.h
@@ -6,15 +6,16 @@
*/
/*
- * Copyright (C) 2012-2022 Oracle Corporation
+ * Copyright (C) 2012-2022 Oracle and/or its affiliates.
*
- * This file is part of VirtualBox Open Source Edition (OSE), as
- * available from http://www.virtualbox.org. This file is free software;
- * you can redistribute it and/or modify it under the terms of the Common
+ * This file is part of VirtualBox base platform packages, as
+ * available from http://www.virtualbox.org.
+ *
+ * The contents of this file are subject to the terms of the Common
* Development and Distribution License Version 1.0 (CDDL) only, as it
- * comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
- * VirtualBox OSE is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY of any kind.
+ * comes in the "COPYING.CDDL" file of the VirtualBox distribution.
+ *
+ * SPDX-License-Identifier: CDDL-1.0
*/
#ifndef VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceLibCWrappers_h
diff --git a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
index 09646ee61c9..00ce75b22b4 100644
--- a/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
+++ b/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h
@@ -7,15 +7,16 @@
*/
/*
- * Copyright (C) 2012-2022 Oracle Corporation
+ * Copyright (C) 2012-2022 Oracle and/or its affiliates.
*
- * This file is part of VirtualBox Open Source Edition (OSE), as
- * available from http://www.virtualbox.org. This file is free software;
- * you can redistribute it and/or modify it under the terms of the Common
+ * This file is part of VirtualBox base platform packages, as
+ * available from http://www.virtualbox.org.
+ *
+ * The contents of this file are subject to the terms of the Common
* Development and Distribution License Version 1.0 (CDDL) only, as it
- * comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
- * VirtualBox OSE is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY of any kind.
+ * comes in the "COPYING.CDDL" file of the VirtualBox distribution.
+ *
+ * SPDX-License-Identifier: CDDL-1.0
*/
#ifndef VBOX_INCLUDED_SRC_VBoxDTrace_include_VBoxDTraceTypes_h
diff --git a/src/VBox/ExtPacks/VNC/Makefile.kmk b/src/VBox/ExtPacks/VNC/Makefile.kmk
index 0de5d8a35cd..c6782faf750 100644
--- a/src/VBox/ExtPacks/VNC/Makefile.kmk
+++ b/src/VBox/ExtPacks/VNC/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 2010-2022 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+# Copyright (C) 2010-2022 Oracle and/or its affiliates.
+#
+# This file is part of VirtualBox base platform packages, as
+# available from https://www.virtualbox.org.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation, in version 3 of the
+# License.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <https://www.gnu.org/licenses>.
+#
+# SPDX-License-Identifier: GPL-3.0-only
#
SUB_DEPTH = ../../../..
diff --git a/src/VBox/ExtPacks/VNC/VBoxVNC.cpp b/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
index 5904e336299..86aef352730 100644
--- a/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
+++ b/src/VBox/ExtPacks/VNC/VBoxVNC.cpp
@@ -7,15 +7,25 @@
* Contributed by Ivo Smits <Ivo@UFO-Net.nl>, Howard Su and
* Christophe Devriese <christophe.devriese@gmail.com>.
*
- * Copyright (C) 2011-2022 Oracle Corporation
+ * Copyright (C) 2011-2022 Oracle and/or its affiliates.
*
- * This file is part of VirtualBox Open Source Edition (OSE), as
- * available from http://www.virtualbox.org. This file is free software;
- * you can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) as published by the Free Software
- * Foundation, in version 2 as it comes in the "COPYING" file of the
- * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
- * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+ * This file is part of VirtualBox base platform packages, as
+ * available from https://www.virtualbox.org.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation, in version 3 of the
+ * License.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <https://www.gnu.org/licenses>.
+ *
+ * SPDX-License-Identifier: GPL-3.0-only
*/
diff --git a/src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp b/src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp
index cb273fdb0d5..165c0a38de9 100644
--- a/src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp
+++ b/src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp
@@ -4,15 +4,25 @@
*/
/*
- * Copyright (C) 2010-2022 Oracle Corporation
+ * Copyright (C) 2010-2022 Oracle and/or its affiliates.
*
- * This file is part of VirtualBox Open Source Edition (OSE), as
- * available from http://www.virtualbox.org. This file is free software;
- * you can redistribute it and/or modify it under the terms of the GNU
- * General Public License (GPL) as published by the Free Software
- * Foundation, in version 2 as it comes in the "COPYING" file of the
- * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
- * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+ * This file is part of VirtualBox base platform packages, as
+ * available from https://www.virtualbox.org.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation, in version 3 of the
+ * License.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see <https://www.gnu.org/licenses>.
+ *
+ * SPDX-License-Identifier: GPL-3.0-only
*/