From 14ced14a22d619a9316ee6e722645d0b38f02875 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Mon, 14 May 2012 15:40:31 +0100 Subject: add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER ) Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6 --- basic/qa/cppunit/test_append.cxx | 7 +++++++ basic/qa/cppunit/test_scanner.cxx | 7 +++++++ 2 files changed, 14 insertions(+) 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" -- cgit