1.copyright 2024。
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_ADC_H_
|
||||
#define _DRV_ADC_H_
|
||||
|
||||
#include "include/device/adc.h"
|
||||
#include "include/device/mr_adc.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_PIN_H_
|
||||
#define _DRV_PIN_H_
|
||||
|
||||
#include "include/device/pin.h"
|
||||
#include "include/device/mr_pin.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_SERIAL_H_
|
||||
#define _DRV_SERIAL_H_
|
||||
|
||||
#include "include/device/serial.h"
|
||||
#include "include/device/mr_serial.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_SPI_H_
|
||||
#define _DRV_SPI_H_
|
||||
|
||||
#include "include/device/spi.h"
|
||||
#include "include/device/mr_spi.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_TIMER_H_
|
||||
#define _DRV_TIMER_H_
|
||||
|
||||
#include "include/device/timer.h"
|
||||
#include "include/device/mr_timer.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef MR_USING_TIMER
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_ADC_H_
|
||||
#define _DRV_ADC_H_
|
||||
|
||||
#include "include/device/adc.h"
|
||||
#include "include/device/mr_adc.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_DAC_H_
|
||||
#define _DRV_DAC_H_
|
||||
|
||||
#include "include/device/dac.h"
|
||||
#include "include/device/mr_dac.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef MR_USING_DAC
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_I2C_H_
|
||||
#define _DRV_I2C_H_
|
||||
|
||||
#include "include/device/i2c.h"
|
||||
#include "include/device/mr_i2c.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_PIN_H_
|
||||
#define _DRV_PIN_H_
|
||||
|
||||
#include "include/device/pin.h"
|
||||
#include "include/device/mr_pin.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_SERIAL_H_
|
||||
#define _DRV_SERIAL_H_
|
||||
|
||||
#include "include/device/serial.h"
|
||||
#include "include/device/mr_serial.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_SPI_H_
|
||||
#define _DRV_SPI_H_
|
||||
|
||||
#include "include/device/spi.h"
|
||||
#include "include/device/mr_spi.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _DRV_TIMER_H_
|
||||
#define _DRV_TIMER_H_
|
||||
|
||||
#include "include/device/timer.h"
|
||||
#include "include/device/mr_timer.h"
|
||||
#include "mr_board.h"
|
||||
|
||||
#ifdef MR_USING_TIMER
|
||||
|
||||
2
build.py
2
build.py
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
@copyright (c) 2023, MR Development Team
|
||||
@copyright (c) 2023-2024, MR Development Team
|
||||
|
||||
@license SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ menu "Components configure"
|
||||
# Msh
|
||||
config MR_USING_MSH
|
||||
bool "Use msh"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
"Use this option allows for the use of the shell."
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-11-06 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/adc.h"
|
||||
#include "include/device/mr_adc.h"
|
||||
|
||||
#ifdef MR_USING_ADC
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-11-22 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/can.h"
|
||||
#include "include/device/mr_can.h"
|
||||
|
||||
#ifdef MR_USING_CAN
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-11-08 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/dac.h"
|
||||
#include "include/device/mr_dac.h"
|
||||
|
||||
#ifdef MR_USING_DAC
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-11-09 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/i2c.h"
|
||||
#include "include/device/mr_i2c.h"
|
||||
|
||||
#ifdef MR_USING_I2C
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-11-08 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/pin.h"
|
||||
#include "include/device/mr_pin.h"
|
||||
|
||||
#ifdef MR_USING_PIN
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-12-10 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/pwm.h"
|
||||
#include "include/device/mr_pwm.h"
|
||||
|
||||
#ifdef MR_USING_PWM
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-10-20 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/serial.h"
|
||||
#include "include/device/mr_serial.h"
|
||||
|
||||
#ifdef MR_USING_SERIAL
|
||||
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-12-13 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/soft_i2c.h"
|
||||
#include "include/device/mr_soft_i2c.h"
|
||||
|
||||
#if defined(MR_USING_I2C) && defined(MR_USING_SOFT_I2C)
|
||||
|
||||
#ifdef MR_USING_PIN
|
||||
#include "include/device/pin.h"
|
||||
#include "include/device/mr_pin.h"
|
||||
#else
|
||||
#warning "Please define MR_USING_PIN. Otherwise Soft-I2C will not work."
|
||||
#endif /* MR_USING_PIN */
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-11-01 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/spi.h"
|
||||
#include "include/device/mr_spi.h"
|
||||
|
||||
#ifdef MR_USING_SPI
|
||||
|
||||
#ifdef MR_USING_PIN
|
||||
#include "include/device/pin.h"
|
||||
#include "include/device/mr_pin.h"
|
||||
#else
|
||||
#warning "Please define MR_USING_PIN. Otherwise SPI-CS will not work."
|
||||
#endif /* MR_USING_PIN */
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* @date 2023-11-15 MacRsh First version
|
||||
*/
|
||||
|
||||
#include "include/device/timer.h"
|
||||
#include "include/device/mr_timer.h"
|
||||
|
||||
#ifdef MR_USING_TIMER
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -17,7 +17,7 @@ extern "C" {
|
||||
|
||||
#if defined(MR_USING_I2C) && defined(MR_USING_SOFT_I2C)
|
||||
|
||||
#include "include/device/i2c.h"
|
||||
#include "include/device/mr_i2c.h"
|
||||
|
||||
/**
|
||||
* @brief Soft-I2C bus structure.
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
@copyright (c) 2023, MR Development Team
|
||||
@copyright (c) 2023-2024, MR Development Team
|
||||
|
||||
@license SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* @copyright (c) 2023, MR Development Team
|
||||
* @copyright (c) 2023-2024, MR Development Team
|
||||
*
|
||||
* @license SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user