Kaynağa Gözat

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

legacy
Sam Hocevar sam 12 yıl önce
ebeveyn
işleme
d6634da83f
100 değiştirilmiş dosya ile 100 ekleme ve 100 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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.
//

//


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor

Yükleniyor…
İptal
Kaydet