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