[Libreoffice-commits] core.git: scripting/examples
Kevin Suo (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jan 1 06:38:27 UTC 2021
scripting/examples/python/NamedRanges.py | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 6b57cfb71a9546c32c03848751181b2db4f47176
Author: Kevin Suo <suokunlong at 126.com>
AuthorDate: Thu Dec 31 21:49:19 2020 +0800
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Jan 1 07:37:47 2021 +0100
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 at collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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
More information about the Libreoffice-commits
mailing list