Add licence and author/contributor infos

This commit is contained in:
Victor LABORIE 2017-01-17 16:50:39 +01:00
parent 5ca8bb99dc
commit 60ccaaa2e2
3 changed files with 19 additions and 3 deletions

9
bkctld
View file

@ -1,7 +1,12 @@
#!/bin/bash
#
## bkctld is a shell script to create and manage a backup server which will
## handle the backup of many servers (clients).
# bkctld is a shell script to create and manage a backup server which will
# handle the backup of many servers (clients).
#
# Author: Victor Laborie <vlaborie@evolix.fr>
# Contributor: Benoît Série <bserie@evolix.fr>, Gregory Colpart <reg@evolix.fr>, Romain Dessort <rdessort@evolix.fr>, Tristan Pilat <tpilat@evolix.fr>
# Licence: AGPLv3
#
usage(){
echo "Usage: $0 <subcommand> [options]"

8
debian/copyright vendored Normal file
View file

@ -0,0 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bkctld
Upstream-Contact: Evolix <equipe@evolix.fr>
Source: https://forge.evolix.org/projects/evobackup/repository
Files: *
Copyright: Evolix <equipe@evolix.fr>
License: AGPL-3

View file

@ -1,9 +1,12 @@
#!/bin/sh
#
# Script Evobackup client
# See https://forge.evolix.org/projects/evobackup
#
# Author: Gregory Colpart <reg@evolix.fr>
# Contributor: Romain Dessort <rdessort@evolix.fr>, Benoît Série <bserie@evolix.fr>, Tristan Pilat <tpilat@evolix.fr>, Victor Laborie <vlaborie@evolix.fr>, Jérémy Lecour <jlecour@evolix.fr>
# Licence: AGPLv3
#
## lang = C for english outputs
LANGUAGE=C