From 3422d95780e719219a4fb73b91833ca82b6f9001 Mon Sep 17 00:00:00 2001 From: darthgandalf Date: Sat, 15 Jan 2011 19:01:14 +0000 Subject: [PATCH] Add copyright header for some files of modpython which were forgotten before. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2267 726aef4b-f618-498e-8847-2d620e286838 --- modules/modpython/module.h | 8 ++++++++ modules/modpython/znc.py | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/modules/modpython/module.h b/modules/modpython/module.h index e825cdf0..f7ac2b22 100644 --- a/modules/modpython/module.h +++ b/modules/modpython/module.h @@ -1,3 +1,11 @@ +/* + * Copyright (C) 2004-2011 See the AUTHORS file for details. + * + * 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. + */ + #pragma once class String { diff --git a/modules/modpython/znc.py b/modules/modpython/znc.py index 8227e75c..466a86e6 100644 --- a/modules/modpython/znc.py +++ b/modules/modpython/znc.py @@ -1,3 +1,11 @@ +# +# Copyright (C) 2004-2011 See the AUTHORS file for details. +# +# 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. +# + from znc_core import * import imp import re