summaryrefslogtreecommitdiffstats
path: root/clang-tidy/android/CloexecFopenCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tidy/android/CloexecFopenCheck.cpp')
-rw-r--r--clang-tidy/android/CloexecFopenCheck.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tidy/android/CloexecFopenCheck.cpp b/clang-tidy/android/CloexecFopenCheck.cpp
index 33058d6e..dc9908b6 100644
--- a/clang-tidy/android/CloexecFopenCheck.cpp
+++ b/clang-tidy/android/CloexecFopenCheck.cpp
@@ -1,9 +1,9 @@
//===--- CloexecFopenCheck.cpp - clang-tidy--------------------------------===//
//
-// The LLVM Compiler Infrastructure
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details. //
//===----------------------------------------------------------------------===//
#include "CloexecFopenCheck.h"