浏览代码

build: fix the WTFPL site URL in all code comments.

legacy
Sam Hocevar sam 12 年前
父节点
当前提交
d6634da83f
共有 100 个文件被更改,包括 100 次插入100 次删除
  1. +1
    -1
      COPYING
  2. +1
    -1
      bootstrap
  3. +1
    -1
      src/application/application.cpp
  4. +1
    -1
      src/application/application.h
  5. +1
    -1
      src/audio.cpp
  6. +1
    -1
      src/audio.h
  7. +1
    -1
      src/bitfield.h
  8. +1
    -1
      src/camera.cpp
  9. +1
    -1
      src/camera.h
  10. +1
    -1
      src/core.h
  11. +1
    -1
      src/core/hash.cpp
  12. +1
    -1
      src/core/string.cpp
  13. +1
    -1
      src/debug/fps.cpp
  14. +1
    -1
      src/debug/fps.h
  15. +1
    -1
      src/debug/record.cpp
  16. +1
    -1
      src/debug/record.h
  17. +1
    -1
      src/debug/stats.cpp
  18. +1
    -1
      src/debug/stats.h
  19. +1
    -1
      src/dict.cpp
  20. +1
    -1
      src/dict.h
  21. +1
    -1
      src/easymesh/easymesh-compiler.cpp
  22. +1
    -1
      src/easymesh/easymesh-compiler.h
  23. +1
    -1
      src/easymesh/easymesh-parser.y
  24. +1
    -1
      src/easymesh/easymesh-scanner.l
  25. +1
    -1
      src/easymesh/easymesh.cpp
  26. +1
    -1
      src/easymesh/easymesh.h
  27. +1
    -1
      src/eglapp.cpp
  28. +1
    -1
      src/eglapp.h
  29. +1
    -1
      src/emitter.cpp
  30. +1
    -1
      src/emitter.h
  31. +1
    -1
      src/entity.cpp
  32. +1
    -1
      src/entity.h
  33. +1
    -1
      src/font.cpp
  34. +1
    -1
      src/font.h
  35. +1
    -1
      src/forge.cpp
  36. +1
    -1
      src/forge.h
  37. +1
    -1
      src/generated/easymesh-parser.cpp
  38. +1
    -1
      src/generated/easymesh-scanner.cpp
  39. +1
    -1
      src/generated/lolfx-parser.cpp
  40. +1
    -1
      src/generated/lolfx-scanner.cpp
  41. +1
    -1
      src/gpu/framebuffer.cpp
  42. +1
    -1
      src/gpu/framebuffer.h
  43. +1
    -1
      src/gpu/indexbuffer.cpp
  44. +1
    -1
      src/gpu/indexbuffer.h
  45. +1
    -1
      src/gpu/lolfx-compiler.cpp
  46. +1
    -1
      src/gpu/lolfx-compiler.h
  47. +1
    -1
      src/gpu/lolfx-parser.y
  48. +1
    -1
      src/gpu/lolfx-scanner.l
  49. +1
    -1
      src/gpu/lolfx.cpp
  50. +1
    -1
      src/gpu/lolfx.h
  51. +1
    -1
      src/gpu/shader.cpp
  52. +1
    -1
      src/gpu/shader.h
  53. +1
    -1
      src/gpu/texture.cpp
  54. +1
    -1
      src/gpu/texture.h
  55. +1
    -1
      src/gpu/vertexbuffer.cpp
  56. +1
    -1
      src/gpu/vertexbuffer.h
  57. +1
    -1
      src/gradient.cpp
  58. +1
    -1
      src/gradient.h
  59. +1
    -1
      src/image/codec/android-image.cpp
  60. +1
    -1
      src/image/codec/dummy-image.cpp
  61. +1
    -1
      src/image/codec/gdiplus-image.cpp
  62. +1
    -1
      src/image/codec/ios-image.cpp
  63. +1
    -1
      src/image/codec/ps3-image.cpp
  64. +1
    -1
      src/image/codec/sdl-image.cpp
  65. +1
    -1
      src/image/image-private.h
  66. +1
    -1
      src/image/image.cpp
  67. +1
    -1
      src/image/image.h
  68. +1
    -1
      src/input/input.cpp
  69. +1
    -1
      src/input/input.h
  70. +1
    -1
      src/input/keyboard.cpp
  71. +1
    -1
      src/input/keyboard.h
  72. +1
    -1
      src/input/stick.cpp
  73. +1
    -1
      src/input/stick.h
  74. +1
    -1
      src/layer.cpp
  75. +1
    -1
      src/layer.h
  76. +1
    -1
      src/log.cpp
  77. +1
    -1
      src/log.h
  78. +1
    -1
      src/lol/core/array.h
  79. +1
    -1
      src/lol/core/hash.h
  80. +1
    -1
      src/lol/core/map.h
  81. +1
    -1
      src/lol/core/string.h
  82. +1
    -1
      src/lol/core/types.h
  83. +1
    -1
      src/lol/debug.h
  84. +1
    -1
      src/lol/math/half.h
  85. +1
    -1
      src/lol/math/math.h
  86. +1
    -1
      src/lol/math/real.h
  87. +1
    -1
      src/lol/math/remez.h
  88. +1
    -1
      src/lol/math/vector.h
  89. +1
    -1
      src/lol/unit.h
  90. +1
    -1
      src/loldebug.h
  91. +1
    -1
      src/lolgl.h
  92. +1
    -1
      src/map.cpp
  93. +1
    -1
      src/map.h
  94. +1
    -1
      src/math/half.cpp
  95. +1
    -1
      src/math/real.cpp
  96. +1
    -1
      src/math/trig.cpp
  97. +1
    -1
      src/math/vector.cpp
  98. +1
    -1
      src/mesh/mesh.cpp
  99. +1
    -1
      src/mesh/mesh.h
  100. +1
    -1
      src/numeric.h

+ 1
- 1
COPYING 查看文件

@@ -2,7 +2,7 @@
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar
6 bis passage Dareau, 75014 Paris, France
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.


+ 1
- 1
bootstrap 查看文件

@@ -8,7 +8,7 @@
# the extent permitted by applicable law. You can redistribute it
# and/or modify it under the terms of the Do What The Fuck You Want
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
# http://www.wtfpl.net/ for more details.
#
# The latest version of this script can be found at the following place:
# http://caca.zoy.org/wiki/build


+ 1
- 1
src/application/application.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/application/application.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/audio.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/audio.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/bitfield.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/camera.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/camera.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/core.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/core/hash.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/core/string.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/debug/fps.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/debug/fps.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/debug/record.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/debug/record.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/debug/stats.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/debug/stats.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/dict.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/dict.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/easymesh/easymesh-compiler.cpp 查看文件

@@ -7,7 +7,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/easymesh/easymesh-compiler.h 查看文件

@@ -7,7 +7,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#ifndef __EASYMESH_COMPILER_H__


+ 1
- 1
src/easymesh/easymesh-parser.y 查看文件

@@ -8,7 +8,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/easymesh/easymesh-scanner.l 查看文件

@@ -8,7 +8,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/easymesh/easymesh.cpp 查看文件

@@ -7,7 +7,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/easymesh/easymesh.h 查看文件

@@ -7,7 +7,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/eglapp.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/eglapp.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/emitter.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/emitter.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/entity.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/entity.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/font.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/font.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/forge.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/forge.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/generated/easymesh-parser.cpp 查看文件

@@ -47,7 +47,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/generated/easymesh-scanner.cpp 查看文件

@@ -473,7 +473,7 @@ static yyconst flex_int16_t yy_chk[135] =
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/generated/lolfx-parser.cpp 查看文件

@@ -45,7 +45,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/generated/lolfx-scanner.cpp 查看文件

@@ -1622,7 +1622,7 @@ static yyconst flex_int16_t yy_chk[3014] =
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/framebuffer.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/framebuffer.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/gpu/indexbuffer.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/indexbuffer.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/gpu/lolfx-compiler.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/lolfx-compiler.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#ifndef __LOLFX_COMPILER_H__


+ 1
- 1
src/gpu/lolfx-parser.y 查看文件

@@ -6,7 +6,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/lolfx-scanner.l 查看文件

@@ -6,7 +6,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/lolfx.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/gpu/lolfx.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/gpu/shader.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/shader.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/gpu/texture.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/texture.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/gpu/vertexbuffer.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gpu/vertexbuffer.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/gradient.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/gradient.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/image/codec/android-image.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/image/codec/dummy-image.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/image/codec/gdiplus-image.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/image/codec/ios-image.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/image/codec/ps3-image.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/image/codec/sdl-image.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/image/image-private.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/image/image.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/image/image.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/input/input.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/input/input.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/input/keyboard.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/input/keyboard.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/input/stick.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/input/stick.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/layer.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/layer.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/log.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/log.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/core/array.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/core/hash.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/core/map.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/core/string.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/core/types.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if !defined __LOL_CORE_TYPES_H__


+ 1
- 1
src/lol/debug.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/math/half.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/math/math.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/math/real.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/math/remez.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/math/vector.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lol/unit.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/loldebug.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/lolgl.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/map.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/map.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/math/half.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/math/real.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/math/trig.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/math/vector.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/mesh/mesh.cpp 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

#if defined HAVE_CONFIG_H


+ 1
- 1
src/mesh/mesh.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


+ 1
- 1
src/numeric.h 查看文件

@@ -5,7 +5,7 @@
// This program is free software; you can redistribute it and/or
// modify it under the terms of the Do What The Fuck You Want To
// Public License, Version 2, as published by Sam Hocevar. See
// http://sam.zoy.org/projects/COPYING.WTFPL for more details.
// http://www.wtfpl.net/ for more details.
//

//


部分文件因为文件数量过多而无法显示

正在加载...
取消
保存