Skip to content

Commit e349684

Browse files
authored
Update copyright to 2023-2024 (#3041)
This PR updates the copyright notice year from 2023 to 2023-2024.
1 parent 77b7857 commit e349684

Some content is hidden

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

83 files changed

+66
-85
lines changed

README.md

Lines changed: 2 additions & 2 deletions

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 by Contributors
2+
* Copyright (c) 2023-2024 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 by Contributors
2+
* Copyright (c) 2023-2024 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 by Contributors
2+
* Copyright (c) 2023-2024 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 by Contributors
2+
* Copyright (c) 2023-2024 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 by Contributors
2+
* Copyright (c) 2023-2024 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 by Contributors
2+
* Copyright (c) 2023-2024 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 by Contributors
2+
* Copyright (c) 2023-2024 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 by Contributors
2+
* Copyright (c) 2023-2024 by Contributors
33
* \file serve/data.cc
44
*/
55
#include "data.h"

cpp/serve/data.h

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

0 commit comments

Comments
 (0)