From 31d5cc05e5d42fe36875efee92cdf3a4f203636f Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Tue, 15 Aug 2006 05:56:42 +0000 Subject: test1 git-svn-id: http://svn.irssi.org/repos/irssi-python@4317 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/objects/chatnet-object.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/objects/chatnet-object.c') diff --git a/src/objects/chatnet-object.c b/src/objects/chatnet-object.c index 2cbbb70..5efcfac 100644 --- a/src/objects/chatnet-object.c +++ b/src/objects/chatnet-object.c @@ -1,3 +1,23 @@ +/* + irssi-python + + Copyright (C) 2006 Christopher Davis + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + 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, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + #include #include "pymodule.h" #include "base-objects.h" -- cgit