Projects STRLCPY DotDumper Commits 8e6165b7
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 102 lines
    103 103   
    104 104  There is more in store for DotDumper, and an update will be sent out to the community once it is available!
    105 105   
     106 +## License
     107 +All code, unless stated otherwise, is licensed as follows:
     108 + 
     109 +<pre>
     110 +Copyright © 2022 Musarubra US LLC,
     111 +Licensed under the Apache License, Version 2.0 (the "License");
     112 +you may not use this file except in compliance with the License.
     113 +You may obtain a copy of the License at
     114 + 
     115 + http://www.apache.org/licenses/LICENSE-2.0
     116 + 
     117 +Unless required by applicable law or agreed to in writing, software
     118 +distributed under the License is distributed on an "AS IS" BASIS,
     119 +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     120 +See the License for the specific language governing permissions and
     121 +limitations under the License.
     122 +</pre>
     123 + 
     124 +The Hook.cs class is based on Michael Pekar's DumbHook, which is licensed as follows:
     125 + 
     126 +<pre>
     127 +MIT License
     128 + 
     129 +Copyright (c) 2022 Michael Pekar
     130 + 
     131 +Permission is hereby granted, free of charge, to any person obtaining a copy
     132 +of this software and associated documentation files (the "Software"), to deal
     133 +in the Software without restriction, including without limitation the rights
     134 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     135 +copies of the Software, and to permit persons to whom the Software is
     136 +furnished to do so, subject to the following conditions:
     137 + 
     138 +The above copyright notice and this permission notice shall be included in all
     139 +copies or substantial portions of the Software.
     140 + 
     141 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     142 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     143 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     144 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     145 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     146 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     147 +SOFTWARE.
     148 + 
     149 +------------------------------------------------------------------------
     150 +Originally released on unknowncheats.me by me in 2017:
     151 +https:www.unknowncheats.me/forum/c-/213492-hook-managed-function.html#post1700496
     152 +</pre>
     153 + 
     154 +The license file also references this.
     155 + 
Please wait...
Page is in error, reload to recover