Update README.md

This commit is contained in:
Lucas Verney 2014-07-18 00:27:52 +02:00
parent 0fef165afd
commit ab01e792c1
1 changed files with 16 additions and 0 deletions

View File

@ -2,3 +2,19 @@ FaviconsLib
===========
A PHP library to try to get favicons from URLs, to avoid using Google S2 and cie.
## License
All the source code I wrote is under a `no-alcohol beer-ware license`. All functions that I didn't write myself are under the original license and their origin is specified in the function itself.
```
* --------------------------------------------------------------------------------
* "THE NO-ALCOHOL BEER-WARE LICENSE" (Revision 42):
* Phyks (webmaster@phyks.me) wrote this file. As long as you retain this notice you
* can do whatever you want with this stuff (and you can also do whatever you want
* with this stuff without retaining it, but that's not cool...). If we meet some
* day, and you think this stuff is worth it, you can buy me a <del>beer</del> soda
* in return.
* Phyks
* ---------------------------------------------------------------------------------
```