[Libreoffice-commits] .: basic/qa
Noel Power
noelp at kemper.freedesktop.org
Mon May 14 07:41:42 PDT 2012
basic/qa/cppunit/test_append.cxx | 7 +++++++
basic/qa/cppunit/test_scanner.cxx | 7 +++++++
2 files changed, 14 insertions(+)
New commits:
commit 14ced14a22d619a9316ee6e722645d0b38f02875
Author: Noel Power <noel.power at novell.com>
Date: Mon May 14 15:40:31 2012 +0100
add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )
Change-Id: I088e8fef273a42ad3e1d87d249a998867c22b4c6
diff --git a/basic/qa/cppunit/test_append.cxx b/basic/qa/cppunit/test_append.cxx
index 622d1d2..9a9401f 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 daea7ca..0935f66 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"
More information about the Libreoffice-commits
mailing list