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/confirm_answer.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'examples/confirm_answer.py') diff --git a/examples/confirm_answer.py b/examples/confirm_answer.py index f2c4c273..342647e9 100755 --- a/examples/confirm_answer.py +++ b/examples/confirm_answer.py @@ -1,13 +1,9 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" - Slixmpp: The Slick XMPP Library - Copyright (C) 2015 Emmanuel Gil Peyrot - This file is part of Slixmpp. - - See the file LICENSE for copying permission. -""" +# Slixmpp: The Slick XMPP Library +# Copyright (C) 2015 Emmanuel Gil Peyrot +# This file is part of Slixmpp. +# See the file LICENSE for copying permission. import logging from getpass import getpass -- cgit v1.2.3