aboutsummaryrefslogtreecommitdiff
path: root/gcompletion.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2015-08-01 19:35:59 +0200
committerMiquel Sabaté <mikisabate@gmail.com>2015-08-01 19:35:59 +0200
commite5541ca8d93c35a1744578e773b5044d803f1ad2 (patch)
tree6f13e9bcb1ef71b2ee5fe11952ba2b4c455b4fae /gcompletion.sh
parent177074df07a59c2c60476581baede662bfb18ac0 (diff)
downloadg-e5541ca8d93c35a1744578e773b5044d803f1ad2.tar.gz
g-e5541ca8d93c35a1744578e773b5044d803f1ad2.zip
Starting to work on a testing infrastructure
Diffstat (limited to 'gcompletion.sh')
-rw-r--r--gcompletion.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcompletion.sh b/gcompletion.sh
index a1f954d..b728e46 100644
--- a/gcompletion.sh
+++ b/gcompletion.sh
@@ -1,4 +1,3 @@
-#
# Copyright (C) 2013-2015 Miquel Sabaté Solà <mikisabate@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -13,7 +12,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
# Do the completion work. Shamelessly taken from the git completion script.