COPYRIGHT 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*****************************************************************************/
  2. /* Wonx - WonderWitch on X. */
  3. /* */
  4. /* Wonx Copyright (c) 2000 Sakai Hiroaki. */
  5. /* All Rights Reserved. */
  6. /*===========================================================================*/
  7. /* This program is free software; you can redistribute it and/or modify */
  8. /* it under the terms of the GNU General Public License as published by */
  9. /* the Free Software Foundation; either version 2, or (at your option) */
  10. /* any later version. */
  11. /* */
  12. /* This program is distributed in the hope that it will be useful, */
  13. /* but WITHOUT ANY WARRANTY; without even the implied warranty of */
  14. /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the */
  15. /* GNU General Public License for more details. */
  16. /* */
  17. /* You should have received a copy of the GNU General Public License */
  18. /* along with this program; see the file COPYING. If not, write to */
  19. /* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
  20. /*****************************************************************************/
  21. /*****************************************************************************/
  22. /* 本ソフトウエアの著作権は全て「坂井弘亮」が有します. */
  23. /* 本ソフトウエアは,フリーソフトです. */
  24. /* 本ソフトウエアのライセンスには,GNU General Public License を適用します. */
  25. /* 本ソフトウエアは,GNU General Public License の下での */
  26. /* コピー/修正/改良/再配布が可能です. */
  27. /* GPL については,詳しくは,COPYING を参照してください. */
  28. /*===========================================================================*/
  29. /* 本ソフトウェアを使用することによって発生したあらゆる損害の責任は */
  30. /* 使用者にあり,著作権者はその責任を一切負いません. */
  31. /* 本ソフトウエアの改良やバージョンアップや移植などの義務は, */
  32. /* 著作権者には一切ありません. */
  33. /*===========================================================================*/
  34. /* 日本語のドキュメントの文章の内容と,英語のドキュメントの文章の内容の間に */
  35. /* 差異が生じた場合には,日本語のドキュメントの文章の内容が,正しい意志で */
  36. /* あるものとします. */
  37. /*===========================================================================*/
  38. /* 坂井弘亮の連絡先のメールアドレスは, */
  39. /* sakai@seki.ee.kagu.sut.ac.jp */
  40. /* hsakai@pfu.co.jp */
  41. /* です.また,本ソフトウエアの最新版を, */
  42. /* http://www.seki.ee.kagu.sut.ac.jp/~sakai/WonderWitch/index.html */
  43. /* で配布しています. */
  44. /* ご意見,ご感想がありましたら,ぜひ連絡ください. */
  45. /*****************************************************************************/