diff options
author | Kevin Suo <suokunlong@126.com> | 2020-12-31 21:49:19 +0800 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-01-01 07:37:47 +0100 |
commit | 6b57cfb71a9546c32c03848751181b2db4f47176 (patch) | |
tree | 2599f4e140944261155acf988e7dc92e801acce6 /scripting/examples | |
parent | 5c6139ac36134a21345525c21e167a356b0892b9 (diff) |
tdf#128463: Revert the change to license information
per comment by Tor Lillqvist in:
https://bugs.documentfoundation.org/show_bug.cgi?id=128463#c18
The Apache part of the license was added by commit
8c9cc54bd7b6f3ba723d7a42ccc6a5372a80f970 due to misunderstanding.
Change-Id: I861e7b13e1900de9287c768a4da8740fdb2e517f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108537
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scripting/examples')
-rw-r--r-- | scripting/examples/python/NamedRanges.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripting/examples/python/NamedRanges.py b/scripting/examples/python/NamedRanges.py index f307d9644ffd..f4d4d32a1e05 100644 --- a/scripting/examples/python/NamedRanges.py +++ b/scripting/examples/python/NamedRanges.py @@ -5,16 +5,6 @@ # 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 . -# import uno from com.sun.star.container import NoSuchElementException |