diff options
author | Tim Keith <tkeith@nvidia.com> | 2018-05-01 12:50:34 -0700 |
---|---|---|
committer | Tim Keith <tkeith@nvidia.com> | 2018-05-01 12:50:34 -0700 |
commit | 18cee3e8e61ebb83c4b7e9a39909e7c272641358 (patch) | |
tree | df3fc94654a951885181d471adc18a1ef5c15e3f /flang/lib/parser/source.h | |
parent | dd02ee12164eba67383ff3d75affb6691ed121e8 (diff) | |
download | llvm-18cee3e8e61ebb83c4b7e9a39909e7c272641358.tar.gz |
[flang] Add copyright notices.
For source files (C++, Fortran, CMake) add copyright and license.
For documentation files add just copyright.
Original-commit: flang-compiler/f18@38381aed839ef091a44ea8f2ef7bc5346d776c67
Reviewed-on: https://github.com/flang-compiler/f18/pull/74
Diffstat (limited to 'flang/lib/parser/source.h')
-rw-r--r-- | flang/lib/parser/source.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/flang/lib/parser/source.h b/flang/lib/parser/source.h index b9193880eea8..b5b7447c9299 100644 --- a/flang/lib/parser/source.h +++ b/flang/lib/parser/source.h @@ -1,3 +1,17 @@ +// Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #ifndef FORTRAN_PARSER_SOURCE_H_ #define FORTRAN_PARSER_SOURCE_H_ |