Adjust license declarations

This commit is contained in:
Fred Boniface 2023-10-04 11:30:07 +01:00
parent 9413fe32dd
commit 4841eb3809
3 changed files with 13 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# Script: install.pl # Script: install.pl
# Lang: perl
# Description: This script installs my personal scripts from the git repo # Description: This script installs my personal scripts from the git repo
# found at $repo_url # found at $repo_url

View File

@ -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 # Copyright Frederick Boniface 2023 - fredboniface.co.uk
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,7 +1,12 @@
#!/usr/bin/env python3 #!/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 # Copyright Frederick Boniface 2023 - fredboniface.co.uk
# #
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy