Added a section on licensing because god forbid people assume I support the GPL.

This commit is contained in:
MaffC 2013-03-18 00:37:01 +00:00
parent d3a8607ac7
commit 7ece72151c
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,6 @@
use strict;
use warnings;
use Net::Whois::RIPE;
use Data::Dumper;
sub output_result {
my ($target, %result) = @_;

View File

@ -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
-------