From 312afef4cabc37aa2c305161de3e0084ff2c1e64 Mon Sep 17 00:00:00 2001
From: James Turk
Photon is licensed under a zlib-style license, see LICENSE.txt.
+Photon is licensed under a zlib-style license, see LICENSE.html.
First of all, I prefer zlib licensed libraries, as you can see, Photon @@ -189,7 +192,7 @@ even if I don't have time at the moment. If the project in question uses Photon you get bonus points, but is not a requirement for me to work with you.
-$Id: IFAQ.html,v 1.1 2005/11/15 04:01:43 cozman Exp $
+$Id: IFAQ.html,v 1.2 2005/11/15 06:01:12 cozman Exp $
diff --git a/README.txt b/README.txt index 2cae447..81fbab4 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Thank you for downloading photon, - photon is an API which is designed primarily to ease creation of hardware + Photon is an API which is designed primarily to ease creation of hardware accelerated 2D games with OpenGL and other open source & cross platform libraries. Photon aims to simplify portable game development, enabling developers to focus on the gameplay. Photon uses OpenGL for hardware accelerated @@ -18,13 +18,13 @@ which have OpenGL support. If this is a source distribution you'll need to build photon before you can use it in your own applications, for details on how to build and install photon -check out INSTALL.txt. +check out INSTALL.html If this is a binary distribution you can start using photon right away by linking the photon library (found in the lib/ subfolder) and it's dependencies with your applications. -If you need any help or have any questions check out IFAQ.txt or visit photon's +If you need any help or have any questions check out IFAQ.html or visit photon's homepage at http://photon.sourceforge.net/. -$Id: README.txt,v 1.2 2005/11/13 07:59:48 cozman Exp $ +$Id: README.txt,v 1.3 2005/11/15 06:01:12 cozman Exp $ diff --git a/photon.mm b/photon.mm index a295512..eb59045 100644 --- a/photon.mm +++ b/photon.mm @@ -10,6 +10,7 @@