Added a section on licensing because god forbid people assume I support the GPL.
This commit is contained in:
parent
d3a8607ac7
commit
7ece72151c
1
aslookup
1
aslookup
|
@ -3,7 +3,6 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
use Net::Whois::RIPE;
|
||||
use Data::Dumper;
|
||||
|
||||
sub output_result {
|
||||
my ($target, %result) = @_;
|
||||
|
|
|
@ -7,6 +7,11 @@ Preface
|
|||
I write scripts a lot. Partly as a hobby, partly to make my own work easier and partly for my job.
|
||||
I tend to choose whatever language is most appropriate for what I'm doing, although I usually prefer Bash.
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
Unless otherwise stated, all scripts and code in this repo are licensed under the 3-clause BSD license.
|
||||
|
||||
Scripts
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in New Issue