Fixed licenses in dynamic ast matchers

This commit is contained in:
Nathan James 2020-04-07 12:08:06 +01:00
parent 353a988368
commit 3d1424bc7a
4 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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.

View File

@ -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"

View File

@ -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.