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/roster/__init__.py | 11 ++++------- slixmpp/roster/item.py | 11 ++++------- slixmpp/roster/multi.py | 11 ++++------- slixmpp/roster/single.py | 11 ++++------- 4 files changed, 16 insertions(+), 28 deletions(-) (limited to 'slixmpp/roster') diff --git a/slixmpp/roster/__init__.py b/slixmpp/roster/__init__.py index 9a9b69a1..6018585b 100644 --- a/slixmpp/roster/__init__.py +++ b/slixmpp/roster/__init__.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. from slixmpp.roster.item import RosterItem from slixmpp.roster.single import RosterNode from slixmpp.roster.multi import Roster diff --git a/slixmpp/roster/item.py b/slixmpp/roster/item.py index c1eb574a..daa1e2b4 100644 --- a/slixmpp/roster/item.py +++ b/slixmpp/roster/item.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. class RosterItem(object): diff --git a/slixmpp/roster/multi.py b/slixmpp/roster/multi.py index e1a44a08..083e7dbc 100644 --- a/slixmpp/roster/multi.py +++ b/slixmpp/roster/multi.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. from slixmpp.stanza import Presence from slixmpp.xmlstream import JID from slixmpp.roster import RosterNode diff --git a/slixmpp/roster/single.py b/slixmpp/roster/single.py index 3961cddf..c06a50bb 100644 --- a/slixmpp/roster/single.py +++ b/slixmpp/roster/single.py @@ -1,11 +1,8 @@ -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2010 Nathanael C. Fritz - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2010 Nathanael C. Fritz +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import threading from slixmpp.xmlstream import JID -- cgit v1.2.3