diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-04 15:25:45 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-06 20:29:11 +0100 |
commit | e70c4a279c2a8f93d917c0a43fc39ac017ecc463 (patch) | |
tree | 5a0c7c3a669529de5716dd8ba76db21a476b25cc /starmath/xml | |
parent | dafedde5ada872bf1a9e6249d4e592fdcaf7ffcd (diff) |
re-base on ALv2 code. Includes:
mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx
Patch contributed by Takashi Ono
http://svn.apache.org/viewvc?view=revision&revision=1172092
Diffstat (limited to 'starmath/xml')
-rw-r--r-- | starmath/xml/math.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/starmath/xml/math.xml b/starmath/xml/math.xml index 99f2576c0d80..3798cc3b5e6b 100644 --- a/starmath/xml/math.xml +++ b/starmath/xml/math.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> +<!-- + * 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 . + --> <module-description xmlns:xlink="http://www.w3.org/1999/xlink"> <module-name>sm</module-name> <component-description> |