diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 3f2360c92..ab68da3aa 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,4 +1,4 @@ -# These commits are ignore by `git blame`. +# These commits are ignored by `git blame`. # https://git-scm.com/docs/git-blame # Run this command to configure git to use this file. # `$ git config blame.ignoreRevsFile .git-blame-ignore-revs` diff --git a/src/ir/daphneir/Canonicalize.cpp b/src/ir/daphneir/Canonicalize.cpp index 15a77caa3..519ebbefa 100644 --- a/src/ir/daphneir/Canonicalize.cpp +++ b/src/ir/daphneir/Canonicalize.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2024 The DAPHNE Consortium + * + * 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. + */ + #include "ir/daphneir/Daphne.h" #include "mlir/Dialect/SCF/IR/SCF.h" #include "mlir/Support/LogicalResult.h" diff --git a/src/ir/daphneir/Fold.cpp b/src/ir/daphneir/Fold.cpp index b503f0bd4..7320ec54d 100644 --- a/src/ir/daphneir/Fold.cpp +++ b/src/ir/daphneir/Fold.cpp @@ -1,3 +1,19 @@ +/* + * Copyright 2024 The DAPHNE Consortium + * + * 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. + */ + #include "mlir/IR/OpDefinition.h" #include #include