faviconslib/README.md

21 lines
913 B
Markdown
Raw Permalink Normal View History

2014-07-18 00:27:16 +02:00
FaviconsLib
===========
A PHP library to try to get favicons from URLs, to avoid using Google S2 and cie.
2014-07-18 00:27:52 +02:00
## 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
* ---------------------------------------------------------------------------------
```