summaryrefslogtreecommitdiffstats
path: root/compilerplugins
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-10-15 14:55:30 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2018-10-15 16:07:13 +0200
commitf4e4231286a2e914e3d37f41db330a9680400047 (patch)
treefcb32e9bbf82c0463f2129dc13738319c38f525c /compilerplugins
parentAdd the already referenced LICENSE.TXT with the LLVM license (diff)
downloadcore-f4e4231286a2e914e3d37f41db330a9680400047.tar.gz
core-f4e4231286a2e914e3d37f41db330a9680400047.zip
Relicense LoopVarTooSmall plugin to use LLVM license
Change-Id: I9e8cf6d7c2474f8c4c624dd9040890997c43f788 Reviewed-on: https://gerrit.libreoffice.org/61789 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/loopvartoosmall.cxx10
-rw-r--r--compilerplugins/clang/test/loopvartoosmall.cxx10
2 files changed, 12 insertions, 8 deletions
diff --git a/compilerplugins/clang/loopvartoosmall.cxx b/compilerplugins/clang/loopvartoosmall.cxx
index c2f2533bea45..79503ceaeec6 100644
--- a/compilerplugins/clang/loopvartoosmall.cxx
+++ b/compilerplugins/clang/loopvartoosmall.cxx
@@ -2,10 +2,12 @@
/*
* 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/.
- */
+ * Based on LLVM/Clang.
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+*/
#include <algorithm>
#include <cassert>
diff --git a/compilerplugins/clang/test/loopvartoosmall.cxx b/compilerplugins/clang/test/loopvartoosmall.cxx
index 5cb5a23c289c..bebf88c79610 100644
--- a/compilerplugins/clang/test/loopvartoosmall.cxx
+++ b/compilerplugins/clang/test/loopvartoosmall.cxx
@@ -2,10 +2,12 @@
/*
* 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/.
- */
+ * Based on LLVM/Clang.
+ *
+ * This file is distributed under the University of Illinois Open Source
+ * License. See LICENSE.TXT for details.
+ *
+*/
#include <cstdint>