Skip to content

Commit

Permalink
Add copyright header to unreleased.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobaghino-da committed Nov 20, 2019
1 parent 5b06f4b commit 1f3347f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unreleased.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Copyright (c) 2019 The DAML Authors. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

git log $1 | awk '/^$/{next} /CHANGELOG_END/{flag=0; next} /CHANGELOG_BEGIN/{flag=1; next} flag'

0 comments on commit 1f3347f

Please sign in to comment.