Skip to content

Commit bf70bea

Browse files
authored
Update copyright notice to 2023-2025 (#3085)
This PR updates the copyright notice from 2023-2024 to 2023-2025.
1 parent 6059763 commit bf70bea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+74
-74
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MLC LLM
22

3-
Copyright (c) 2023-2024 by MLC LLM Contributors
3+
Copyright (c) 2023-2025 by MLC LLM Contributors

README.md

Lines changed: 1 addition & 1 deletion

cpp/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file base.h
44
*/
55

cpp/json_ffi/image_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file json_ffi/image_utils.h
44
* \brief The header of Image utils for JSON FFI Engine in MLC LLM.
55
*/

cpp/json_ffi/json_ffi_engine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file json_ffi/json_ffi_engine.h
44
* \brief The header of JSON FFI engine in MLC LLM.
55
*/

cpp/json_ffi/openai_api_protocol.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file json_ffi/openai_api_protocol.cc
44
* \brief The implementation of OpenAI API Protocol in MLC LLM.
55
*/

cpp/json_ffi/openai_api_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file json_ffi/openai_api_protocol.h
44
* \brief The header of OpenAI API Protocol in MLC LLM.
55
*/

cpp/serve/config.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file serve/config.cc
44
*/
55
#include "config.h"

cpp/serve/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file serve/config.h
44
*/
55
#ifndef MLC_LLM_SERVE_CONFIG_H_

cpp/serve/data.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright (c) 2023-2024 by Contributors
2+
* Copyright (c) 2023-2025 by Contributors
33
* \file serve/data.cc
44
*/
55
#include "data.h"

0 commit comments

Comments
 (0)