]> git.street.me.uk Git - andy/viking.git/commitdiff
Add copyright notice to maintainer's scripts
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 10 Nov 2010 20:42:38 +0000 (21:42 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 10 Nov 2010 20:42:38 +0000 (21:42 +0100)
maintainer/extract-NEWS.sh
maintainer/extract-authors.sh
maintainer/git-diff2po_ChangeLog.sh
maintainer/git2changelog.sh
maintainer/import-launchpad.sh [changed mode: 0644->0755]

index d41795bf14ab40892c76ba7a0dd8cd5ea434bb8e..eaf8b147ed50a0ad75f019919b72b9b193d1b386 100755 (executable)
@@ -1,4 +1,24 @@
 #!/bin/sh
+#
+# 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
+#
+
 #
 usage()
 {
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}'
index d56377b7dc75fcfddfd98c00edc76a4201803845..61610040b812723f40026ea184f5e0ef3185360a 100755 (executable)
@@ -5,6 +5,27 @@
 # Usage:
 # git show | sh maintainer/git-diff2po_ChangeLog.sh
 #
+
+#
+# viking -- GPS Data and Topo Analyzer, Explorer, and Manager
+#
+# Copyright (C) 2009-2010, 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
+#
+
 awk '/^\+\+\+/{filename=substr($2,6);date=""} /^\+"PO-Revision-Date: /{date=$2} /"Last-Translator: /{translator=substr($0, 20, length($0)-22); if (date!="")printf "%s %s %s\t* %s: updated\n", date, translator, email, filename} ' "$@" \
 | sort -r \
 | sed -e 's/$/\n/' -e 's/\t/\n\t/'
index 276e8ae5e3b956336325e0a10bbcd523451899f7..6050eebf696f3b280cb4156565599161466ebccd 100755 (executable)
@@ -5,7 +5,8 @@
 # This script parse the git history and format it like a ChangeLog file.
 # This script is called at distribution tile (see "make dist").
 #
-# =-=-=-=-=
+
+#
 # viking -- GPS Data and Topo Analyzer, Explorer, and Manager
 #
 # Copyright (C) 2009-2010, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
old mode 100644 (file)
new mode 100755 (executable)
index b52a85e..a8b763c
@@ -1,4 +1,24 @@
 #!/bin/sh
+#
+# viking -- GPS Data and Topo Analyzer, Explorer, and Manager
+#
+# Copyright (C) 2008, 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
+#
+
 cd po
 tar xzf ../launchpad-export.tar.gz 
 #rename -f 's/viking\/viking-//' viking/viking*.po