silkypix-helpers

scripts for managing sidecar files created by SilkyPix Developer Studio
git clone https://git.clttr.info/silkypix-helpers.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit aacc80ef55df19a1a2a64d380a82f58c90d257b0
parent 7f939999b9a227b7306b25d298991e1a490bae39
Author: René Wagner <rwagner@rw-net.de>
Date:   Wed, 11 Mar 2020 21:13:42 +0100

update URI

Diffstat:
M.gitignore | 0
MLICENSE | 2+-
MREADME.md | 0
Mjpegdivider.pl | 2+-
Msilkypix_multiversion_sidecar_cleaner.pl | 2+-
Msilkypix_orphaned_sidecar_cleaner.pl | 2+-
6 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, René Wagner +Copyright (c) 2018-2020, René Wagner All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md diff --git a/jpegdivider.pl b/jpegdivider.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright(c) René Wagner 2019-2020 # published under BSD 3-Clause License -# https://www.codewolke.net/photo-helpers/ +# https://git.clttr.info/photo-helpers/ use warnings; use strict; diff --git a/silkypix_multiversion_sidecar_cleaner.pl b/silkypix_multiversion_sidecar_cleaner.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright(c) René Wagner 2019-2020 # published under BSD 3-Clause License -# https://www.codewolke.net/photo-helpers/ +# https://git.clttr.info/photo-helpers/ use warnings; use strict; diff --git a/silkypix_orphaned_sidecar_cleaner.pl b/silkypix_orphaned_sidecar_cleaner.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright(c) René Wagner 2019-2020 # published under BSD 3-Clause License -# https://www.codewolke.net/photo-helpers/ +# https://git.clttr.info/photo-helpers/ use warnings; use strict;