Added license for new /home icons

This commit is contained in:
str4d
2012-07-24 05:32:40 +00:00
parent 7a1b082216
commit d3d22a8f4b
4 changed files with 29 additions and 1 deletions

View File

@ -197,6 +197,7 @@ Applications:
- Guernsey and Isle of Man flags from the Open Clip Art Library, released into the public domain
- All other flag icons: public domain, courtesy mjames@gmail.com http://www.famfamfam.com/
Silk icons: See licenses/LICENSE-SilkIcons.txt
FatCow icons: See licenses/LICENSE-FatCowIcons.txt
GeoIP Data:
Copyright (c) 2008 MaxMind, Inc. All Rights Reserved.

View File

@ -1,3 +1,8 @@
2012-07-24 str4d
* Home page:
- Replaced 16x16 icons with 32x32 ones
- Updated icon for git.repo.i2p
2012-07-24 zzz
* LookaheadInputStream: Fix bug causing gunzip fails, esp. on Android
* Router: Don't create router.ping file on Android

View File

@ -0,0 +1,22 @@
FatCow Free "Farm-Fresh Web Icons"
_________________________________________
FatCow
http://www.fatcow.com/free-icons
_________________________________________
These icon sets are licensed under a
Creative Commons Attribution 3.0 License.
[ http://creativecommons.org/licenses/by/3.0/ ]
This means you can freely use these icons for
any purpose, private and commercial, including
online services, templates, themes and software.
However, you should include a link to this page
in your credits.
The icons may not be resold, sub-licensed, rented,
transferred or otherwise made available for use.
Please link to this page on fatcow.com if you
would like to spread the word.

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 28;
public final static long BUILD = 29;
/** for example "-test" */
public final static String EXTRA = "-rc";