Adjust license declarations
This commit is contained in:
parent
9413fe32dd
commit
4841eb3809
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
# Script: install.pl
|
||||
# Lang: perl
|
||||
# Description: This script installs my personal scripts from the git repo
|
||||
# found at $repo_url
|
||||
|
||||
|
@ -1,7 +1,10 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
# Script: ds
|
||||
# Lang: perl
|
||||
# Description: calculates and displays the size of a given directory in a human
|
||||
# readable format
|
||||
|
||||
# ds - calculate and display the size of a given directory in a human readable format
|
||||
# Copyright Frederick Boniface 2023 - fredboniface.co.uk
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
@ -1,7 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# Script: regain
|
||||
# Lang: python 3
|
||||
# Description: Search folders below working directory and call regainer on each
|
||||
# album found
|
||||
|
||||
# regain - search folders below working directory and call regainer on each album found
|
||||
# NOTE: The below license applies only to this file, not any other files
|
||||
# from the same source.
|
||||
# Copyright Frederick Boniface 2023 - fredboniface.co.uk
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
Loading…
Reference in New Issue
Block a user