Skip to content

Commit 3d1424b

Browse files
committed
Fixed licenses in dynamic ast matchers
1 parent 353a988 commit 3d1424b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

clang/include/clang/ASTMatchers/Dynamic/VariantValue.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//===--- VariantValue.h - Polymorphic value type -*- C++ -*-===/
1+
//===--- VariantValue.h - Polymorphic value type ----------------*- C++ -*-===//
2+
//
23
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
34
// See https://llvm.org/LICENSE.txt for license information.
45
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

clang/lib/ASTMatchers/Dynamic/Diagnostics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- Diagnostics.cpp - Helper class for error diagnostics -----*- C++ -*-===//
1+
//===--- Diagnostics.cpp - Helper class for error diagnostics ---*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

clang/lib/ASTMatchers/Dynamic/Marshallers.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
//===--- Marshallers.cpp ----------------------------------------*- C++ -*-===//
2+
//
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+
//
7+
//===----------------------------------------------------------------------===//
8+
19
#include "Marshallers.h"
210
#include "llvm/ADT/ArrayRef.h"
311
#include "llvm/ADT/Optional.h"

clang/lib/ASTMatchers/Dynamic/VariantValue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===--- VariantValue.cpp - Polymorphic value type -*- C++ -*-===/
1+
//===--- VariantValue.cpp - Polymorphic value type --------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)