1 | The contents of the "sample-projects/" directory is licensed under the
|
2 | The Unlicense as defined below. All other Hardhat code is licensed under
|
3 | the MIT License as defined below.
|
4 |
|
5 |
|
6 | The MIT License
|
7 |
|
8 | Copyright (c) 2023 Nomic Foundation
|
9 |
|
10 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
11 | of this software and associated documentation files (the "Software"), to deal
|
12 | in the Software without restriction, including without limitation the rights
|
13 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
14 | copies of the Software, and to permit persons to whom the Software is
|
15 | furnished to do so, subject to the following conditions:
|
16 |
|
17 | The above copyright notice and this permission notice shall be included in
|
18 | all copies or substantial portions of the Software.
|
19 |
|
20 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
21 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
22 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
23 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
24 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
25 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
26 | THE SOFTWARE.
|
27 |
|
28 |
|
29 |
|
30 | The Unlicense
|
31 |
|
32 | This is free and unencumbered software released into the public domain.
|
33 |
|
34 | Anyone is free to copy, modify, publish, use, compile, sell, or
|
35 | distribute this software, either in source code form or as a compiled
|
36 | binary, for any purpose, commercial or non-commercial, and by any
|
37 | means.
|
38 |
|
39 | In jurisdictions that recognize copyright laws, the author or authors
|
40 | of this software dedicate any and all copyright interest in the
|
41 | software to the public domain. We make this dedication for the benefit
|
42 | of the public at large and to the detriment of our heirs and
|
43 | successors. We intend this dedication to be an overt act of
|
44 | relinquishment in perpetuity of all present and future rights to this
|
45 | software under copyright law.
|
46 |
|
47 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
48 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
49 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
50 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
51 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
52 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
53 | OTHER DEALINGS IN THE SOFTWARE.
|
54 |
|
55 | For more information, please refer to <http://unlicense.org/>
|