[Libreoffice-commits] core.git: compilerplugins/clang
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 15 14:07:36 UTC 2018
compilerplugins/clang/loopvartoosmall.cxx | 10 ++++++----
compilerplugins/clang/test/loopvartoosmall.cxx | 10 ++++++----
2 files changed, 12 insertions(+), 8 deletions(-)
New commits:
commit f4e4231286a2e914e3d37f41db330a9680400047
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Oct 15 14:55:30 2018 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Mon Oct 15 16:07:13 2018 +0200
Relicense LoopVarTooSmall plugin to use LLVM license
Change-Id: I9e8cf6d7c2474f8c4c624dd9040890997c43f788
Reviewed-on: https://gerrit.libreoffice.org/61789
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
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>
More information about the Libreoffice-commits
mailing list