summaryrefslogtreecommitdiff
path: root/vcl/inc/aqua/salgdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/aqua/salgdi.h')
-rw-r--r--vcl/inc/aqua/salgdi.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/vcl/inc/aqua/salgdi.h b/vcl/inc/aqua/salgdi.h
index 06802fcfaf58..d0a457290ee9 100644
--- a/vcl/inc/aqua/salgdi.h
+++ b/vcl/inc/aqua/salgdi.h
@@ -1,7 +1,15 @@
-
-
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * 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/.
+ */
#ifdef ENABLE_CORETEXT
-#include "aqua/coretext/salgdi.h"
+# include "aqua/coretext/salgdi.h"
#else
-#include "aqua/atsui/salgdi.h"
+# include "aqua/atsui/salgdi.h"
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+