chiark / gitweb /
Add copyright notices to bash scripts
[fdroidserver.git] / fd-commit
index 47b0e34b2d7ad983a428172fd36064c8ed20e36c..a4e121136002cf16dcc2034ed84cecbd45cdbe55 100755 (executable)
--- a/fd-commit
+++ b/fd-commit
@@ -1,6 +1,22 @@
 #!/bin/bash
-
+#
+# fd-commit - 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/>.
 
 commands=()
 
@@ -72,4 +88,3 @@ done < <(git status --porcelain)
 for cmd in "${commands[@]}"; do
        eval "$cmd"
 done
-