summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-07 19:35:56 +0200
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:38 +0100
commit95fe3df714fa2064d93c779a8a206af9bc244fe7 (patch)
tree5429d1b7a1839346347302bddbf896ef08ffc4c1 /solenv
parent2941e5b354080a8e744676d88ad2849306c3d229 (diff)
add license header
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Gallery.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/solenv/gbuild/Gallery.mk b/solenv/gbuild/Gallery.mk
index 58477bf968fd..850862210fb2 100644
--- a/solenv/gbuild/Gallery.mk
+++ b/solenv/gbuild/Gallery.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/.
+#
+
.PHONY : $(call gb_Gallery_get_clean_target,%)
$(call gb_Gallery_get_clean_target,%) :
$(call gb_Helper_abbreviate_dirs,\
@@ -109,3 +118,5 @@ endef
define gb_Gallery_add_files
$(foreach fname,$(2),$(call gb_Gallery__add_file,$(1),$(fname)))
endef
+
+# vim: set noet sw=4 ts=4: