added licence notice to common/xmpp/c14n.py

This commit is contained in:
Brendan Taylor 2008-12-28 01:39:39 +00:00
parent 7c0b1e4ed0
commit e98a648908
1 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,23 @@
''' XML canonicalisation methods (for XEP-0116) '''
# FIXME: Add licence, copyright
# -*- coding:utf-8 -*-
## src/common/stanza_session.py
##
## Copyright (C) 2007-2008 Brendan Taylor <whateley AT gmail.com>
##
## This file is part of Gajim.
##
## Gajim 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; version 3 only.
##
## Gajim 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 Gajim. If not, see <http://www.gnu.org/licenses/>.
##
from simplexml import ustr
def c14n(node):