Skip to content

Commit 72775d4

Browse files
committed
add copyright header
1 parent feadcae commit 72775d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

clang/include/clang/Basic/AttributeScopeInfo.h

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
//===- AttributeScopeInfo.h - Base info about an Attribute Scope -*- 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+
//
9+
// This file defines the AttributeScopeInfo type, which represents information
10+
// about the scope of an attribute.
11+
//
12+
//===----------------------------------------------------------------------===//
13+
114
#ifndef LLVM_CLANG_BASIC_ATTRIBUTESCOPEINFO_H
215
#define LLVM_CLANG_BASIC_ATTRIBUTESCOPEINFO_H
316

0 commit comments

Comments
 (0)