Skip to content

Commit 8814b32

Browse files
committed
Update author and license info in README
1 parent 3fc84a4 commit 8814b32

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

README.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -158,35 +158,14 @@ NSString *escapedSnack = @"Fish & Chips";
158158
NSString *snack = [escapedSnack stringByRemovingHTMLEntities]; // "Fish & Chips"
159159
~~~
160160

161-
## License
161+
## Author
162162

163-
This project is licenced under the MIT License.
163+
- Alexis Aubry, me@alexaubry.fr
164+
- You can find me on Twitter: [@_alexaubry](https://twitter.com/_alexaubry)
164165

165-
~~~
166-
The MIT License (MIT)
167-
168-
Copyright (c) 2016-2017 Alexis Aubry Radanovic <me at alexaubry dot fr>
169-
170-
Permission is hereby granted, free of charge, to any person obtaining a copy
171-
of this software and associated documentation files (the "Software"), to deal
172-
in the Software without restriction, including without limitation the rights
173-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
174-
copies of the Software, and to permit persons to whom the Software is
175-
furnished to do so, subject to the following conditions:
176-
177-
The above copyright notice and this permission notice shall be included in all
178-
copies or substantial portions of the Software.
179-
180-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
181-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
182-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
183-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
184-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
185-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
186-
SOFTWARE.
187-
~~~
166+
## License
188167

189-
See the [LICENSE file](LICENSE).
168+
HTMLString is available under the MIT license. See the [LICENSE](LICENSE) file for more info.
190169

191170
## &#128175; Acknowledgements
192171

0 commit comments

Comments
 (0)