Преглед на файлове

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

//


Някои файлове не бяха показани, защото твърде много файлове са промени

Зареждане…
Отказ
Запис