summaryrefslogtreecommitdiff
path: root/tools/sanitize_bzr.sh
diff options
context:
space:
mode:
authorChristian Dywan <christian.dywan@canonical.com>2015-07-11 12:18:11 -0400
committerChristian Dywan <christian.dywan@canonical.com>2015-07-11 12:18:11 -0400
commit4ac211028ecae1d6897b9d0f4a0f6909aaaabfa0 (patch)
tree31624e2e57dfd907d19ba59e16f4b805ad786ad4 /tools/sanitize_bzr.sh
parent6d113d20be006eacb62f6ba4d9149b3df90663dc (diff)
downloadmidori-4ac211028ecae1d6897b9d0f4a0f6909aaaabfa0.tar.gz
Add copright header to sanitize_bar.sh
Diffstat (limited to 'tools/sanitize_bzr.sh')
-rwxr-xr-xtools/sanitize_bzr.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/sanitize_bzr.sh b/tools/sanitize_bzr.sh
index 94eb0f22..60679e51 100755
--- a/tools/sanitize_bzr.sh
+++ b/tools/sanitize_bzr.sh
@@ -1,4 +1,13 @@
#!/bin/bash
+# Copyright (C) 2015 Paweł Forysiuk <tuxator@o2.pl>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# See the file COPYING for the full license text.
+
BZR_PLUGINS_DIR=${HOME}/.bazaar/plugins/
if [ ! -d $BZR_PLUGINS_DIR ]; then
mkdir -p $BZR_PLUGINS_DIR