mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Remove comment about libicns being GPL, it is now LGPL 2.1.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33273 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ae4392c882
commit
d25ee73927
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-06-10 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBitmapImageRep+ICNS.m: Remove comment about libicns
|
||||
being GPL, it is now LGPL 2.1.
|
||||
|
||||
2011-06-10 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSTextView_actions.m (-moveLeftAndModifySelection:,
|
||||
|
|
|
@ -47,13 +47,13 @@
|
|||
|
||||
#else /* !HAVE_LIBICNS */
|
||||
/*
|
||||
The following code is a drop in replacement for libicns. It may be used
|
||||
when the library is not available or unsuited due to its licence (Currently
|
||||
GPL 2). This code was mostly build based on the documentation found at
|
||||
The following code is a drop in replacement for libicns.
|
||||
It may be used when the library is not available.
|
||||
This code was mostly build based on the documentation found at
|
||||
http://icns.sourceforge.net/apidocs.html. It also includes icns decoding
|
||||
ideas based on code in mySTEP.
|
||||
Only limited formats are implemented and some errors still exist.
|
||||
*/
|
||||
*/
|
||||
|
||||
typedef unsigned char icns_byte_t;
|
||||
// must be a 32 bit integer
|
||||
|
|
Loading…
Reference in a new issue