commit e37021072dbde31274d7dcff0385984cb1703151
parent 4f5e1eed7526f031a7bae7bbfc18b5e980567a5b
Author: René Wagner <apollo@rw-net.de>
Date: Sat, 28 Sep 2019 10:52:07 +0200
update licence and url
Diffstat:
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/orphaned_sidecar_cleaner.pl b/orphaned_sidecar_cleaner.pl
@@ -1,4 +1,7 @@
#!/usr/bin/perl
+# Copyright(c) René Wagner 2019
+# published under BSD 3-Clause License
+# https://code.rw-net.de/silkypix_helper/
use warnings;
use strict;
@@ -79,8 +82,8 @@ sub show_help
{
print $PROGRAM . ' - version ' . $VERSION . "\r\n";
print "published under BSD 3 - Clause License \r\n";
- print "Copyright(c) 2018-2019, René Wagner\r\n";
- print "https://gitlab.com/guzzisti1/rawfilewizard \r\n";
+ print "Copyright(c) 2019 René Wagner\r\n";
+ print "https://code.rw-net.de/silkypix_helper/ \r\n";
print "\r\n";
print "Deletes Silkypix Sidecar files when corresponding RAW files are missing.\r\n";
print "\r\n";
@@ -90,4 +93,4 @@ sub show_help
print "orphaned_sidecar_cleaner.pl <folder> - list orphaned sidecar file in given directory and subfolders\r\n";
print "orphaned_sidecar_cleaner.pl -d <folder> - delete orphaned sidecar file in given directory and subfolders\r\n";
print "orphaned_sidecar_cleaner.pl -h - show this help\r\n";
-}
-\ No newline at end of file
+}