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.zol...@collabora.com>
AuthorDate: Mon Oct 15 14:55:30 2018 +0200
Commit:     Tamás Zolnai <tamas.zol...@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.gran...@collabora.co.uk>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
    Reviewed-by: Tamás Zolnai <tamas.zol...@collabora.com>
    Tested-by: Tamás Zolnai <tamas.zol...@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>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to