Add missing header/footer comment

Change-Id: I0ca050a8d0e9f92308ecf0525ee7f0c32ddd0492
This commit is contained in:
Takeshi Abe
2012-09-06 19:09:57 +09:00
parent 3ee906137f
commit 30affe2f2f

View File

@@ -1,3 +1,12 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# 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/.
#
$(eval $(call gb_CppunitTest_CppunitTest,basic_nested_struct))
$(eval $(call gb_CppunitTest_add_exception_objects,basic_nested_struct, \
@@ -47,3 +56,5 @@ $(eval $(call gb_CppunitTest_use_components,basic_nested_struct,\
ucb/source/core/ucb1 \
))
$(eval $(call gb_CppunitTest_use_configuration,basic_nested_struct))
# vim: set noet sw=4 ts=4: