summaryrefslogtreecommitdiff
path: root/examples/IoT_TestDevice.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-02-05 20:51:15 +0100
committermathieui <mathieui@mathieui.net>2021-02-05 20:51:15 +0100
commit603cbccddd716c639814e926fdeedf525160ab11 (patch)
treeeebb892e6ac22748fda1928fb405d1fbddd6f130 /examples/IoT_TestDevice.py
parentbbd351e9c1b442690b34fc7690c1e3e2d4ae7894 (diff)
downloadslixmpp-603cbccddd716c639814e926fdeedf525160ab11.tar.gz
slixmpp-603cbccddd716c639814e926fdeedf525160ab11.tar.bz2
slixmpp-603cbccddd716c639814e926fdeedf525160ab11.tar.xz
slixmpp-603cbccddd716c639814e926fdeedf525160ab11.zip
examples: rewrite copyright notices
Diffstat (limited to 'examples/IoT_TestDevice.py')
-rwxr-xr-xexamples/IoT_TestDevice.py17
1 files changed, 6 insertions, 11 deletions
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")
-