aboutsummaryrefslogtreecommitdiff
path: root/make-changelog.sh
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-12-22 15:30:07 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-12-22 15:30:07 +0100
commit9c0d5280780f5009abca54a9b140df1d01b4ebd7 (patch)
treeb23fd83b8d8a2f859d621cd78f2fbca36684a05d /make-changelog.sh
parentb425f071e39ac15e0b5ab8eca5639dcfc26323f9 (diff)
downloadnx-libs-9c0d5280780f5009abca54a9b140df1d01b4ebd7.tar.gz
nx-libs-9c0d5280780f5009abca54a9b140df1d01b4ebd7.tar.bz2
nx-libs-9c0d5280780f5009abca54a9b140df1d01b4ebd7.zip
helper scripts: Add license headers to files.
Diffstat (limited to 'make-changelog.sh')
-rwxr-xr-xmake-changelog.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/make-changelog.sh b/make-changelog.sh
index 392907b2f..34d5c4843 100755
--- a/make-changelog.sh
+++ b/make-changelog.sh
@@ -1,2 +1,20 @@
#!/bin/bash
+
+# Copyright (C) 2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+#
+# 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.,
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
git --no-pager log --since "1970" --format="%ai %aN (%h)%n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog