Merge branch 'copyright' into 'master'

Copyright

Closes #23

See merge request ynerant/squirrel-battle!28
This commit is contained in:
ynerant 2020-11-27 16:56:13 +01:00
commit b35d666218
7 changed files with 14 additions and 12 deletions

View File

@ -45,3 +45,5 @@ build-deb:
paths: paths:
- build/*.deb - build/*.deb
expire_in: 1 week expire_in: 1 week
only:
- master

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. the "copyright" line and a pointer to where the full notice is found.
Squirrel Battle 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 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 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! 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. * 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 Source: python3-squirrel-battle
Section: devel Section: devel
Priority: optional Priority: optional
Maintainer: ynerant <ynrant@crans.org> Maintainer: ynerant <squirrel-battle@crans.org>
Build-Depends: debhelper (>=10~), dh-python, python3-all, python3-setuptools Build-Depends: debhelper (>=10~), dh-python, python3-all, python3-setuptools
Depends: fonts-noto-color-emoji Depends: fonts-noto-color-emoji
Standards-Version: 4.1.4 Standards-Version: 4.1.4

View File

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

View File

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