Просмотр исходного кода

Fixed a comment about SDL licensing.

Ryan C. Gordon 8 лет назад
Родитель
Сommit
e75d38adf5
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      extras/physfsrwops.h

+ 2 - 1
extras/physfsrwops.h

@@ -15,7 +15,8 @@
  * Unless otherwise stated, the rest of PhysicsFS falls under the zlib license.
  *  Please see LICENSE.txt in the root of the source tree.
  *
- * SDL falls under the LGPL license. You can get SDL at https://www.libsdl.org/
+ * SDL 1.2 falls under the LGPL license. SDL 1.3+ is zlib, like PhysicsFS.
+ *  You can get SDL at https://www.libsdl.org/
  *
  *  This file was written by Ryan C. Gordon. (icculus@icculus.org).
  */