2019-11-10 03:40:44 +00:00
|
|
|
# get-licensed
|
|
|
|
|
2013-03-26 01:17:42 +00:00
|
|
|
|
2019-11-10 03:33:22 +00:00
|
|
|
A Perl tool to add license stubs to source code files
|
|
|
|
|
2019-11-10 03:40:44 +00:00
|
|
|
## Dependencies
|
2019-11-10 03:33:22 +00:00
|
|
|
|
|
|
|
* Pluggable Perl module: To install on Debian, use the following:
|
|
|
|
|
2019-11-10 03:40:44 +00:00
|
|
|
```
|
2019-11-10 03:33:22 +00:00
|
|
|
% apt install libmodule-pluggable-perl
|
2019-11-10 03:40:44 +00:00
|
|
|
```
|
2019-11-10 03:33:22 +00:00
|
|
|
|