summaryrefslogtreecommitdiff
path: root/vcl/inc/aqua/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/aqua/common.h')
-rw-r--r--vcl/inc/aqua/common.h20
1 files changed, 19 insertions, 1 deletions
diff --git a/vcl/inc/aqua/common.h b/vcl/inc/aqua/common.h
index ba19ff252251..3fbe73492b11 100644
--- a/vcl/inc/aqua/common.h
+++ b/vcl/inc/aqua/common.h
@@ -1,4 +1,21 @@
/* -*- 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/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
#ifndef _VCL_AQUA_COMMON_H
#define _VCL_AQUA_COMMON_H
@@ -20,7 +37,6 @@
#define round_to_long(a) ((a) >= 0 ? ((long)((a) + 0.5)) : ((long)((a) - 0.5)))
#include "vcl/salgtype.hxx"
-#endif/* _VCL_AQUA_COMMON_H */
//#define msgs_debug(c,f,...)
// fprintf(stderr, "%s::%s(%p:%04.4x)\n", this, #c, __func__, 0, __VA_ARGS__ )
@@ -28,4 +44,6 @@
#define msgs_debug(c,f,...) \
fprintf(stderr, "%s::%s(%p:%4.4u)" f "\n", #c, __func__, this, (unsigned int)((sal_uInt64)pthread_self() & 0x1FFF), ##__VA_ARGS__ );
+#endif /* _VCL_AQUA_COMMON_H */
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */