Skip to content

Commit 85be8d9

Browse files
authored
Update title.h
1 parent 3476043 commit 85be8d9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

include/title.h

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@
66
* @brief libplatform
77
* @version 1.0.0
88
* @see https://sourceforge.net/p/predef/wiki/Home/
9+
* @link https://github.com/ChenPi12/libplatform.git
910
*/
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>
1037
#ifndef _INC_LIB_PLATFORM_H_
1138
#define _INC_LIB_PLATFORM_H_

0 commit comments

Comments
 (0)