Forgot some author mentions in some files, closes #23

This commit is contained in:
Yohann D'ANELLO 2020-11-27 16:53:16 +01:00
parent 0d3e33d960
commit f0488690b7
6 changed files with 12 additions and 12 deletions

View File

@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Squirrel Battle
Copyright (C) 2020 ynerant
Copyright (C) 2020 ÿnérant, eichhornchen, nicomarg, charlse
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -2,4 +2,4 @@ Squirrel Battle
Watch out for squirrel's knifes!
-- Yohann D'ANELLO <ynerant@crans.org> Thu, 19 Nov 2020 03:30:42 +0100
-- Yohann D'ANELLO <squirrel-battle@crans.org> Thu, 19 Nov 2020 03:30:42 +0100

2
debian/changelog vendored
View File

@ -2,4 +2,4 @@ python3-squirrel-battle (3.14) beta; urgency=low
* Initial release.
-- Yohann D'ANELLO <ynerant@crans.org> Thu, 19 Nov 2020 03:30:42 +0100
-- Yohann D'ANELLO <squirrel-battle@crans.org> Thu, 19 Nov 2020 03:30:42 +0100

2
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: python3-squirrel-battle
Section: devel
Priority: optional
Maintainer: ynerant <ynrant@crans.org>
Maintainer: ynerant <squirrel-battle@crans.org>
Build-Depends: debhelper (>=10~), dh-python, python3-all, python3-setuptools
Depends: fonts-noto-color-emoji
Standards-Version: 4.1.4

View File

@ -37,9 +37,9 @@ paquet ainsi que des détails à fournir à PyPI :
setup(
name="squirrel-battle",
version="3.14",
author="ynerant",
author_email="ynerant@crans.org",
description="Watch out for squirrel's knifes!",
author="ÿnérant, eichhornchen, nicomarg, charlse",
author_email="squirrel-battle@crans.org",
description="Watch out for squirrel's knives!",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitlab.crans.org/ynerant/squirrel-battle",
@ -156,7 +156,7 @@ du dépôt Git. Le fichier ``PKGBUILD`` dispose de cette structure :
.. code::
# Maintainer: Yohann D'ANELLO <ynerant@crans.org>
# Maintainer: Yohann D'ANELLO <squirrel-battle@crans.org>
pkgbase=squirrel-battle
pkgname=python-squirrel-battle-git
@ -206,7 +206,7 @@ les releases, est plus ou moins similaire :
.. code::
# Maintainer: Yohann D'ANELLO <ynerant@crans.org>
# Maintainer: Yohann D'ANELLO <squirrel-battle@crans.org>
pkgbase=squirrel-battle
pkgname=python-squirrel-battle

View File

@ -13,9 +13,9 @@ with open("README.md", "r") as f:
setup(
name="squirrel-battle",
version="3.14",
author="ynerant",
author_email="ynerant@crans.org",
description="Watch out for squirrel's knifes!",
author="ÿnérant, eichhornchen, nicomarg, charlse",
author_email="squirrel-battle@crans.org",
description="Watch out for squirrel's knives!",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitlab.crans.org/ynerant/squirrel-battle",