From 603cbccddd716c639814e926fdeedf525160ab11 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 5 Feb 2021 20:51:15 +0100 Subject: examples: rewrite copyright notices --- examples/IoT_TestDevice.py | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'examples/IoT_TestDevice.py') diff --git a/examples/IoT_TestDevice.py b/examples/IoT_TestDevice.py index d8e8fd06..0d50c714 100755 --- a/examples/IoT_TestDevice.py +++ b/examples/IoT_TestDevice.py @@ -1,15 +1,11 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" - Slixmpp: The Slick XMPP Library - Implementation of xeps for Internet of Things - http://wiki.xmpp.org/web/Tech_pages/IoT_systems - Copyright (C) 2013 Sustainable Innovation, Joachim.lindborg@sust.se - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Implementation of xeps for Internet of Things +# http://wiki.xmpp.org/web/Tech_pages/IoT_systems +# Copyright (C) 2013 Sustainable Innovation, Joachim.lindborg@sust.se +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import logging @@ -179,4 +175,3 @@ if __name__ == '__main__': else: print("noopp didn't happen") - -- cgit v1.2.3