diff options
| author | Jacques Pienaar <jpienaar@google.com> | 2019-03-26 16:58:43 -0700 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 17:43:20 -0700 |
| commit | d5259edefdc3d02eaf35970689f2c9cb17a0f855 (patch) | |
| tree | c3d34bf9333a20cd8e03a35510d588825df6e6d0 /mlir/utils | |
| parent | c489f50e6f8bf22f105f51eee8e2ea0dd6d6f30f (diff) | |
| download | bcm5719-llvm-d5259edefdc3d02eaf35970689f2c9cb17a0f855.tar.gz bcm5719-llvm-d5259edefdc3d02eaf35970689f2c9cb17a0f855.zip | |
Update header notices.
PiperOrigin-RevId: 240457737
Diffstat (limited to 'mlir/utils')
| -rw-r--r-- | mlir/utils/emacs/mlir-mode.el | 15 | ||||
| -rw-r--r-- | mlir/utils/vim/mlir.vim | 14 |
2 files changed, 27 insertions, 2 deletions
diff --git a/mlir/utils/emacs/mlir-mode.el b/mlir/utils/emacs/mlir-mode.el index 6f2b62a0d76..636c5db9961 100644 --- a/mlir/utils/emacs/mlir-mode.el +++ b/mlir/utils/emacs/mlir-mode.el @@ -1,7 +1,18 @@ ;;; mlir-mode.el --- Major mode for the MLIR assembler language. -;; Maintainer: -;; Version: 0.0 +;; Copyright (C) 2019 The MLIR Authors. +;; +;; 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. ;;; Commentary: diff --git a/mlir/utils/vim/mlir.vim b/mlir/utils/vim/mlir.vim index 27526c6c54d..18ff6fe87d9 100644 --- a/mlir/utils/vim/mlir.vim +++ b/mlir/utils/vim/mlir.vim @@ -1,3 +1,17 @@ +" Copyright 2019 The MLIR Authors. +" +" 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. + " Vim syntax file " Language: MLIR |

