From bc6c26d3c1269c91f7d963fe96c01740732b094b Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 14 Oct 2016 00:59:53 +0200 Subject: fix license, this is entirely new content Change-Id: Icf1818fb894d039eeb4e7f1306a53ac4322fa075 --- solenv/qa/python/gbuildtoide.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'solenv/qa') diff --git a/solenv/qa/python/gbuildtoide.py b/solenv/qa/python/gbuildtoide.py index 78917b8b672b..a1b8d1c691c4 100644 --- a/solenv/qa/python/gbuildtoide.py +++ b/solenv/qa/python/gbuildtoide.py @@ -1,19 +1,10 @@ ''' - This is file is part of the LibreOffice project. + 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 . ''' import subprocess -- cgit