forked from I2P_Developers/i2p.i2p
Added license for new /home icons
This commit is contained in:
@ -197,6 +197,7 @@ Applications:
|
|||||||
- Guernsey and Isle of Man flags from the Open Clip Art Library, released into the public domain
|
- 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/
|
- All other flag icons: public domain, courtesy mjames@gmail.com http://www.famfamfam.com/
|
||||||
Silk icons: See licenses/LICENSE-SilkIcons.txt
|
Silk icons: See licenses/LICENSE-SilkIcons.txt
|
||||||
|
FatCow icons: See licenses/LICENSE-FatCowIcons.txt
|
||||||
|
|
||||||
GeoIP Data:
|
GeoIP Data:
|
||||||
Copyright (c) 2008 MaxMind, Inc. All Rights Reserved.
|
Copyright (c) 2008 MaxMind, Inc. All Rights Reserved.
|
||||||
|
@ -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
|
2012-07-24 zzz
|
||||||
* LookaheadInputStream: Fix bug causing gunzip fails, esp. on Android
|
* LookaheadInputStream: Fix bug causing gunzip fails, esp. on Android
|
||||||
* Router: Don't create router.ping file on Android
|
* Router: Don't create router.ping file on Android
|
||||||
|
22
licenses/LICENSE-FatCowIcons.txt
Normal file
22
licenses/LICENSE-FatCowIcons.txt
Normal 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.
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 28;
|
public final static long BUILD = 29;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
|
Reference in New Issue
Block a user