From 317ecc32edbd2757c6d9bf0311bd1391ec44cfc8 Mon Sep 17 00:00:00 2001 From: rjones Date: Thu, 28 Jun 2007 16:22:33 +0000 Subject: [PATCH] Added authorship notice. --- xavierbot.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xavierbot.pl b/xavierbot.pl index ce997a0..6b058e0 100755 --- a/xavierbot.pl +++ b/xavierbot.pl @@ -1,4 +1,8 @@ #!/usr/bin/perl -wT +# xavierbot : an OCaml interpreter IRC bot. +# By Richard W.M. Jones . +# This code is in the Public Domain. +# $Id: xavierbot.pl,v 1.2 2007/06/28 16:22:33 rjones Exp $ use strict; -- 1.8.3.1