]> git.street.me.uk Git - andy/viking.git/blobdiff - maintainer/extract-authors.sh
Maintain track properties when splitting a track.
[andy/viking.git] / maintainer / extract-authors.sh
index ee1622d664e1ba4605074433675c8e3d49e93f0c..75a580ddfd6bc0b261798af1e176de9d3b021cb5 100755 (executable)
@@ -2,4 +2,23 @@
 
 # Usage: extract-authors.sh x.y.z master
 
+#
+# viking -- GPS Data and Topo Analyzer, Explorer, and Manager
+#
+# Copyright (C) 2009, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+#
+# This program 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.
+#
+# 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
 git shortlog --summary "$@" | awk '{$1="";print}'