summaryrefslogtreecommitdiff
path: root/soltools/cpp/_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_getopt.c')
-rw-r--r--soltools/cpp/_getopt.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/soltools/cpp/_getopt.c b/soltools/cpp/_getopt.c
index 65c5d5179a20..42eeb3708b42 100644
--- a/soltools/cpp/_getopt.c
+++ b/soltools/cpp/_getopt.c
@@ -1,4 +1,22 @@
/* -*- 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 .
+ */
+
#include <stdio.h>
#include <string.h>
ce/*Andrea Gelmini 2014-04-28prefer makefile-gmake-modeTakeshi Abe 2014-02-25Remove visual noise from apple_remoteAlexander Wilms 2014-02-10Resolved: #i124201# mark debug-infos from the apple_remote...Herbert Dürr 2014-02-10Resolves: #i124201# rename apple_remote's MainController...Herbert Dürr 2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar 2013-08-30ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud 2013-08-22The AppleRemote code is blocked by sandboxing so bypass it in that caseTor Lillqvist 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-21blind fix for MacOS X build problemDavid Tardon 2013-04-15fdo#60724 successfull -> successfulThomas Arnhold 2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl