changeset 75649:3e136d0943a4

Add author.
author Glenn Morris <rgm@gnu.org>
date Sat, 03 Feb 2007 21:51:44 +0000
parents 27cde5b3a5d3
children 48e11b5cb31e
files admin/make-changelog-diff
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/make-changelog-diff	Sat Feb 03 21:49:10 2007 +0000
+++ b/admin/make-changelog-diff	Sat Feb 03 21:51:44 2007 +0000
@@ -1,5 +1,7 @@
 #! /bin/bash
 
+## Author: Francesco Potorti` <pot@gnu.org>
+
 if [ $# -ne 2 ]; then
     echo "usage: $0 TAG1 TAG2" >&2
     exit 1