aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-12-30 13:47:50 +0100
committerJohn Ankarström <john@ankarstrom.se>2021-12-30 13:48:10 +0100
commit49f400946633a7e8e8d657cd8a71484eb1ccf241 (patch)
tree5073569e8750ed1783dce2fa0eb7c05688e97f58
parent987c3b5a6e0b6a800c354725d214d71e5098c1d8 (diff)
downloadrf-master.tar.gz
Add license information, change shebang.HEADv0.1master
-rwxr-xr-xrf5
1 files changed, 4 insertions, 1 deletions
diff --git a/rf b/rf
index bb9343c..c1d8d56 100755
--- a/rf
+++ b/rf
@@ -1,4 +1,7 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
+
+# Permission to use, copy, modify and/or distribute this software
+# for any purpose with or without fee is hereby granted.
use v5.12;
use warnings;