From bbd351e9c1b442690b34fc7690c1e3e2d4ae7894 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 5 Feb 2021 20:46:18 +0100 Subject: global: rewrite copyright notice to use comments --- slixmpp/util/sasl/mechanisms.py | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'slixmpp/util/sasl/mechanisms.py') diff --git a/slixmpp/util/sasl/mechanisms.py b/slixmpp/util/sasl/mechanisms.py index 874787a9..53f39395 100644 --- a/slixmpp/util/sasl/mechanisms.py +++ b/slixmpp/util/sasl/mechanisms.py @@ -1,20 +1,12 @@ -# -*- coding: utf-8 -*- -""" - slixmpp.util.sasl.mechanisms - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - - A collection of supported SASL mechanisms. - - This module was originally based on Dave Cridland's Suelta library. - - Part of Slixmpp: The Slick XMPP Library - - :copryight: (c) 2004-2013 David Alan Cridland - :copyright: (c) 2013 Nathanael C. Fritz, Lance J.T. Stout - - :license: MIT, see LICENSE for more details -""" +# slixmpp.util.sasl.mechanisms +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# A collection of supported SASL mechanisms. +# This module was originally based on Dave Cridland's Suelta library. +# Part of Slixmpp: The Slick XMPP Library +# :copryight: (c) 2004-2013 David Alan Cridland +# :copyright: (c) 2013 Nathanael C. Fritz, Lance J.T. Stout +# :license: MIT, see LICENSE for more details import hmac import random -- cgit v1.2.3