diff --git a/handlers/borg.helper.in b/handlers/borg.helper.in index f48cfe735ebecbabe67c9c257d7f46f89becac9b..177d4fc2594a0fa928c5c3949538512f134ba4f7 100644 --- a/handlers/borg.helper.in +++ b/handlers/borg.helper.in @@ -1,6 +1,12 @@ # -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*- # vim: set filetype=sh sw=3 sts=3 expandtab autoindent: - +# +# Copyright 2016 Benjamin Maisonnas <ben@wainei.net> +# +# This work is free. You can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # # TODO: encryption support # diff --git a/handlers/borg.in b/handlers/borg.in index 2ce350251e5083ef70d446c833dcdcf7cd2343e9..67410feff074068c1a1c72e4467c3e0fa3a29db0 100644 --- a/handlers/borg.in +++ b/handlers/borg.in @@ -4,6 +4,14 @@ # borg handler script for backupninja # requires borgbackup # +# Guillaume Subiron, Sysnove, 2016 +# +# Copyright 2016 Guillaume Subiron <guillaume@sysnove.fr> +# +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See the http://www.wtfpl.net/ file for more details. +# # TODO: encryption support #