Skip to content

Commit

Permalink
Use correct license for LegalizeCompositeToCall (openxla#2297)
Browse files Browse the repository at this point in the history
This was added with the wrong license a while ago. I think I copied the
license from StablehloAggressiveSimplication.cpp and changed the
authorship and year, but didn't realize that the actual license
designation was wrong.
  • Loading branch information
mlevesquedion authored May 7, 2024
1 parent 800919c commit 8ba7728
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions stablehlo/transforms/StablehloLegalizeCompositeToCall.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
// Copyright 2024 The StableHLO Authors
//
// Licensed under the Apache License, Version 2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
/* Copyright 2024 The StableHLO Authors.
// Implements composite inlining.
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 <cassert>

Expand Down

0 comments on commit 8ba7728

Please sign in to comment.