summaryrefslogtreecommitdiff
path: root/offapi/type_reference
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-09-26 15:07:16 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-09-27 11:35:06 +0100
commitc73745117d7ce0dc6020020b49120ef3ba350e78 (patch)
tree5a7f6d7adfe46b8e7994809a52be99f34308d925 /offapi/type_reference
parent35ce9c76c3ac768332998428e48ec839da709f4a (diff)
re-base on ALv2 code. Includes:
linecap: Reintegrating finished LineCap feature Work contributed by Regina Henschel http://svn.apache.org/viewvc?view=revision&revision=1232507 i118815 - Deprecate service due to removed implementation Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1233320 i118814 - Allow set timeout in Mail API Patch contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1235679 included in the Apache baseline: dr80: #i117511# remove some assertions in xlsx/xlsb import filters Patch contributed by Daniel Rentz
Diffstat (limited to 'offapi/type_reference')
-rw-r--r--offapi/type_reference/typelibrary_history.txt18
-rwxr-xr-xoffapi/type_reference/update-rdb.sh7
2 files changed, 25 insertions, 0 deletions
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index 2fab53b4a378..0b9baba25f14 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -1,3 +1,21 @@
+#
+# 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 .
+#
+
Example of updating an incompatibly-changed type (com.sun.star.script.Converter,
in this example) in the accompanying types.rdb (see also update-rdb.sh):
diff --git a/offapi/type_reference/update-rdb.sh b/offapi/type_reference/update-rdb.sh
index 18ddc21412cd..4b1563510c08 100755
--- a/offapi/type_reference/update-rdb.sh
+++ b/offapi/type_reference/update-rdb.sh
@@ -1,4 +1,11 @@
#!/bin/bash
+#
+# 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/.
+#
# Basic argument checks
if [ $# -lt 1 ]