basic/qa/vba_tests/ole_ObjAssignNoDflt.vb    |    8 ++++++++
 basic/qa/vba_tests/ole_ObjAssignToNothing.vb |    8 ++++++++
 2 files changed, 16 insertions(+)

New commits:
commit a179da299a7daaa13f7d6fa3612f82eeb186f0d1
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Dec 20 10:49:04 2022 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Dec 20 12:50:41 2022 +0000

    basic: add missing license statement in .vb test files
    
    Change-Id: I304615540edad3d3486bcdb17d7d6ae12fc084b4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144584
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/basic/qa/vba_tests/ole_ObjAssignNoDflt.vb 
b/basic/qa/vba_tests/ole_ObjAssignNoDflt.vb
index b1a591b0c94d..9817aa7437dc 100644
--- a/basic/qa/vba_tests/ole_ObjAssignNoDflt.vb
+++ b/basic/qa/vba_tests/ole_ObjAssignNoDflt.vb
@@ -1,3 +1,11 @@
+'
+' This file is part of the LibreOffice project.
+'
+' This Source Code Form is subject to the terms of the Mozilla Public
+' License, v. 2.0. If a copy of the MPL was not distributed with this
+' file, You can obtain one at http://mozilla.org/MPL/2.0/.
+'
+
 Option VBASupport 1
 Function doUnitTest(TestData as String, Driver as String) as String
 Rem Ensure object assignment is by reference
diff --git a/basic/qa/vba_tests/ole_ObjAssignToNothing.vb 
b/basic/qa/vba_tests/ole_ObjAssignToNothing.vb
index d68664b41b72..9a0a557cdf31 100644
--- a/basic/qa/vba_tests/ole_ObjAssignToNothing.vb
+++ b/basic/qa/vba_tests/ole_ObjAssignToNothing.vb
@@ -1,3 +1,11 @@
+'
+' This file is part of the LibreOffice project.
+'
+' This Source Code Form is subject to the terms of the Mozilla Public
+' License, v. 2.0. If a copy of the MPL was not distributed with this
+' file, You can obtain one at http://mozilla.org/MPL/2.0/.
+'
+
 Option VBASupport 1
 Function doUnitTest(TestData as String, Driver as String) as String
 Rem Ensure object assignment is by reference

Reply via email to