Skip to content

Commit 698ea73

Browse files
committed
Merge pull request #6 from blueyed/license
Add public domain license header from upstream
2 parents a322233 + 6e87345 commit 698ea73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

git-diff-blame

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#!/usr/bin/perl -w
2+
#
3+
# This is free and unencumbered software released into the public domain.
4+
#
5+
# Anyone is free to copy, modify, publish, use, compile, sell, or
6+
# distribute this software, either in source code form or as a compiled
7+
# binary, for any purpose, commercial or non-commercial, and by any
8+
# means.
29

310
sub parse_hunk_header {
411
my ($line) = @_;

0 commit comments

Comments
 (0)