Skip to content

Commit

Permalink
Place the license up-front
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks committed May 30, 2018
1 parent d13f656 commit 637daaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitsync.m4.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

syscmd(`perl -pe "chomp if eof" LICENSE |
sed "s/^/# /"')
# This file was generated from an m4 template.
syscmd(`date -u --iso-8601=minutes |
sed "s/^/# Generation date-time (ISO 8601): /"')dnl
Expand All @@ -10,9 +13,6 @@ syscmd(`git remote get-url origin |
sed "s/^/# Git repository URL: /"')dnl
syscmd(`git rev-parse HEAD | sed "s/^/# Commit ID: /"')dnl
syscmd(`perl -pe "chomp if eof" LICENSE |
sed "s/^/# /"')
set -euo pipefail
failcode=1
Expand Down

0 comments on commit 637daaf

Please sign in to comment.