From 60ccaaa2e235675c39911ffa9f7064d4987d2eec Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Tue, 17 Jan 2017 16:50:39 +0100 Subject: [PATCH] Add licence and author/contributor infos --- bkctld | 9 +++++++-- debian/copyright | 8 ++++++++ docs/zzz_evobackup | 5 ++++- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 debian/copyright diff --git a/bkctld b/bkctld index 83142a9..1339759 100755 --- a/bkctld +++ b/bkctld @@ -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 +# Contributor: Benoît Série , Gregory Colpart , Romain Dessort , Tristan Pilat +# Licence: AGPLv3 +# usage(){ echo "Usage: $0 [options]" diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..39dae79 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,8 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: bkctld +Upstream-Contact: Evolix +Source: https://forge.evolix.org/projects/evobackup/repository + +Files: * +Copyright: Evolix +License: AGPL-3 diff --git a/docs/zzz_evobackup b/docs/zzz_evobackup index 3c9fa46..bc42b2c 100755 --- a/docs/zzz_evobackup +++ b/docs/zzz_evobackup @@ -1,9 +1,12 @@ #!/bin/sh - # # Script Evobackup client # See https://forge.evolix.org/projects/evobackup # +# Author: Gregory Colpart +# Contributor: Romain Dessort , Benoît Série , Tristan Pilat , Victor Laborie , Jérémy Lecour +# Licence: AGPLv3 +# ## lang = C for english outputs LANGUAGE=C