diff twisted/plugins/sat_plugin.py @ 3281:a3639d6d9643

core: replaced `sat` shell script by a python script: the backend is now launched by `sat.core.launcher`, and the script is generated during installation with a new entry point in `setup.py`.
author Goffi <goffi@goffi.org>
date Mon, 25 May 2020 15:50:01 +0200
parents 559a625a236b
children 3ac28e51a24f
line wrap: on
line diff
--- a/twisted/plugins/sat_plugin.py	Mon May 25 15:46:21 2020 +0200
+++ b/twisted/plugins/sat_plugin.py	Mon May 25 15:50:01 2020 +0200
@@ -1,8 +1,7 @@
 #!/usr/bin/env python3
 
-
-# SAT: a jabber client
-# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org)
+# SàT: an XMPP client
+# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by