ソースを参照

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

master
Sam Hocevar 12年前
コミット
19c2103dcf
36個のファイルの変更37行の追加37行の削除
  1. +1
    -1
      neercs/old/actions.c
  2. +1
    -1
      neercs/old/ansi.c
  3. +1
    -1
      neercs/old/attach.c
  4. +1
    -1
      neercs/old/client.c
  5. +1
    -1
      neercs/old/configuration.c
  6. +1
    -1
      neercs/old/effects.c
  7. +1
    -1
      neercs/old/grab.c
  8. +1
    -1
      neercs/old/help.c
  9. +1
    -1
      neercs/old/input.c
  10. +1
    -1
      neercs/old/lock.c
  11. +2
    -2
      neercs/old/main.c
  12. +1
    -1
      neercs/old/mini-client.c
  13. +1
    -1
      neercs/old/mini-neercs.c
  14. +1
    -1
      neercs/old/mini-neercs.h
  15. +1
    -1
      neercs/old/mini-server.c
  16. +1
    -1
      neercs/old/mini-socket.c
  17. +1
    -1
      neercs/old/mini-socket.h
  18. +1
    -1
      neercs/old/mygetopt.c
  19. +1
    -1
      neercs/old/mygetopt.h
  20. +1
    -1
      neercs/old/mytrace.c
  21. +1
    -1
      neercs/old/mytrace.h
  22. +1
    -1
      neercs/old/neercs.h
  23. +1
    -1
      neercs/old/python/interpreter.c
  24. +1
    -1
      neercs/old/python/py_module.c
  25. +1
    -1
      neercs/old/python/py_module.h
  26. +1
    -1
      neercs/old/recurrent.c
  27. +1
    -1
      neercs/old/screen_list.c
  28. +1
    -1
      neercs/old/screens.c
  29. +1
    -1
      neercs/old/screensaver.c
  30. +1
    -1
      neercs/old/server.c
  31. +1
    -1
      neercs/old/term.c
  32. +1
    -1
      neercs/old/widgets.c
  33. +1
    -1
      neercs/old/widgets.h
  34. +1
    -1
      neercs/old/wm.cpp
  35. +1
    -1
      neercs/term/ansi.cpp
  36. +1
    -1
      neercs/term/pty.cpp

+ 1
- 1
neercs/old/actions.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/ansi.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/attach.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/client.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/configuration.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/effects.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/grab.c ファイルの表示

@@ -7,7 +7,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/help.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/input.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/lock.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 2
- 2
neercs/old/main.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H
@@ -57,7 +57,7 @@ void version(void)
("This is free software. You may redistribute copies of it under the\n");
printf
("terms of the Do What The Fuck You Want To Public License, Version 2\n");
printf("<http://sam.zoy.org/wtfpl/>.\n");
printf("<http://www.wtfpl.net/>.\n");
printf("There is NO WARRANTY, to the extent permitted by law.\n");
printf("\n");
printf


+ 1
- 1
neercs/old/mini-client.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/mini-neercs.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/mini-neercs.h ファイルの表示

@@ -9,7 +9,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.
*/

void client_init(void);


+ 1
- 1
neercs/old/mini-server.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/mini-socket.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/mini-socket.h ファイルの表示

@@ -9,7 +9,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.
*/

#include <sys/types.h>


+ 1
- 1
neercs/old/mygetopt.c ファイルの表示

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

/*


+ 1
- 1
neercs/old/mygetopt.h ファイルの表示

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

/*


+ 1
- 1
neercs/old/mytrace.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/mytrace.h ファイルの表示

@@ -7,7 +7,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.
*/

#if !defined _WIN32


+ 1
- 1
neercs/old/neercs.h ファイルの表示

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

#ifndef _NEERCS_H_


+ 1
- 1
neercs/old/python/interpreter.c ファイルの表示

@@ -7,7 +7,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/python/py_module.c ファイルの表示

@@ -7,7 +7,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/python/py_module.h ファイルの表示

@@ -7,7 +7,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.
*/

#ifdef USE_PYTHON


+ 1
- 1
neercs/old/recurrent.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/screen_list.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/screens.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/screensaver.c ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/server.c ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/term.c ファイルの表示

@@ -7,7 +7,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/old/widgets.c ファイルの表示

@@ -7,7 +7,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.
*/




+ 1
- 1
neercs/old/widgets.h ファイルの表示

@@ -7,7 +7,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.
*/

#include <stdio.h>


+ 1
- 1
neercs/old/wm.cpp ファイルの表示

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

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/term/ansi.cpp ファイルの表示

@@ -9,7 +9,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.
*/

#if defined HAVE_CONFIG_H


+ 1
- 1
neercs/term/pty.cpp ファイルの表示

@@ -7,7 +7,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.
*/

#if defined HAVE_CONFIG_H


読み込み中…
キャンセル
保存