mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-01-13 12:52:52 +08:00
Prepare version 1.2.0
This commit is contained in:
parent
0e5e138ce4
commit
aa8f1e5802
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 Tilen MAJERLE
|
||||
Copyright (c) 2023 Tilen MAJERLE
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2022 Tilen MAJERLE
|
||||
* Copyright (c) 2023 Tilen MAJERLE
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
@ -29,7 +29,7 @@
|
||||
* This file is part of Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.1.1
|
||||
* Version: v1.2.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_OPTS_H
|
||||
#define LWSHELL_HDR_OPTS_H
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "LwSHELL",
|
||||
"version": "1.1.1",
|
||||
"version": "1.2.0",
|
||||
"description": "Lightweight shell command line manager",
|
||||
"keywords": "lwshell, cmd, command line, shell, manager, uart, usb, cdc, command, commands",
|
||||
"repository": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2022 Tilen MAJERLE
|
||||
* Copyright (c) 2023 Tilen MAJERLE
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.1.1
|
||||
* Version: v1.2.0
|
||||
*/
|
||||
#ifndef LWSHELL_HDR_H
|
||||
#define LWSHELL_HDR_H
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2022 Tilen MAJERLE
|
||||
* Copyright (c) 2023 Tilen MAJERLE
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.1.1
|
||||
* Version: v1.2.0
|
||||
*/
|
||||
#ifndef LWSHELL_OPT_HDR_H
|
||||
#define LWSHELL_OPT_HDR_H
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2022 Tilen MAJERLE
|
||||
* Copyright (c) 2023 Tilen MAJERLE
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.1.1
|
||||
* Version: v1.2.0
|
||||
*/
|
||||
#ifndef LWSHELL_OPTS_HDR_H
|
||||
#define LWSHELL_OPTS_HDR_H
|
||||
|
@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2022 Tilen MAJERLE
|
||||
* Copyright (c) 2023 Tilen MAJERLE
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
@ -29,7 +29,7 @@
|
||||
* This file is part of LwSHELL - Lightweight shell library.
|
||||
*
|
||||
* Author: Tilen MAJERLE <tilen@majerle.eu>
|
||||
* Version: v1.1.1
|
||||
* Version: v1.2.0
|
||||
*/
|
||||
#include <string.h>
|
||||
#include "lwshell/lwshell.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user