summaryrefslogtreecommitdiff
path: root/src/libs/openssl-3.0.3/providers
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/openssl-3.0.3/providers')
-rw-r--r--src/libs/openssl-3.0.3/providers/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/common/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/common/der/Makefile.kmk26
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/asymciphers/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/ciphers/Makefile.kmk26
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/digests/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/encode_decode/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/exchange/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/kdfs/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/kem/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/keymgmt/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/macs/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/rands/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/signature/Makefile.kmk28
-rw-r--r--src/libs/openssl-3.0.3/providers/implementations/storemgmt/Makefile.kmk28
15 files changed, 283 insertions, 133 deletions
diff --git a/src/libs/openssl-3.0.3/providers/Makefile.kmk b/src/libs/openssl-3.0.3/providers/Makefile.kmk
index 7a3fe409604..85c716d9f03 100644
--- a/src/libs/openssl-3.0.3/providers/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/common/Makefile.kmk b/src/libs/openssl-3.0.3/providers/common/Makefile.kmk
index bce0f4f6ba4..73f53f57415 100644
--- a/src/libs/openssl-3.0.3/providers/common/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/common/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/common/der/Makefile.kmk b/src/libs/openssl-3.0.3/providers/common/der/Makefile.kmk
index 584ec7efd71..8da58358b78 100644
--- a/src/libs/openssl-3.0.3/providers/common/der/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/common/der/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 2022 Oracle Corporation
+# Copyright (C) 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
#
SUB_DEPTH = ../../../../..
diff --git a/src/libs/openssl-3.0.3/providers/implementations/asymciphers/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/asymciphers/Makefile.kmk
index 721b7af3ab1..b5eb839bcd4 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/asymciphers/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/asymciphers/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/ciphers/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/ciphers/Makefile.kmk
index ac0a3aec87f..d73d7f79175 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/ciphers/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/ciphers/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 2022 Oracle Corporation
+# Copyright (C) 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
#
SUB_DEPTH = ../../../../..
diff --git a/src/libs/openssl-3.0.3/providers/implementations/digests/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/digests/Makefile.kmk
index 133e657d523..da043a96e41 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/digests/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/digests/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/encode_decode/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/encode_decode/Makefile.kmk
index d1b86263e55..2a1f7e2aca2 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/encode_decode/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/encode_decode/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/exchange/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/exchange/Makefile.kmk
index 9d4074b6986..ce5aa9e868e 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/exchange/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/exchange/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/kdfs/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/kdfs/Makefile.kmk
index 50ccfd66924..e81c9a8a872 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/kdfs/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/kdfs/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/kem/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/kem/Makefile.kmk
index bb104c42c95..177a67cd445 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/kem/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/kem/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/keymgmt/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/keymgmt/Makefile.kmk
index 254ef3e792b..0021e4bc183 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/keymgmt/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/keymgmt/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/macs/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/macs/Makefile.kmk
index a75db5759aa..f8fd08e55f9 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/macs/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/macs/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/rands/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/rands/Makefile.kmk
index 5d15f011828..16b23ca01be 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/rands/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/rands/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/signature/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/signature/Makefile.kmk
index 5a2230b1090..db21dab177b 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/signature/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/signature/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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/libs/openssl-3.0.3/providers/implementations/storemgmt/Makefile.kmk b/src/libs/openssl-3.0.3/providers/implementations/storemgmt/Makefile.kmk
index 4838c171416..93f5ddb5719 100644
--- a/src/libs/openssl-3.0.3/providers/implementations/storemgmt/Makefile.kmk
+++ b/src/libs/openssl-3.0.3/providers/implementations/storemgmt/Makefile.kmk
@@ -4,15 +4,25 @@
#
#
-# Copyright (C) 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) 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 = ../../../../..