#!/usr/bin/env perl

use strict;
use warnings;
use App::Software::License;

App::Software::License->new_with_options->run;
