forked from OSchip/llvm-project
Fixed licenses in dynamic ast matchers
This commit is contained in:
parent
353a988368
commit
3d1424bc7a
|
@ -1,4 +1,5 @@
|
|||
//===--- VariantValue.h - Polymorphic value type -*- C++ -*-===/
|
||||
//===--- VariantValue.h - Polymorphic value type ----------------*- C++ -*-===//
|
||||
//
|
||||
// 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- Diagnostics.cpp - Helper class for error diagnostics -----*- C++ -*-===//
|
||||
//===--- Diagnostics.cpp - Helper class for error diagnostics ---*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
//===--- Marshallers.cpp ----------------------------------------*- C++ -*-===//
|
||||
//
|
||||
// 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
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Marshallers.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/Optional.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===--- VariantValue.cpp - Polymorphic value type -*- C++ -*-===/
|
||||
//===--- VariantValue.cpp - Polymorphic value type --------------*- C++ -*-===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
Loading…
Reference in New Issue