Skip to content

Commit 1cf4064

Browse files
committed
Add Meta copyright and license
1 parent 1cfdd86 commit 1cf4064

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vllm/model_executor/models/llama4_eagle.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# SPDX-License-Identifier: Apache-2.0
22
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3+
# Copyright 2025 the LLAMA4, Meta Inc., vLLM, and HuggingFace Inc. team.
4+
# All rights reserved.
5+
#
6+
#
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
318

419
from collections.abc import Iterable
520
from typing import Optional

0 commit comments

Comments
 (0)