|
6 | 6 | * @brief libplatform |
7 | 7 | * @version 1.0.0 |
8 | 8 | * @see https://sourceforge.net/p/predef/wiki/Home/ |
| 9 | + * @link https://github.com/ChenPi12/libplatform.git |
9 | 10 | */ |
| 11 | +/* |
| 12 | +The Unlicense |
| 13 | +This is free and unencumbered software released into the public domain. |
| 14 | + |
| 15 | +Anyone is free to copy, modify, publish, use, compile, sell, or |
| 16 | +distribute this software, either in source code form or as a compiled |
| 17 | +binary, for any purpose, commercial or non-commercial, and by any |
| 18 | +means. |
| 19 | + |
| 20 | +In jurisdictions that recognize copyright laws, the author or authors |
| 21 | +of this software dedicate any and all copyright interest in the |
| 22 | +software to the public domain. We make this dedication for the benefit |
| 23 | +of the public at large and to the detriment of our heirs and |
| 24 | +successors. We intend this dedication to be an overt act of |
| 25 | +relinquishment in perpetuity of all present and future rights to this |
| 26 | +software under copyright law. |
| 27 | + |
| 28 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 29 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 30 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 31 | +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
| 32 | +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 33 | +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 34 | +OTHER DEALINGS IN THE SOFTWARE. |
| 35 | + |
| 36 | +For more information, please refer to <https://unlicense.org> |
10 | 37 | #ifndef _INC_LIB_PLATFORM_H_ |
11 | 38 | #define _INC_LIB_PLATFORM_H_ |
0 commit comments