chiark / gitweb /
Add copyright notices to bash scripts
[fdroidserver.git] / completion / bash-completion
index 12d7fe0de543b914c5409b805748b6dd20079374..b2644d2b9956dce7bc932f4fa2e324d0fad28c19 100644 (file)
@@ -1,7 +1,23 @@
 #!/bin/bash
 #
-# fdroid completion support.
+# bash-completion - part of the FDroid server tools
+# Commits updates to apps, allowing you to edit the commit messages
 #
+# Copyright (C) 2013 Daniel Martí <mvdan@mvdan.cc>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 # 'fdroid' is aliased automatically, but aliases to it are not. For instance,
 # to alias 'fd' to 'fdroid' and have competion available:
 #