Skip to content

Commit

Permalink
Revert "Place the license up-front"
Browse files Browse the repository at this point in the history
This reverts commit 637daaf.
  • Loading branch information
oleks committed Jun 2, 2018
1 parent 4917c66 commit d56d16d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitsync.m4
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/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 @@ -13,6 +10,9 @@ 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 d56d16d

Please sign in to comment.