X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=ircml.git;a=blobdiff_plain;f=ircml.ml;h=619651cee21ac99a1063e0975e1cf1fe8557eacc;hp=d0ab13774f4c7e06487758962ae33e2d4baad42f;hb=22beaa7611f58d7ed897a8e72960e06313e62231;hpb=41ed4cf0af1eab1c7b14246f8e1e09fd7b8f3ac9 diff --git a/ircml.ml b/ircml.ml index d0ab137..619651c 100644 --- a/ircml.ml +++ b/ircml.ml @@ -1,15 +1,20 @@ -(* -*- mode: tuareg -*- ******************************************************) -(* *) -(* This is a light IRC client written in CAML *) -(* Written by and (c) Francois Fleuret, 2002 - 2005 *) -(* Contact for info and bug reports *) -(* *) -(* This program is free software; you can redistribute it and/or modify *) -(* it under the terms of the GNU General Public License Version 2 as *) -(* published by the Free Software Foundation. See the file LICENSE for *) -(* more details. *) -(* *) -(*****************************************************************************) + +(*************************************************************************) +(* This program is free software: you can redistribute it and/or modify *) +(* it under the terms of the version 3 of the GNU General Public License *) +(* as published by the Free Software Foundation. *) +(* *) +(* This program is distributed in the hope that it will be useful, but *) +(* WITHOUT ANY WARRANTY; without even the implied warranty of *) +(* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *) +(* General Public License for more details. *) +(* *) +(* You should have received a copy of the GNU General Public License *) +(* along with this program. If not, see . *) +(* *) +(* Written and (C) by Francois Fleuret *) +(* Contact for comments & bug reports *) +(*************************************************************************) open Connection;; @@ -1064,7 +1069,7 @@ try ignore (Unix.tcgetattr Unix.stdout) with Unix.Unix_error _ -> print "`#ssfe# print "-----------------------------------------------------------------------------"; print (" " ^ version ^ ", the IRC client in OCAML"); -print " Written and (c) by "; +print " Written and (c) by "; print "-----------------------------------------------------------------------------"; establish_connection ();