home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Copy / ir050.exe / Readme.txt < prev    next >
Text File  |  2009-03-28  |  2KB  |  46 lines

  1. InfraRecorder
  2. Copyright (C) 2006-2009 Christian Kindahl, christian dot kindahl at gmail dot com
  3.  
  4. This program is licensed under GPL (version 3), please see the file
  5. License.txt. Please note that the graphics used in InfraRecorder is not covered
  6. by GPL, read the details further down in this document.
  7.  
  8. The InfraRecorder source code can be obtained from http://infrarecorder.org
  9.  
  10. In order to compile InfraRecorder you will need the following libraries:
  11.  1. WTL: http://wtl.sourceforge.net
  12.  2. ckCore: http://code.kindahl.com
  13.  3. ckFileSystem: http://code.kindahl.com
  14.  4. libpng: http://www.libpng.org
  15.  
  16. InfraRecorder uses cdrtools, sources can be found at:
  17. http://cdrecord.berlios.de/
  18.  
  19. InfraRecorder has been developed with Visual C++ 2005 Professional edition. It
  20. is however possible to compile the sources with the free "Express" edition, but
  21. you will need to separately obtain and install the ATL library headers. The
  22. Microsoft Windows Server 2003 R2 Platform SDK (also free) was the last
  23. Windows SDK version to ship with the ATL headers. The bundled ATL 3.0 is rather
  24. old, but it is still supported by the latest WTL library.
  25.  
  26. The graphics used in InfraRecorder are NOT covered by GPL. The official
  27. InfraRecorder logo (the logo used in official InfraRecorder binaries), and all
  28. other graphics using it are licensed under the Creative Commons
  29. Attribution-Noncommercial-No Derivative Works license
  30. (http://creativecommons.org/licenses/by-nc-nd/3.0/) with one additional
  31. condition:
  32.  
  33.  * The work may not be used in derivative software or in the purpose of
  34.    promoting derivative software.
  35.  
  36. Apart from the graphics using the official InfraRecorder logo the above
  37. license also applies to all graphics that are not derivative works of graphics
  38. created by the Tango Desktop Project. Examples of this kind of graphics are the
  39. button graphics used in the welcome screen.
  40.  
  41. The remaining graphics that are derivative work based on icons in the Tango
  42. Desktop Project (http://tango.freedesktop.org) is available under the same
  43. license as the Tango Desktop Project graphics. That is the Creative Commons
  44. Attribution Share-Alike license
  45. (http://creativecommons.org/licenses/by-sa/2.5/).
  46.