Skip to content

Commit

Permalink
Merge pull request #331 from cnlohr/relicense
Browse files Browse the repository at this point in the history
Relicense headers
  • Loading branch information
cnlohr authored Jul 11, 2024
2 parents 44959b2 + c4b7a90 commit 6ef2be5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2023 CNLohr
Copyright (c) 2023-2024 CNLohr, Et. Al.
Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
67 changes: 33 additions & 34 deletions ch32v003fun/ch32v003fun.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This contains a copy of ch32v00x.h and core_riscv.h ch32v00x_conf.h and other misc functions See copyright notice at end.
// This contains a copy of ch32v00x.h and core_riscv.h ch32v00x_conf.h and other misc functions See copyright explaination at the end of the file.

#ifndef __CH32V00x_H
#define __CH32V00x_H
Expand Down Expand Up @@ -6916,27 +6916,6 @@ with 00h to 64 bytes, otherwise the short packet is filled with 60 bytes of 0, a

#endif /* __CH32V00x_H */

/*
* This file contains the contents of various parts of the evt.
*
* The collection of this file was generated by cnlohr, 2023-02-18
* and AlexanderMandera, 2023-06-23
*
* Contents subject to below copyright where applicable by law.
*
* (IANAL, BUT Because it is an interface, it is unlikely protected by copyright)
*
*********************************** (C) COPYRIGHT *******************************
* File Name : ------------------
* Author : WCH
* Version : V1.0.0
* Date : 2020/08/08
* Description : Library configuration file.
*********************************************************************************
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* Attention: This software (modified or not) and binary are used for
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
*******************************************************************************/
#ifndef __CH32V00x_CONF_H
#define __CH32V00x_CONF_H

Expand Down Expand Up @@ -13209,19 +13188,39 @@ Encoder for some of the proprietary 'XW' RISC-V instructions present on the Qing

#endif

/* Copyright notice from original EVT.
********************************** (C) COPYRIGHT *******************************
* File Name : core_riscv.h + ch32v00x.h
* Author : WCH
* Version : V1.0.0
* Date : 2022/08/08
* Description : RISC-V Core Peripheral Access Layer Header File
*********************************************************************************
/*
* This file contains various parts of the official WCH EVT Headers which
* were originally under a restrictive license.
*
* The collection of this file was generated by cnlohr, 2023-02-18 and
* AlexanderMandera, 2023-06-23
*
* While originally under a restrictive copyright, WCH has approved use
* under MIT-licensed use, because of inclusion in Zephyr, as well as other
* open-soruce licnsed projects.
*
* These copies of the headers from WCH are available now under:
*
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* Attention: This software (modified or not) and binary are used for
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
*******************************************************************************/

*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the “Software”), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/

#ifdef __cplusplus
};
Expand Down

0 comments on commit 6ef2be5

Please sign in to comment.