From 23d8c68bf8f3dee85508b27cb37da5bdd90ad369 Mon Sep 17 00:00:00 2001
From: Ben <ben@wainei.net>
Date: Tue, 13 Sep 2016 20:15:38 +0200
Subject: [PATCH] [borg] added copyright notices

---
 handlers/borg.helper.in | 8 +++++++-
 handlers/borg.in        | 8 ++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/handlers/borg.helper.in b/handlers/borg.helper.in
index f48cfe73..177d4fc2 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 2ce35025..67410fef 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
 #
 
-- 
GitLab