Cleanup: use consistent copyright location, move descriptions

Order copyright immediately after the license block,
this was done almost everywhere with a few exceptions.

Remove authors from a few files (we had already removed "Contributors"
section however with old patches being applied this gets added back in).

Also move descriptive text into the doxygen comment block under \file.
In some cases remove the text as it was accidentally copied.
This commit is contained in:
2022-02-09 16:00:03 +11:00
parent f021d46752
commit 59a7095f79
27 changed files with 122 additions and 146 deletions

View File

@@ -1,5 +1,3 @@
# Copyright (c) 2009 www.stani.be (GPL license)
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
@@ -18,6 +16,8 @@
#
# ##### END GPL LICENSE BLOCK #####
# Copyright (c) 2009 www.stani.be
# <pep8-80 compliant>
"""Autocomplete with the standard library"""