diff options
author | Noel Power <noel.power@novell.com> | 2012-05-14 15:40:31 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-05-14 15:41:07 +0100 |
commit | 14ced14a22d619a9316ee6e722645d0b38f02875 (patch) | |
tree | e4975bacc17410cdd3a7cd4e4899d8d0a045ff05 /basic | |
parent | e9bc6d789702f330a8a8d9eaa830a90d24d63a38 (diff) |
add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
Diffstat (limited to 'basic')
-rw-r--r-- | basic/qa/cppunit/test_append.cxx | 7 | ||||
-rw-r--r-- | basic/qa/cppunit/test_scanner.cxx | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_append.cxx b/basic/qa/cppunit/test_append.cxx index 622d1d28e7d9..9a9401f31bc1 100644 --- a/basic/qa/cppunit/test_append.cxx +++ b/basic/qa/cppunit/test_append.cxx @@ -1,4 +1,11 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * Copyright 2012 LibreOffice contributors. + * + * 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/. + */ #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/basic/qa/cppunit/test_scanner.cxx b/basic/qa/cppunit/test_scanner.cxx index daea7caa39a6..0935f66a6fba 100644 --- a/basic/qa/cppunit/test_scanner.cxx +++ b/basic/qa/cppunit/test_scanner.cxx @@ -1,4 +1,11 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * Copyright 2012 LibreOffice contributors. + * + * 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/. + */ #include "sal/config.h" #include "sal/precppunit.hxx" |