diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-09-06 19:09:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-09-07 09:57:38 +0900 |
commit | 30affe2f2fde8add8b1e89799e0e09515ccd9e54 (patch) | |
tree | 59abb28922878a2a5f89f8c2b42e9617c695d852 /basic | |
parent | 3ee906137f6dc658d882cb0c34e9c1b2ce2f2b31 (diff) |
Add missing header/footer comment
Change-Id: I0ca050a8d0e9f92308ecf0525ee7f0c32ddd0492
Diffstat (limited to 'basic')
-rw-r--r-- | basic/CppunitTest_basic_nested_struct.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/basic/CppunitTest_basic_nested_struct.mk b/basic/CppunitTest_basic_nested_struct.mk index c8922e824f28..b6e421cbb499 100644 --- a/basic/CppunitTest_basic_nested_struct.mk +++ b/basic/CppunitTest_basic_nested_struct.mk @@ -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: |