summaryrefslogtreecommitdiffstats
path: root/src/objects/chatnet-object.c
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-15 05:56:42 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-15 05:56:42 +0000
commit31d5cc05e5d42fe36875efee92cdf3a4f203636f (patch)
treebdfc94ac91b1935ead7882fa0f463b24fc28afa1 /src/objects/chatnet-object.c
parente74c84f65a3292970d45389ca01f3d64810707da (diff)
downloadirssi-python-31d5cc05e5d42fe36875efee92cdf3a4f203636f.tar.gz
irssi-python-31d5cc05e5d42fe36875efee92cdf3a4f203636f.tar.xz
irssi-python-31d5cc05e5d42fe36875efee92cdf3a4f203636f.zip
test1
git-svn-id: http://svn.irssi.org/repos/irssi-python@4317 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/objects/chatnet-object.c')
-rw-r--r--src/objects/chatnet-object.c20
1 files changed, 20 insertions, 0 deletions
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 <Python.h>
#include "pymodule.h"
#include "base-objects.h"