summaryrefslogtreecommitdiff
path: root/libltdl/config/git-hooks/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to 'libltdl/config/git-hooks/commit-msg')
-rwxr-xr-xlibltdl/config/git-hooks/commit-msg25
1 files changed, 22 insertions, 3 deletions
diff --git a/libltdl/config/git-hooks/commit-msg b/libltdl/config/git-hooks/commit-msg
index 620ee77f..448b64df 100755
--- a/libltdl/config/git-hooks/commit-msg
+++ b/libltdl/config/git-hooks/commit-msg
@@ -1,7 +1,26 @@
#!/bin/sh
-# An example hook script for catching duplicate or malformed
-# Co-authored-by or Copyright-paperwork-exempt lines in the
-# commit message.
+
+# An example hook script for catching duplicate or malformed Co-authored-by
+# or Copyright-paperwork-exempt lines in the commit message.
+# Written by Gary V. Vaughan <gary@gnu.org>, 2011
+
+# Copyright (C) 2011-2014 Free Software Foundation, Inc.
+# This is free software; see the source for copying conditions. There is NO
+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+# Libtoolize is free software; 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.
+#
+# Libtoolize 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
: ${SED="sed"}
test set = ${ECHO+'set'} = set || ECHO='printf %s\n'